Home
last modified time | relevance | path

Searched refs:sthux (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dstore-update.ll48 ; CHECK-NEXT: sthux
120 ; CHECK-NEXT: sthux
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s227 # CHECK-BE: sthux 2, 3, 4 # encoding: [0x7c,0x43,0x23,0x6e]
228 # CHECK-LE: sthux 2, 3, 4 # encoding: [0x6e,0x23,0x43,0x7c]
229 sthux 2, 3, 4
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td330 // sthux LdStGeneral
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding.txt178 # CHECK: sthux 2, 3, 4
Dppc64le-encoding.txt175 # CHECK: sthux 2, 3, 4
/external/valgrind/none/tests/ppc32/
Djm-int.stdout.exp1587 sthux 00000000, 0 => 00000000, 0 (00000000 00000000)
1588 sthux 000f423f, 4 => 423f0000, 4 (00000000 00000000)
1589 sthux ffffffff, 8 => ffff0000, 8 (00000000 00000000)
/external/v8/src/ppc/
Dassembler-ppc.h888 void sthux(Register dst, const MemOperand& src);
Dassembler-ppc.cc1288 void Assembler::sthux(Register rs, const MemOperand& src) { in sthux() function in v8::internal::Assembler
/external/valgrind/none/tests/ppc64/
Djm-int.stdout.exp-LE4748 sthux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4749 sthux 0000001cbe991def, 8 => 0000000000001def, 8 (00000000 00000000)
4750 sthux ffffffffffffffff, 16 => 000000000000ffff, 16 (00000000 00000000)
Djm-int.stdout.exp4748 sthux 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4749 sthux 0000001cbe991def, 8 => 1def000000000000, 8 (00000000 00000000)
4750 sthux ffffffffffffffff, 16 => ffff000000000000, 16 (00000000 00000000)
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td1100 "sthux $rS, $dst", IIC_LdStStoreUpd, []>,
DPPCInstrInfo.td1878 "sthux $rS, $dst", IIC_LdStStoreUpd, []>,