Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:xe8

92 # CHECK-BE: ld 1, 0(0)                      # encoding: [0xe8,0x20,0x00,0x00]
93 # CHECK-LE: ld 1, 0(0) # encoding: [0x00,0x00,0x20,0xe8]
96 # CHECK-BE: ld 1, 0(0) # encoding: [0xe8,0x20,0x00,0x00]
97 # CHECK-LE: ld 1, 0(0) # encoding: [0x00,0x00,0x20,0xe8]
100 # CHECK-BE: ld 1, 0(31) # encoding: [0xe8,0x3f,0x00,0x00]
101 # CHECK-LE: ld 1, 0(31) # encoding: [0x00,0x00,0x3f,0xe8]
104 # CHECK-BE: ld 1, 0(31) # encoding: [0xe8,0x3f,0x00,0x00]
105 # CHECK-LE: ld 1, 0(31) # encoding: [0x00,0x00,0x3f,0xe8]
108 # CHECK-BE: ld 1, -32768(2) # encoding: [0xe8,0x22,0x80,0x00]
109 # CHECK-LE: ld 1, -32768(2) # encoding: [0x00,0x80,0x22,0xe8]
112 # CHECK-BE: ld 1, 32764(2) # encoding: [0xe8,0x22,0x7f,0xfc]
113 # CHECK-LE: ld 1, 32764(2) # encoding: [0xfc,0x7f,0x22,0xe8]
116 # CHECK-BE: ld 1, 4(2) # encoding: [0xe8,0x22,0x00,0x04]
117 # CHECK-LE: ld 1, 4(2) # encoding: [0x04,0x00,0x22,0xe8]
120 # CHECK-BE: ld 1, -4(2) # encoding: [0xe8,0x22,0xff,0xfc]
121 # CHECK-LE: ld 1, -4(2) # encoding: [0xfc,0xff,0x22,0xe8]