Searched refs:ZeroArgFP (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 485 def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP, 487 def LD_Fp80m : FpI_<(outs RFP80:$dst), (ins f80mem:$src), ZeroArgFP, 492 def LD_Fp64m80 : FpI_<(outs RFP80:$dst), (ins f64mem:$src), ZeroArgFP, 494 def LD_Fp32m80 : FpI_<(outs RFP80:$dst), (ins f32mem:$src), ZeroArgFP, 509 def ILD_Fp16m80: FpI_<(outs RFP80:$dst), (ins i16mem:$src), ZeroArgFP, 623 def LD_Fp032 : FpIf32<(outs RFP32:$dst), (ins), ZeroArgFP, 625 def LD_Fp132 : FpIf32<(outs RFP32:$dst), (ins), ZeroArgFP, 627 def LD_Fp064 : FpIf64<(outs RFP64:$dst), (ins), ZeroArgFP, 629 def LD_Fp164 : FpIf64<(outs RFP64:$dst), (ins), ZeroArgFP, 631 def LD_Fp080 : FpI_<(outs RFP80:$dst), (ins), ZeroArgFP, [all …]
|
| H A D | X86FloatingPoint.cpp | 454 case X86II::ZeroArgFP: handleZeroArgFP(I); break; in processBasicBlock()
|
| H A D | X86InstrFormats.td | 103 def ZeroArgFP : FPFormat<1>;
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | Target.cpp | 354 case X86II::ZeroArgFP: in generateCodeTemplates() 411 case X86II::ZeroArgFP: in generateCodeTemplates()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 866 ZeroArgFP = 1 << FPTypeShift, enumerator
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 756 def ZeroArgFP : FPFormat<1>;
|