Searched refs:OneArgFP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 371 def TST_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 372 def TST_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 373 def TST_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 381 def XAM_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 382 def XAM_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 383 def XAM_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 519 def ST_Fp32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, 521 def ST_Fp64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, 523 def ST_Fp64m : FpIf64<(outs), (ins f64mem:$op, RFP64:$src), OneArgFP, 525 def ST_Fp80m32 : FpI_<(outs), (ins f32mem:$op, RFP80:$src), OneArgFP, [all …]
|
| H A D | X86FloatingPoint.cpp | 457 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
|
| H A D | X86InstrFormats.td | 104 def OneArgFP : FPFormat<2>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 860 OneArgFP = 2 << FPTypeShift, enumerator
|