Searched refs:STWUX (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 260 case PPC::STWUX: in EmitInstruction()
|
D | PPCFrameLowering.cpp | 367 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWUX)) in emitPrologue() 382 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWUX)) in emitPrologue()
|
D | PPCRegisterInfo.cpp | 425 BuildMI(MBB, II, dl, TII.get(PPC::STWUX)) in lowerDynamicAlloc()
|
D | PPCInstrInfo.td | 819 def STWUX : XForm_8<31, 183, (outs), (ins GPRC:$rS, GPRC:$rA, GPRC:$rB),
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 828 case STWUX: { in DecodeExt2()
|
D | simulator-ppc.cc | 2926 case STWUX: in ExecuteGeneric() 2935 if (opcode == STWUX) { in ExecuteGeneric()
|
D | constants-ppc.h | 1178 V(stwux, STWUX, 0x7C00016E) \
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 447 BuildMI(MBB, II, dl, TII.get(PPC::STWUX), PPC::R1) in lowerDynamicAlloc()
|
D | PPCFrameLowering.cpp | 761 : PPC::STWUX); in emitPrologue()
|
D | PPCInstrInfo.td | 1881 def STWUX : XForm_8<31, 183, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memrr:$dst), 1903 (STWUX $rS, $ptrreg, $ptroff)>;
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 221 #define STWUX (HI(31) | LO(183)) macro 661 FAIL_IF(push_inst(compiler, STWUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_enter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 526 BuildMI(MBB, II, dl, TII.get(PPC::STWUX), PPC::R1) in lowerDynamicAlloc()
|
D | PPCInstrInfo.cpp | 2860 case PPC::STWUX: in instrHasImmForm() 2891 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
|
D | PPCFrameLowering.cpp | 771 : PPC::STWUX); in emitPrologue()
|
D | PPCInstrInfo.td | 2097 def STWUX : XForm_8_memOp<31, 183, (outs ptr_rc_nor0:$ea_res), 2127 (STWUX $rS, $ptrreg, $ptroff)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | convert-rr-to-ri-instrs.mir | 5469 %13 = STWUX %3, %0, killed %8 :: (store 4 into %ir.arrayidx, !tbaa !8) 5476 %14 = STWUX %3, %0, killed %12 :: (store 4 into %ir.arrayidx3, !tbaa !8)
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 1106 /* 4537 */ MCD_OPC_Decode, 242, 6, 66, // Opcode: STWUX
|
D | PPCGenAsmWriter.inc | 902 92429770U, // STWUX 2175 0U, // STWUX
|