Searched refs:STFIWX (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h265 /// STFIWX - The STFIWX instruction. The first operand is an input token
267 STFIWX, enumerator in enum:llvm::PPCISD::NodeType
H A DPPCISelLowering.cpp769 case PPCISD::STFIWX: return "PPCISD::STFIWX";
5116 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
8057 // Turn STORE (FP_TO_SINT F) -> STFIWX(FCTIWZ(F)).
8076 Val = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c210 #define STFIWX (HI(31) | LO(983)) macro
1761 FAIL_IF(push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(SLJIT_SP) | B(TMP_REG1)));
1792 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw));

Completed in 122 milliseconds