Searched refs:OneArgFP (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFPStack.td | 272 def TST_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 273 def TST_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 274 def TST_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 282 def XAM_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 283 def XAM_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 284 def XAM_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 424 def ST_Fp32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, 426 def ST_Fp64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, 428 def ST_Fp64m : FpIf64<(outs), (ins f64mem:$op, RFP64:$src), OneArgFP, 430 def ST_Fp80m32 : FpI_<(outs), (ins f32mem:$op, RFP80:$src), OneArgFP, [all...] |
H A D | X86InstrFormats.td | 107 def OneArgFP : FPFormat<2>;
|
H A D | X86FloatingPoint.cpp | 454 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 788 OneArgFP = 2 << FPTypeShift, enumerator
|