Searched refs:ldux (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 197 # CHECK-BE: ldux 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x6a] 198 # CHECK-LE: ldux 2, 3, 4 # encoding: [0x6a,0x20,0x43,0x7c] 199 ldux 2, 3, 4
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 211 // ldux LdStLD
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 151 # CHECK: ldux 2, 3, 4
|
D | ppc64-encoding.txt | 151 # CHECK: ldux 2, 3, 4
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int_other.stdout.exp-LE | 3875 ldux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 3876 ldux 8, (0000001cbe991def) => 0000001cbe991def, 8 (00000000 00000000) 3877 ldux 16, (ffffffffffffffff) => ffffffffffffffff, 16 (00000000 00000000)
|
D | jm-int.stdout.exp-LE | 4665 ldux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 4666 ldux 8, (0000001cbe991def) => 0000001cbe991def, 8 (00000000 00000000) 4667 ldux 16, (ffffffffffffffff) => ffffffffffffffff, 16 (00000000 00000000)
|
D | jm-int_other.stdout.exp | 3875 ldux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 3876 ldux 8, (0000001cbe991def) => 0000001cbe991def, 8 (00000000 00000000) 3877 ldux 16, (ffffffffffffffff) => ffffffffffffffff, 16 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 77 #define LoadPUX ldux
|
D | assembler-ppc.h | 900 void ldux(Register rd, const MemOperand& src);
|
D | constants-ppc.h | 1094 V(ldux, LDUX, 0x7C00006A) \
|
D | assembler-ppc.cc | 1410 void Assembler::ldux(Register rd, const MemOperand& src) { in ldux() function in v8::internal::Assembler
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 931 "ldux $rD, $addr", IIC_LdStLDUX,
|