mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 02:09:00 +02:00
emission focused on branch/bctr
This commit is contained in:
parent
1e123f2b4f
commit
7b7b50f37c
10 changed files with 57 additions and 55 deletions
1
externals/powah/powah_emit.hpp
vendored
1
externals/powah/powah_emit.hpp
vendored
|
|
@ -373,6 +373,7 @@ struct Context {
|
|||
void MFCTR(GPR const rt) { MFSPR(powah::GPR{9}, rt, powah::GPR{0}); }
|
||||
void MTCTR(GPR const rt) { MTSPR(powah::GPR{9}, rt, powah::GPR{0}); }
|
||||
void BCTRL() { base[offset++] = 0x4e800421; } //BCCTRL(R0, CR0, R0);
|
||||
void BCTR() { base[offset++] = 0x4e800420; } //BCCTR(R0, CR0, R0);
|
||||
|
||||
// TODO: PowerPC 11 stuff
|
||||
void ISEL(GPR const rd, GPR const ra, GPR const rb, uint32_t d) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue