Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFPStack.td373 def TST_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>;
374 def TST_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>;
375 def TST_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>;
512 def ST_Fp32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP,
514 def ST_Fp64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP,
516 def ST_Fp64m : FpIf64<(outs), (ins f64mem:$op, RFP64:$src), OneArgFP,
518 def ST_Fp80m32 : FpI_<(outs), (ins f32mem:$op, RFP80:$src), OneArgFP,
520 def ST_Fp80m64 : FpI_<(outs), (ins f64mem:$op, RFP80:$src), OneArgFP,
525 def ST_FpP32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, []>;
526 def ST_FpP64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, []>;
[all …]
DX86FloatingPoint.cpp457 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
DX86InstrFormats.td97 def OneArgFP : FPFormat<2>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h803 OneArgFP = 2 << FPTypeShift, enumerator