Home
last modified time | relevance | path

Searched refs:FTRUNC (Results 1 – 25 of 35) sorted by relevance

12

/external/strace/xlat/
Dopen_mode_flags.h97 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
98 XLAT(FTRUNC),
Dopen_mode_flags.in34 FTRUNC
/external/python/cpython2/Lib/plat-irix5/
DFILE.py155 FTRUNC = 0x0200 variable
219 FTRUNC = 0x0200 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py562 FTRUNC = 0x0200 variable
657 FTRUNC = 0x0200 variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h452 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h526 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h788 ISDs.push_back(ISD::FTRUNC); in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp304 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in mightUseCTR()
368 Opcode = ISD::FTRUNC; break; in mightUseCTR()
DPPCISelLowering.cpp151 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
210 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in PPCTargetLowering()
215 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in PPCTargetLowering()
475 setOperationAction(ISD::FTRUNC, VT, Expand); in PPCTargetLowering()
521 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
580 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in PPCTargetLowering()
800 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in PPCTargetLowering()
805 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp245 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in AMDGPUTargetLowering()
278 setOperationAction(ISD::FTRUNC, MVT::f64, Custom); in AMDGPUTargetLowering()
419 setOperationAction(ISD::FTRUNC, VT, Expand); in AMDGPUTargetLowering()
714 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG); in LowerOperation()
1287 fq = DAG.getNode(ISD::FTRUNC, DL, FltVT, fq); in LowerDIVREM24()
1597 SDValue Floor = DAG.getNode(ISD::FTRUNC, SL, VT, Div); in LowerFREM()
1611 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFCEIL()
1731 SDValue T = DAG.getNode(ISD::FTRUNC, SL, MVT::f32, X); in LowerFROUND32()
1832 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFFLOOR()
2047 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFP64_TO_INT()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp185 case ISD::FTRUNC: in LegalizeOp()
DLegalizeVectorTypes.cpp88 case ISD::FTRUNC: in ScalarizeVectorResult()
465 case ISD::FTRUNC: in SplitVectorResult()
989 case ISD::FTRUNC: in SplitVectorOperand()
1312 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeFloatTypes.cpp92 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
872 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp162 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
DLegalizeFloatTypes.cpp105 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
1042 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
1884 case ISD::FTRUNC: R = PromoteFloatRes_UnaryOp(N); break; in PromoteFloatResult()
DLegalizeVectorOps.cpp319 case ISD::FTRUNC: in LegalizeOp()
DLegalizeVectorTypes.cpp95 case ISD::FTRUNC: in ScalarizeVectorResult()
654 case ISD::FTRUNC: in SplitVectorResult()
1505 case ISD::FTRUNC: in SplitVectorOperand()
2168 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeDAG.cpp3856 case ISD::FTRUNC: in ConvertNodeToLibcall()
4226 case ISD::FTRUNC: in PromoteNode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp87 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT}) in WebAssemblyTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp158 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in AArch64TargetLowering()
291 setOperationAction(ISD::FTRUNC, MVT::f16, Promote); in AArch64TargetLowering()
331 setOperationAction(ISD::FTRUNC, MVT::v4f16, Expand); in AArch64TargetLowering()
364 setOperationAction(ISD::FTRUNC, MVT::v8f16, Expand); in AArch64TargetLowering()
382 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
542 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand); in AArch64TargetLowering()
626 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp933 setOperationAction(ISD::FTRUNC, VT, Expand); in initActions()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td379 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td449 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp511 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
528 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
545 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()
674 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in ARMTargetLowering()
991 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in ARMTargetLowering()
1005 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in ARMTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp365 setOperationAction(ISD::FTRUNC, VT, Legal); in SystemZTargetLowering()
404 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering()

12