/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-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 373 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 …]
|
D | X86FloatingPoint.cpp | 457 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
|
D | X86InstrFormats.td | 97 def OneArgFP : FPFormat<2>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 367 def TST_Fp32 : FpIf32<(outs), (ins RFP32:$src), OneArgFP, []>; 368 def TST_Fp64 : FpIf64<(outs), (ins RFP64:$src), OneArgFP, []>; 369 def TST_Fp80 : FpI_<(outs), (ins RFP80:$src), OneArgFP, []>; 508 def ST_Fp32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, 510 def ST_Fp64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, 512 def ST_Fp64m : FpIf64<(outs), (ins f64mem:$op, RFP64:$src), OneArgFP, 514 def ST_Fp80m32 : FpI_<(outs), (ins f32mem:$op, RFP80:$src), OneArgFP, 516 def ST_Fp80m64 : FpI_<(outs), (ins f64mem:$op, RFP80:$src), OneArgFP, 521 def ST_FpP32m : FpIf32<(outs), (ins f32mem:$op, RFP32:$src), OneArgFP, []>; 522 def ST_FpP64m32 : FpIf64<(outs), (ins f32mem:$op, RFP64:$src), OneArgFP, []>; [all …]
|
D | X86FloatingPoint.cpp | 457 case X86II::OneArgFP: handleOneArgFP(I); break; // fstp ST(0) in processBasicBlock()
|
D | X86InstrFormats.td | 104 def OneArgFP : FPFormat<2>;
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 335 case X86II::OneArgFP: in generateCodeTemplates() 392 case X86II::OneArgFP: in generateCodeTemplates()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 427 OneArgFP = 2 << FPTypeShift, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 803 OneArgFP = 2 << FPTypeShift, enumerator
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 858 OneArgFP = 2 << FPTypeShift, enumerator
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 305 def OneArgFP : FPFormat<2>;
|
/external/llvm-project/llvm/docs/TableGen/ |
D | ProgRef.rst | 734 def OneArgFP : FPFormat<2>;
|