/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | alloca-crspill.ll | 121 ; CHECK32: $r1 = STWU $r1, -80, $r1
|
D | aix-csr.ll | 192 ; MIR32-NEXT: $r1 = STWU $r1, -288, $r1
|
D | aix-csr-vector.ll | 164 ; MIR32-DAG: $r1 = STWU $r1, -448, $r1
|
D | convert-rr-to-ri-instrs.mir | 5524 ; CHECK: STWU %3, 111, %0 5531 ; CHECK: STWU %3, 0, %0
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 217 case PPC::STWU: in decodeMemRIOperands()
|
/external/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 247 case PPC::STWU: in decodeMemRIOperands()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC64.cpp | 58 STWU = 37, enumerator 519 case STWU: in isInstructionUpdateForm()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 338 case PPC::STWU: in decodeMemRIOperands()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 658 : PPC::STWU ); in emitPrologue() 1264 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::STDU : PPC::STWU), SPReg) in inlineStackProbe()
|
D | PPCInstrInfo.cpp | 3739 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
|
D | PPCInstrInfo.td | 2344 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst), 2365 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 220 #define STWU (HI(37)) macro 749 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-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 844 : PPC::STWU ); in emitPrologue()
|
D | PPCInstrInfo.cpp | 3306 case PPC::STWUX: III.ImmOpcode = PPC::STWU; break; in instrHasImmForm()
|
D | PPCInstrInfo.td | 2152 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst), 2173 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
|
/external/llvm-project/llvm/docs/ |
D | CodeGenerator.rst | 1090 def STWU : DForm_1<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS, memri:$dst), 1095 (STWU GPRC:$rS, iaddroff:$ptroff, ptr_rc:$ptrreg)>; 1098 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-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 1626 UINT64_C(2483027968), // STWU 2795 case PPC::STWU: 8036 CEFBS_None, // STWU = 1613
|
D | PPCGenAsmWriter.inc | 3281 201533627U, // STWU 5572 0U, // STWU
|
D | PPCGenDisassemblerTables.inc | 2319 /* 10809 */ MCD::OPC_Decode, 205, 12, 120, // Opcode: STWU
|
D | PPCGenInstrInfo.inc | 1628 STWU = 1613, 4597 …L<<MCID::MayStore), 0x10ULL, nullptr, nullptr, OperandInfo243, -1 ,nullptr }, // Inst #1613 = STWU
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 1114 84057054U, // STWU 2636 0U, // STWU
|
D | PPCGenDisassemblerTables.inc | 1522 /* 6281 */ MCD_OPC_Decode, 198, 8, 82, // Opcode: STWU
|