HomeSort by relevance Sort by last modified time
    Searched full:lhax (Results 1 - 25 of 32) sorted by null

1 2

  /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 839 case LHAX: {
840 Format(instr, "lhax 'rt, 'ra, 'rb");
    [all...]
constants-ppc.h 227 LHAX = 343 << 1, // load half-word algebraic w/ x-form
assembler-ppc.cc 1168 void Assembler::lhax(Register rt, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
assembler-ppc.h 872 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...]

Completed in 628 milliseconds

1 2