Home
last modified time | relevance | path

Searched refs:lwzux (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s176 # 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/
Djm-int_other.stdout.exp896 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/
DPPCSchedule.td247 // lwzux LdStUX
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt130 # CHECK: lwzux 2, 3, 4
Dppc64-encoding.txt130 # CHECK: lwzux 2, 3, 4
/external/valgrind/none/tests/ppc64/
Djm-int_other.stdout.exp-LE3867 lwzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000)
3868 lwzux 8, (0000001cbe991def) => 00000000be991def, 8 (00000000 00000000)
3869 lwzux 16, (ffffffffffffffff) => 00000000ffffffff, 16 (00000000 00000000)
Djm-int.stdout.exp-LE4657 lwzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000)
4658 lwzux 8, (0000001cbe991def) => 00000000be991def, 8 (00000000 00000000)
4659 lwzux 16, (ffffffffffffffff) => 00000000ffffffff, 16 (00000000 00000000)
Djm-int_other.stdout.exp3867 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/
Dmacro-assembler-ppc.h92 #define LoadPUX lwzux
Dassembler-ppc.h873 void lwzux(Register dst, const MemOperand& src);
Dconstants-ppc.h1180 V(lwzux, LWZUX, 0x7C00006E) \
Dassembler-ppc.cc1219 void Assembler::lwzux(Register rt, const MemOperand& src) { in lwzux() function in v8::internal::Assembler
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td876 "lwzux $rD, $addr", IIC_LdStLoadUpdX,
DPPCInstrInfo.td1717 "lwzux $rD, $addr", IIC_LdStLoadUpdX,