Searched refs:OneArgFP (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 267 def TST_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 268 def TST_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 269 def TST_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 385 def ST_Fp32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, 387 def ST_Fp64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, 389 def ST_Fp64m : FpIf64<(outs), (ins f64mem:$op, RFP64:$src), OneArgFP, 391 def ST_Fp80m32 : FpI_<(outs), (ins f32mem:$op, RFP80:$src), OneArgFP, 393 def ST_Fp80m64 : FpI_<(outs), (ins f64mem:$op, RFP80:$src), OneArgFP, 398 def ST_FpP32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, []>; 399 def ST_FpP64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, []>; [all …]
|
D | X86InstrFormats.td | 69 def OneArgFP : FPFormat<2>;
|
D | X86FloatingPoint.cpp | 449 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 316 def TST_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 317 def TST_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 318 def TST_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 436 def ST_Fp32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, 438 def ST_Fp64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, 440 def ST_Fp64m : FpIf64<(outs), (ins f64mem:$op, RFP64:$src), OneArgFP, 442 def ST_Fp80m32 : FpI_<(outs), (ins f32mem:$op, RFP80:$src), OneArgFP, 444 def ST_Fp80m64 : FpI_<(outs), (ins f64mem:$op, RFP80:$src), OneArgFP, 449 def ST_FpP32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, []>; 450 def ST_FpP64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, []>; [all …]
|
D | X86FloatingPoint.cpp | 415 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
|
D | X86InstrFormats.td | 82 def OneArgFP : FPFormat<2>;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 337 OneArgFP = 2 << FPTypeShift, enumerator
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 427 OneArgFP = 2 << FPTypeShift, enumerator
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 305 def OneArgFP : FPFormat<2>;
|