Searched refs:TwoArgFP (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 347 TwoArgFP = 4 << FPTypeShift, enumerator
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 437 TwoArgFP = 4 << FPTypeShift, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 131 def _Fp32 : FpIf32<(outs RFP32:$dst), (ins RFP32:$src1, RFP32:$src2), TwoArgFP, 133 def _Fp64 : FpIf64<(outs RFP64:$dst), (ins RFP64:$src1, RFP64:$src2), TwoArgFP, 135 def _Fp80 : FpI_<(outs RFP80:$dst), (ins RFP80:$src1, RFP80:$src2), TwoArgFP,
|
D | X86InstrFormats.td | 71 def TwoArgFP : FPFormat<4>;
|
D | X86FloatingPoint.cpp | 451 case X86II::TwoArgFP: handleTwoArgFP(I); break; in processBasicBlock()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 130 def _Fp32 : FpIf32<(outs RFP32:$dst), (ins RFP32:$src1, RFP32:$src2), TwoArgFP, 132 def _Fp64 : FpIf64<(outs RFP64:$dst), (ins RFP64:$src1, RFP64:$src2), TwoArgFP, 134 def _Fp80 : FpI_<(outs RFP80:$dst), (ins RFP80:$src1, RFP80:$src2), TwoArgFP,
|
D | X86FloatingPoint.cpp | 417 case X86II::TwoArgFP: handleTwoArgFP(I); break; in processBasicBlock()
|
D | X86InstrFormats.td | 84 def TwoArgFP : FPFormat<4>;
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 307 def TwoArgFP : FPFormat<4>;
|