Searched refs:STWU (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 127 STWU = 37 << 26, // Store Word with Update enumerator
|
D | disasm-ppc.cc | 1268 case STWU: { in InstructionDecode()
|
D | simulator-ppc.cc | 3581 case STWU: in ExecuteGeneric() 3589 if (opcode == STWU) { in ExecuteGeneric()
|
D | assembler-ppc.cc | 1262 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/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 212 #define STWU (HI(37)) macro 621 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 | 683 : PPC::STWU ); in emitPrologue()
|
D | PPCInstrInfo.td | 1748 def STWU : DForm_1<37, (outs ptr_rc_nor0:$ea_res), (ins gprc:$rS, memri:$dst), 1767 (STWU $rS, iaddroff:$ptroff, $ptrreg)>;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1067 def STWU : DForm_1<37, (outs ptr_rc:$ea_res), (ins GPRC:$rS, memri:$dst), 1072 (STWU GPRC:$rS, iaddroff:$ptroff, ptr_rc:$ptrreg)>; 1075 complex operand ``dst`` of class ``memri`` in the ``STWU`` instruction.
|