Searched refs:STFIWX (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 264 case PPC::STFIWX: in EmitInstruction()
|
D | PPCISelLowering.h | 45 STFIWX, enumerator
|
D | PPCInstrInfo.td | 65 def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx, 832 def STFIWX: XForm_28<31, 983, (outs), (ins F8RC:$frS, memrr:$dst),
|
D | PPCISelLowering.cpp | 432 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/ |
D | PPCISelLowering.h | 356 STFIWX, enumerator
|
D | PPCISelLowering.cpp | 1020 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()
|
D | PPCInstrInfo.td | 105 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/ |
D | sljitNativePPC_common.c | 214 #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()
|