Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFPStack.td272 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 DX86InstrFormats.td105 def OneArgFP : FPFormat<2>;
H A DX86FloatingPoint.cpp454 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h794 OneArgFP = 2 << FPTypeShift, enumerator