Home
last modified time | relevance | path

Searched refs:STWX (Results 1 – 5 of 5) sorted by relevance

/external/qemu/tcg/ppc/
Dtcg-target.c382 #define STWX XO31(151) macro
877 tcg_out32 (s, STWX | SAB (data_reg, rbase, r0)); in tcg_out_qemu_st()
887 tcg_out32 (s, STWX | SAB (data_reg2, rbase, r0)); in tcg_out_qemu_st()
889 tcg_out32 (s, STWX | SAB (data_reg, rbase, r1)); in tcg_out_qemu_st()
968 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX); in tcg_out_st()
1368 tcg_out_ldst (s, args[0], args[1], args[2], STW, STWX); in tcg_out_op()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp259 case PPC::STWX: case PPC::STWX8: in EmitInstruction()
DPPCRegisterInfo.cpp124 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
DPPCInstrInfo.td813 def STWX : XForm_8<31, 151, (outs), (ins GPRC:$rS, memrr:$dst),
/external/qemu/tcg/ppc64/
Dtcg-target.c374 #define STWX XO31(151) macro
845 tcg_out32 (s, STWX | SAB (data_reg, rbase, r0)); in tcg_out_qemu_st()
940 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX); in tcg_out_st()
1293 tcg_out_ldst (s, args[0], args[1], args[2], STW, STWX); in tcg_out_op()