Home
last modified time | relevance | path

Searched refs:STFSU (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h143 STFSU = 53 << 26, // Store Floating-Point Single with Update enumerator
Ddisasm-ppc.cc1332 case STFSU: { in InstructionDecode()
Dsimulator-ppc.cc3692 case STFSU: { in ExecuteGeneric()
3701 if (opcode == STFSU) { in ExecuteGeneric()
Dassembler-ppc.cc2063 emit(STFSU | frs.code() * B21 | ra.code() * B16 | imm16); in stfsu()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp339 case PPC::STFSU: in decodeMemRIOperands()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1751 def STFSU : DForm_1<53, (outs ptr_rc_nor0:$ea_res), (ins f4rc:$rS, memri:$dst),
1769 (STFSU $rS, iaddroff:$ptroff, $ptrreg)>;