Searched refs:STDU (Results 1 – 5 of 5) sorted by relevance
328 else if (Inst.getOpcode() == PPC::STDU) in decodeMemRIXOperands()
79 ImmToIdxMap[PPC::STW8] = PPC::STWX8; ImmToIdxMap[PPC::STDU] = PPC::STDUX; in PPCRegisterInfo()
1063 def STDU : DSForm_1<62, 1, (outs ptr_rc_nor0:$ea_res), (ins g8rc:$rS, memrix:$dst),1084 (STDU $rS, iaddroff:$ptroff, $ptrreg)>;
622 const MCInstrDesc& StoreUpdtInst = TII.get(isPPC64 ? PPC::STDU in emitPrologue()
208 #define STDU (HI(62) | 1) macro636 FAIL_IF(push_inst(compiler, STDU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size))); in sljit_emit_enter()