Searched refs:STWX (Results 1 – 5 of 5) sorted by relevance
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 382 #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/ |
D | PPCHazardRecognizers.cpp | 259 case PPC::STWX: case PPC::STWX8: in EmitInstruction()
|
D | PPCRegisterInfo.cpp | 124 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
|
D | PPCInstrInfo.td | 813 def STWX : XForm_8<31, 151, (outs), (ins GPRC:$rS, memrr:$dst),
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 374 #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()
|