Home
last modified time | relevance | path

Searched refs:STFIWX (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp264 case PPC::STFIWX: in EmitInstruction()
DPPCISelLowering.h45 STFIWX, enumerator
DPPCInstrInfo.td65 def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx,
832 def STFIWX: XForm_28<31, 983, (outs), (ins F8RC:$frS, memrr:$dst),
DPPCISelLowering.cpp432 case PPCISD::STFIWX: return "PPCISD::STFIWX"; in getTargetNodeName()
5275 Val = DAG.getNode(PPCISD::STFIWX, dl, MVT::Other, N->getOperand(0), Val, in PerformDAGCombine()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h356 STFIWX, enumerator
DPPCISelLowering.cpp1020 case PPCISD::STFIWX: return "PPCISD::STFIWX"; in getTargetNodeName()
6418 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl, in LowerFP_TO_INTForReuse()
10601 Val = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl, in PerformDAGCombine()
DPPCInstrInfo.td105 def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx,
1859 def STFIWX: XForm_28<31, 983, (outs), (ins f8rc:$frS, memrr:$dst),
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c214 #define STFIWX (HI(31) | LO(983)) macro
1750 FAIL_IF(push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(SLJIT_SP) | B(TMP_REG1))); in sljit_emit_fop1_conv_sw_from_f64()
1781 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw)); in sljit_emit_fop1_conv_sw_from_f64()
/external/v8/src/ppc/
Dconstants-ppc.h1458 V(stfiwx, STFIWX, 0x7C0007AE) \