mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
fix encoding of lis r0,0x9e00
This commit is contained in:
parent
d85590c972
commit
a9468a9644
@ -1995,7 +1995,7 @@ void powerpc_test_cpu::test_vector_arith(void)
|
||||
// Code template
|
||||
static uint32 code[] = {
|
||||
POWERPC_MFSPR(12, 256), // mfvrsave r12
|
||||
_D(15,0,0,0x1e00), // lis r0,0x9e00 ([v0;v3-v6])
|
||||
_D(15,0,0,0x9e00), // lis r0,0x9e00 ([v0;v3-v6])
|
||||
POWERPC_MTSPR(0, 256), // mtvrsave r0
|
||||
POWERPC_LVX(RA, 0, RA), // lvx v4,r4(0)
|
||||
POWERPC_LVX(RB, 0, RB), // lvx v5,r5(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user