Home
last modified time | relevance | path

Searched refs:ZeroArgFP (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrFPStack.td403 def LD_Fp32m : FpIf32<(outs RFP32:$dst), (ins f32mem:$src), ZeroArgFP,
406 def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP,
408 def LD_Fp80m : FpI_<(outs RFP80:$dst), (ins f80mem:$src), ZeroArgFP,
411 def LD_Fp32m64 : FpIf64<(outs RFP64:$dst), (ins f32mem:$src), ZeroArgFP,
413 def LD_Fp64m80 : FpI_<(outs RFP80:$dst), (ins f64mem:$src), ZeroArgFP,
415 def LD_Fp32m80 : FpI_<(outs RFP80:$dst), (ins f32mem:$src), ZeroArgFP,
417 def ILD_Fp16m32: FpIf32<(outs RFP32:$dst), (ins i16mem:$src), ZeroArgFP,
419 def ILD_Fp32m32: FpIf32<(outs RFP32:$dst), (ins i32mem:$src), ZeroArgFP,
421 def ILD_Fp64m32: FpIf32<(outs RFP32:$dst), (ins i64mem:$src), ZeroArgFP,
423 def ILD_Fp16m64: FpIf64<(outs RFP64:$dst), (ins i16mem:$src), ZeroArgFP,
[all …]
DX86FloatingPoint.cpp407 case X86II::ZeroArgFP: handleZeroArgFP(I); break; in processBasicBlock()
DX86InstrFormats.td81 def ZeroArgFP : FPFormat<1>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h425 ZeroArgFP = 1 << FPTypeShift, enumerator
/external/llvm/docs/TableGen/
DLangIntro.rst304 def ZeroArgFP : FPFormat<1>;