Searched refs:STFIWX (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 330 STFIWX, enumerator
|
D | PPCISelLowering.cpp | 1005 case PPCISD::STFIWX: return "PPCISD::STFIWX"; in getTargetNodeName() 6156 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl, in LowerFP_TO_INTForReuse() 10225 Val = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl, in PerformDAGCombine()
|
D | PPCInstrInfo.td | 93 def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx, 1797 def STFIWX: XForm_28<31, 983, (outs), (ins f8rc:$frS, memrr:$dst),
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 210 #define STFIWX (HI(31) | LO(983)) macro 1746 FAIL_IF(push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(SLJIT_SP) | B(TMP_REG1))); in sljit_emit_fop1_convw_fromd() 1777 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw)); in sljit_emit_fop1_convw_fromd()
|