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

1 2

  /external/llvm/test/CodeGen/PowerPC/
store-update.ll 48 ; CHECK-NEXT: sthux
120 ; CHECK-NEXT: sthux
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
common.s 179 sthux 21,22,23
476.s 434 sthux 21,22,23
a2.s 487 sthux 10,11,12
common.d 187 2c0: (7e b6 bb 6e|6e bb b6 7e) sthux r21,r22,r23
476.d 441 6bc: (7e b6 bb 6e|6e bb b6 7e) sthux r21,r22,r23
a2.d 512 790: (7d 4b 63 6e|6e 63 4b 7d) sthux r10,r11,r12
  /external/compiler-rt/lib/asan/
asan_posix.cc 62 // sthu rs,d(ra) sthux rs,ra,rb
  /external/v8/src/ppc/
disasm-ppc.cc 798 case STHUX: {
799 Format(instr, "sthux 'rs, 'ra, 'rb");
    [all...]
constants-ppc.h 234 STHUX = 439 << 1, // store half-word w/ update x-form
assembler-ppc.cc 1245 void Assembler::sthux(Register rs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
assembler-ppc.h 875 void sthux(Register dst, const MemOperand& src);
    [all...]
simulator-ppc.cc     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 224 # CHECK-BE: sthux 2, 3, 4 # encoding: [0x7c,0x43,0x23,0x6e]
225 # CHECK-LE: sthux 2, 3, 4 # encoding: [0x6e,0x23,0x43,0x7c]
226 sthux 2, 3, 4
    [all...]
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding.txt 175 # CHECK: sthux 2, 3, 4
ppc64le-encoding.txt 175 # CHECK: sthux 2, 3, 4
  /external/valgrind/none/tests/ppc32/
jm-int.stdout.exp     [all...]
jm-insns.c     [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 762 /* u h w x s */ HI(31) | LO(439) /* sthux */,
812 /* s h w x s */ HI(31) | LO(439) /* sthux */,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td     [all...]
PPCInstrInfo.td     [all...]
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp     [all...]
jm-int.stdout.exp-LE     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]

Completed in 1746 milliseconds

1 2