Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h145 STFDU = 55 << 26, // Store Floating-Point Double with Update enumerator
Ddisasm-ppc.cc1340 case STFDU: { in InstructionDecode()
Dsimulator-ppc.cc3708 case STFDU: in ExecuteGeneric()
3716 if (opcode == STFDU) { in ExecuteGeneric()
Dassembler-ppc.cc2023 emit(STFDU | frs.code() * B21 | ra.code() * B16 | imm16); in stfdu()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp340 case PPC::STFDU: in decodeMemRIOperands()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1754 def STFDU : DForm_1<55, (outs ptr_rc_nor0:$ea_res), (ins f8rc:$rS, memri:$dst),
1771 (STFDU $rS, iaddroff:$ptroff, $ptrreg)>;