Home
last modified time | relevance | path

Searched refs:lhzux (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s152 # 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/
Dppc64le-encoding.txt106 # CHECK: lhzux 2, 3, 4
Dppc64-encoding.txt106 # CHECK: lhzux 2, 3, 4
/external/valgrind/none/tests/ppc32/
Djm-int.stdout.exp1518 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/
Dassembler-ppc.h870 void lhzux(Register dst, const MemOperand& src);
Dassembler-ppc.cc1159 void Assembler::lhzux(Register rt, const MemOperand& src) { in lhzux() function in v8::internal::Assembler
/external/valgrind/none/tests/ppc64/
Djm-int.stdout.exp-LE4649 lhzux 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000)
4650 lhzux 8, (0000001cbe991def) => 0000000000001def, 8 (00000000 00000000)
4651 lhzux 16, (ffffffffffffffff) => 000000000000ffff, 16 (00000000 00000000)
Djm-int.stdout.exp4649 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/
DPPCInstr64Bit.td832 "lhzux $rD, $addr", IIC_LdStLoadUpdX,
DPPCInstrInfo.td1649 "lhzux $rD, $addr", IIC_LdStLoadUpdX,