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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp264 case PPC::STFIWX:
H A DPPCISelLowering.h43 /// STFIWX - The STFIWX instruction. The first operand is an input token
45 STFIWX, enumerator in enum:llvm::PPCISD::NodeType
H A DPPCISelLowering.cpp432 case PPCISD::STFIWX: return "PPCISD::STFIWX";
5261 // Turn STORE (FP_TO_SINT F) -> STFIWX(FCTIWZ(F)).
5275 Val = DAG.getNode(PPCISD::STFIWX, dl, MVT::Other, N->getOperand(0), Val,
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h354 /// STFIWX - The STFIWX instruction. The first operand is an input token
356 STFIWX,
H A DPPCISelLowering.cpp1020 case PPCISD::STFIWX: return "PPCISD::STFIWX";
6418 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
10583 // Turn STORE (FP_TO_SINT F) -> STFIWX(FCTIWZ(F)).
10601 Val = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
/external/pcre/dist2/src/sljit/
H A 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)));
1781 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw));
/external/v8/src/ppc/
H A Dconstants-ppc.h1458 V(stfiwx, STFIWX, 0x7C0007AE) \
/external/capstone/arch/PowerPC/
H A DPPCGenAsmWriter.inc875 151019025U, // STFIWX
2148 0U, // STFIWX

Completed in 543 milliseconds