Home
last modified time | relevance | path

Searched refs:sthx (Results 1 – 20 of 20) sorted by relevance

/external/capstone/suite/MC/PowerPC/
Dppc64-encoding.s.cs49 0x7c,0x43,0x23,0x2e = sthx 2, 3, 4
/external/llvm/test/CodeGen/PowerPC/
Datomics-indexed.ll58 ; CHECK: sthx
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s221 # CHECK-BE: sthx 2, 3, 4 # encoding: [0x7c,0x43,0x23,0x2e]
222 # CHECK-LE: sthx 2, 3, 4 # encoding: [0x2e,0x23,0x43,0x7c]
223 sthx 2, 3, 4
/external/valgrind/none/tests/ppc32/
Djm-int_other.stdout.exp953 sthx 00000000, 0 => 00000000, 0 (00000000 00000000)
954 sthx 000f423f, 4 => 423f0000, 0 (00000000 00000000)
955 sthx ffffffff, 8 => ffff0000, 0 (00000000 00000000)
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td331 // sthx LdStGeneral
DPPCInstr64Bit.td603 "sthx $rS, $dst", LdStGeneral,
DPPCInstrInfo.td810 "sthx $rS, $dst", LdStGeneral,
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt169 # CHECK: sthx 2, 3, 4
Dppc64-encoding.txt172 # CHECK: sthx 2, 3, 4
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1887 ASSEMBLE_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
1936 ASSEMBLE_CHECKED_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
1976 ASSEMBLE_ATOMIC_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
/external/valgrind/none/tests/ppc64/
Djm-int_other.stdout.exp-LE3954 sthx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
3955 sthx 0000001cbe991def, 8 => 0000000000001def, 0 (00000000 00000000)
3956 sthx ffffffffffffffff, 16 => 000000000000ffff, 0 (00000000 00000000)
Djm-int.stdout.exp-LE4744 sthx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
4745 sthx 0000001cbe991def, 8 => 0000000000001def, 0 (00000000 00000000)
4746 sthx ffffffffffffffff, 16 => 000000000000ffff, 0 (00000000 00000000)
Djm-int_other.stdout.exp3954 sthx 0000000000000000, 0 => 0000000000000000, 0 (00000000 00000000)
3955 sthx 0000001cbe991def, 8 => 1def000000000000, 0 (00000000 00000000)
3956 sthx ffffffffffffffff, 16 => ffff000000000000, 0 (00000000 00000000)
/external/v8/src/ppc/
Dassembler-ppc.h883 void sthx(Register dst, const MemOperand& src);
Dconstants-ppc.h1222 V(sthx, STHX, 0x7C00032E) \
Dassembler-ppc.cc1304 void Assembler::sthx(Register rs, const MemOperand& src) { in sthx() function in v8::internal::Assembler
Dmacro-assembler-ppc.cc4001 sthx(src, MemOperand(base, scratch)); in StoreHalfWord()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td1059 "sthx $rS, $dst", IIC_LdStStore,
DPPCInstrInfo.td1842 "sthx $rS, $dst", IIC_LdStStore,
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc4130 __ sthx(value, mem_operand); in DoShiftI() local