Searched refs:FILD (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h428 /// FILD, FILD_FLAG - This instruction implements SINT_TO_FP with the
430 /// X86::FILD*m instructions. It has three inputs (token chain, address,
433 FILD, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp338 // 64-bit FILD followed by conditional FADD for other targets.
341 // FILD for other targets.
10703 // Build the FILD
10728 X86ISD::FILD, DL,
10913 // Make a 64-bit buffer, and use it to build an FILD.
10946 SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops,
16488 case X86ISD::FILD: return "X86ISD::FILD";

Completed in 701 milliseconds