Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFPStack.td390 def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP,
392 def LD_Fp80m : FpI_<(outs RFP80:$dst), (ins f80mem:$src), ZeroArgFP,
397 def LD_Fp64m80 : FpI_<(outs RFP80:$dst), (ins f64mem:$src), ZeroArgFP,
399 def LD_Fp32m80 : FpI_<(outs RFP80:$dst), (ins f32mem:$src), ZeroArgFP,
414 def ILD_Fp16m80: FpI_<(outs RFP80:$dst), (ins i16mem:$src), ZeroArgFP,
528 def LD_Fp032 : FpIf32<(outs RFP32:$dst), (ins), ZeroArgFP,
530 def LD_Fp132 : FpIf32<(outs RFP32:$dst), (ins), ZeroArgFP,
532 def LD_Fp064 : FpIf64<(outs RFP64:$dst), (ins), ZeroArgFP,
534 def LD_Fp164 : FpIf64<(outs RFP64:$dst), (ins), ZeroArgFP,
536 def LD_Fp080 : FpI_<(outs RFP80:$dst), (ins), ZeroArgFP,
[all …]
H A DX86InstrFormats.td104 def ZeroArgFP : FPFormat<1>;
H A DX86FloatingPoint.cpp453 case X86II::ZeroArgFP: handleZeroArgFP(I); break; in processBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h792 ZeroArgFP = 1 << FPTypeShift, enumerator