Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h127 STWU = 37 << 26, // Store Word with Update enumerator
Ddisasm-ppc.cc1268 case STWU: { in InstructionDecode()
Dsimulator-ppc.cc3581 case STWU: in ExecuteGeneric()
3589 if (opcode == STWU) { in ExecuteGeneric()
Dassembler-ppc.cc1262 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/dist/sljit/
DsljitNativePPC_common.c212 #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/
DPPCFrameLowering.cpp683 : PPC::STWU ); in emitPrologue()
DPPCInstrInfo.td1748 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/
DCodeGenerator.rst1067 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.