Searched refs:STFDU (Results 1 – 6 of 6) sorted by relevance
145 STFDU = 55 << 26, // Store Floating-Point Double with Update enumerator
1340 case STFDU: { in InstructionDecode()
3708 case STFDU: in ExecuteGeneric()3716 if (opcode == STFDU) { in ExecuteGeneric()
2023 emit(STFDU | frs.code() * B21 | ra.code() * B16 | imm16); in stfdu()
340 case PPC::STFDU: in decodeMemRIOperands()
1754 def STFDU : DForm_1<55, (outs ptr_rc_nor0:$ea_res), (ins f8rc:$rS, memri:$dst),1771 (STFDU $rS, iaddroff:$ptroff, $ptrreg)>;