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

1 2

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 101 case LHA, LHAU, LHAX, LHAUX:
tables.go 46 LHAX
1373 LHAX: "lhax",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 101 case LHA, LHAU, LHAX, LHAUX:
tables.go 46 LHAX
1373 LHAX: "lhax",
    [all...]
  /toolchain/binutils/binutils-2.27/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
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSchedule.td 224 // lhax LdStLHA
PPCHazardRecognizers.cpp 183 case PPC::LHAX:
PPCRegisterInfo.cpp 78 ImmToIdxMap[PPC::LHZ] = PPC::LHZX; ImmToIdxMap[PPC::LHA] = PPC::LHAX;
PPCInstr64Bit.td 491 "lhax $rD, $src", LdStLHA,
    [all...]
PPCInstrInfo.td 715 def LHAX : XForm_1<31, 343, (outs GPRC:$rD), (ins memrr:$src),
716 "lhax $rD, $src", LdStLHA,
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 858 case LHAX: {
859 Format(instr, "lhax 'rt, 'ra, 'rb");
    [all...]
assembler-ppc.cc 1190 void Assembler::lhax(Register rt, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]
assembler-ppc.h 869 void lhax(Register dst, const MemOperand& src);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/valgrind/none/tests/ppc32/
jm-int_other.stdout.exp     [all...]
  /external/capstone/suite/MC/PowerPC/
ppc64-encoding.s.cs 30 0x7c,0x43,0x22,0xae = lhax 2, 3, 4
  /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/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/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 67 ImmToIdxMap[PPC::LHZ] = PPC::LHZX; ImmToIdxMap[PPC::LHA] = PPC::LHAX;
    [all...]

Completed in 1128 milliseconds

1 2