Searched refs:STFSU (Results 1 – 6 of 6) sorted by relevance
143 STFSU = 53 << 26, // Store Floating-Point Single with Update enumerator
1332 case STFSU: { in InstructionDecode()
3692 case STFSU: { in ExecuteGeneric()3701 if (opcode == STFSU) { in ExecuteGeneric()
2063 emit(STFSU | frs.code() * B21 | ra.code() * B16 | imm16); in stfsu()
339 case PPC::STFSU: in decodeMemRIOperands()
1751 def STFSU : DForm_1<53, (outs ptr_rc_nor0:$ea_res), (ins f4rc:$rS, memri:$dst),1769 (STFSU $rS, iaddroff:$ptroff, $ptrreg)>;