Searched refs:STWU (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 262 case PPC::STWU: in EmitInstruction()
|
D | PPCFrameLowering.cpp | 372 BuildMI(MBB, MBBI, dl, TII.get(PPC::STWU), PPC::R1) in emitPrologue()
|
D | PPCInstrInfo.td | 781 def STWU : DForm_1a<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS,
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1347 case STWU: { in InstructionDecode()
|
D | simulator-ppc.cc | 2267 case STWU: in ExecuteGeneric() 2275 if (opcode == STWU) { in ExecuteGeneric()
|
D | constants-ppc.h | 1770 V(stwu, STWU, 0x94000000) \
|
D | assembler-ppc.cc | 1095 d_form(STWU, dst, src.ra(), src.offset(), true); in stwu()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 338 case PPC::STWU: in decodeMemRIOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 395 case PPC::STWU: in decodeMemRIOperands()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 220 #define STWU (HI(37)) macro 658 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size))); in sljit_emit_enter()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 759 : PPC::STWU ); in emitPrologue()
|
D | PPCInstrInfo.td | 1810 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst), 1829 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 769 : PPC::STWU ); in emitPrologue()
|
D | PPCInstrInfo.cpp | 2891 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
|
D | PPCInstrInfo.td | 2018 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst), 2039 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CodeGenerator.rst | 1062 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.
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1062 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.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | convert-rr-to-ri-instrs.mir | 5470 ; CHECK: STWU %3, 111, %0 5477 ; CHECK: STWU %3, 0, %0
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 1411 /* 5802 */ MCD_OPC_Decode, 240, 6, 83, // Opcode: STWU
|
D | PPCGenAsmWriter.inc | 900 84039736U, // STWU 2173 0U, // STWU
|