Searched refs:lwzux (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 176 # CHECK-BE: lwzux 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x6e] 177 # CHECK-LE: lwzux 2, 3, 4 # encoding: [0x6e,0x20,0x43,0x7c] 178 lwzux 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int_other.stdout.exp | 896 lwzux 0 (00000000) => 00000000, 0 (00000000 00000000) 897 lwzux 4 (000f423f) => 000f423f, 4 (00000000 00000000) 898 lwzux 8 (ffffffff) => ffffffff, 8 (00000000 00000000)
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 247 // lwzux LdStUX
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 130 # CHECK: lwzux 2, 3, 4
|
D | ppc64-encoding.txt | 130 # CHECK: lwzux 2, 3, 4
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int_other.stdout.exp-LE | 3867 lwzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 3868 lwzux 8, (0000001cbe991def) => 00000000be991def, 8 (00000000 00000000) 3869 lwzux 16, (ffffffffffffffff) => 00000000ffffffff, 16 (00000000 00000000)
|
D | jm-int.stdout.exp-LE | 4657 lwzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 4658 lwzux 8, (0000001cbe991def) => 00000000be991def, 8 (00000000 00000000) 4659 lwzux 16, (ffffffffffffffff) => 00000000ffffffff, 16 (00000000 00000000)
|
D | jm-int_other.stdout.exp | 3867 lwzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 3868 lwzux 8, (0000001cbe991def) => 000000000000001c, 8 (00000000 00000000) 3869 lwzux 16, (ffffffffffffffff) => 00000000ffffffff, 16 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 92 #define LoadPUX lwzux
|
D | assembler-ppc.h | 873 void lwzux(Register dst, const MemOperand& src);
|
D | constants-ppc.h | 1180 V(lwzux, LWZUX, 0x7C00006E) \
|
D | assembler-ppc.cc | 1219 void Assembler::lwzux(Register rt, const MemOperand& src) { in lwzux() function in v8::internal::Assembler
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 876 "lwzux $rD, $addr", IIC_LdStLoadUpdX,
|
D | PPCInstrInfo.td | 1717 "lwzux $rD, $addr", IIC_LdStLoadUpdX,
|