Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp262 case PPC::STWU: in EmitInstruction()
DPPCFrameLowering.cpp372 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWU), PPC::R1) in emitPrologue()
DPPCInstrInfo.td781 def STWU : DForm_1a<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS,
/external/v8/src/ppc/
Ddisasm-ppc.cc1317 case STWU: { in InstructionDecode()
Dsimulator-ppc.cc3720 case STWU: in ExecuteGeneric()
3728 if (opcode == STWU) { in ExecuteGeneric()
Dconstants-ppc.h1743 V(stwu, STWU, 0x94000000) \
Dassembler-ppc.cc1330 d_form(STWU, dst, src.ra(), src.offset(), true); in stwu()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp338 case PPC::STWU: in decodeMemRIOperands()
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c216 #define STWU (HI(37)) macro
625 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size))); in sljit_emit_enter()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp759 : PPC::STWU ); in emitPrologue()
DPPCInstrInfo.td1810 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst),
1829 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
/external/llvm/docs/
DCodeGenerator.rst1062 def STWU : DForm_1<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS, memri:$dst),
1067 (STWU GPRC:$rS, iaddroff:$ptroff, ptr_rc:$ptrreg)>;
1070 complex operand ``dst`` of class ``memri`` in the ``STWU`` instruction.