Home
last modified time | relevance | path

Searched refs:LFIWAX (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h516 LFIWAX, enumerator
H A DP9InstrResources.td834 LFIWAX
H A DPPCFastISel.cpp1045 LoadOpc = PPC::LFIWAX; in PPCMoveToFPReg()
H A DPPCISelLowering.cpp1640 case PPCISD::LFIWAX: return "PPCISD::LFIWAX"; in getTargetNodeName()
8499 Bits = DAG.getMemIntrinsicNode(PPCISD::LFIWAX, dl, in LowerINT_TO_FP()
8543 PPCISD::LFIWZX : PPCISD::LFIWAX, in LowerINT_TO_FP()
8603 Ld = DAG.getMemIntrinsicNode(IsSigned ? PPCISD::LFIWAX : PPCISD::LFIWZX, dl, in LowerINT_TO_FP()
H A DPPCInstrInfo.cpp2946 LowerOpcode = PPC::LFIWAX; in expandVSXMemPseudo()
H A DPPCInstrInfo.td173 def PPClfiwax : SDNode<"PPCISD::LFIWAX", SDT_PPClfiwx,
2362 def LFIWAX : XForm_25_memOp<31, 855, (outs f8rc:$frD), (ins memrr:$src),
H A DPPCInstrVSX.td1132 // Pseudo instruction LIWAX will be expanded to LXSIWAX or LFIWAX later
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201016272 that they can be used with the LFIWAX/LFIWZX instrucitons.
16314 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.