fix encoding of lis r0,0x9e00

This commit is contained in:
gbeauche 2006-01-19 22:24:09 +00:00
parent d85590c972
commit a9468a9644

View File

@ -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)