mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
A64: Implement branch (register)
This commit is contained in:
parent
86d1095df7
commit
23f3afe0b3
8 changed files with 54 additions and 8 deletions
|
|
@ -62,5 +62,9 @@ void IREmitter::SetSP(const IR::U64& value) {
|
|||
Inst(Opcode::A64SetSP, value);
|
||||
}
|
||||
|
||||
void IREmitter::SetPC(const IR::U64& value) {
|
||||
Inst(Opcode::A64SetPC, value);
|
||||
}
|
||||
|
||||
} // namespace IR
|
||||
} // namespace Dynarmic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue