/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
common.s | 98 lhax 9,10,11
|
476.s | 223 lhax 9,10,11
|
a2.s | 289 lhax 10,11,12
|
common.d | 106 17c: (7d 2a 5a ae|ae 5a 2a 7d) lhax r9,r10,r11
|
476.d | 230 370: (7d 2a 5a ae|ae 5a 2a 7d) lhax r9,r10,r11
|
a2.d | 314 478: (7d 4b 62 ae|ae 62 4b 7d) lhax r10,r11,r12
|
/external/v8/src/ppc/ |
disasm-ppc.cc | 830 case LHAX: { 831 Format(instr, "lhax 'rt, 'ra, 'rb"); [all...] |
constants-ppc.h | 227 LHAX = 343 << 1, // load half-word algebraic w/ x-form
|
assembler-ppc.cc | 1137 void Assembler::lhax(Register rt, const MemOperand& src) { function in class:v8::internal::Assembler 1141 emit(EXT2 | LHAX | rt.code() * B21 | ra.code() * B16 | rb.code() * B11); [all...] |
assembler-ppc.h | 863 void lhax(Register dst, const MemOperand& src); [all...] |
macro-assembler-ppc.cc | [all...] |
simulator-ppc.cc | [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 158 # CHECK-BE: lhax 2, 3, 4 # encoding: [0x7c,0x43,0x22,0xae] 159 # CHECK-LE: lhax 2, 3, 4 # encoding: [0xae,0x22,0x43,0x7c] 160 lhax 2, 3, 4 [all...] |
/external/v8/src/compiler/ppc/ |
code-generator-ppc.cc | [all...] |
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding.txt | 112 # CHECK: lhax 2, 3, 4
|
ppc64le-encoding.txt | 112 # CHECK: lhax 2, 3, 4
|
/external/valgrind/none/tests/ppc32/ |
jm-int.stdout.exp | [all...] |
jm-insns.c | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 67 ImmToIdxMap[PPC::LHZ] = PPC::LHZX; ImmToIdxMap[PPC::LHA] = PPC::LHAX; [all...] |
PPCInstr64Bit.td | [all...] |
PPCFastISel.cpp | 559 case PPC::LHA: Opc = PPC::LHAX; break; [all...] |
PPCInstrInfo.td | [all...] |
/external/valgrind/none/tests/ppc64/ |
jm-int.stdout.exp | [all...] |
jm-int.stdout.exp-LE | [all...] |
/external/pcre/dist/sljit/ |
sljitNativePPC_common.c | 808 /* s h n x l */ HI(31) | LO(343) /* lhax */, [all...] |