Searched refs:lhzux (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 152 # CHECK-BE: lhzux 2, 3, 4 # encoding: [0x7c,0x43,0x22,0x6e] 153 # CHECK-LE: lhzux 2, 3, 4 # encoding: [0x6e,0x22,0x43,0x7c] 154 lhzux 2, 3, 4
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 106 # CHECK: lhzux 2, 3, 4
|
D | ppc64-encoding.txt | 106 # CHECK: lhzux 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
D | jm-int.stdout.exp | 1518 lhzux 0 (00000000) => 00000000, 0 (00000000 00000000) 1519 lhzux 4 (000f423f) => 0000000f, 4 (00000000 00000000) 1520 lhzux 8 (ffffffff) => 0000ffff, 8 (00000000 00000000)
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 870 void lhzux(Register dst, const MemOperand& src);
|
D | assembler-ppc.cc | 1159 void Assembler::lhzux(Register rt, const MemOperand& src) { in lhzux() function in v8::internal::Assembler
|
/external/valgrind/none/tests/ppc64/ |
D | jm-int.stdout.exp-LE | 4649 lhzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 4650 lhzux 8, (0000001cbe991def) => 0000000000001def, 8 (00000000 00000000) 4651 lhzux 16, (ffffffffffffffff) => 000000000000ffff, 16 (00000000 00000000)
|
D | jm-int.stdout.exp | 4649 lhzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000) 4650 lhzux 8, (0000001cbe991def) => 0000000000000000, 8 (00000000 00000000) 4651 lhzux 16, (ffffffffffffffff) => 000000000000ffff, 16 (00000000 00000000)
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 832 "lhzux $rD, $addr", IIC_LdStLoadUpdX,
|
D | PPCInstrInfo.td | 1649 "lhzux $rD, $addr", IIC_LdStLoadUpdX,
|