Searched refs:FPFormat (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 62 // FPFormat - This specifies what form this FP instruction has. This is used by 64 class FPFormat<bits<3> val> { 67 def NotFP : FPFormat<0>; 68 def ZeroArgFP : FPFormat<1>; 69 def OneArgFP : FPFormat<2>; 70 def OneArgFPRW : FPFormat<3>; 71 def TwoArgFP : FPFormat<4>; 72 def CompareFP : FPFormat<5>; 73 def CondMovFP : FPFormat<6>; 74 def SpecialFP : FPFormat<7>; [all …]
|
D | X86InstrFPStack.td | 122 class FpIf32<dag outs, dag ins, FPFormat fp, list<dag> pattern> : 124 class FpIf64<dag outs, dag ins, FPFormat fp, list<dag> pattern> : 298 class FpIf32CMov<dag outs, dag ins, FPFormat fp, list<dag> pattern> : 300 class FpIf64CMov<dag outs, dag ins, FPFormat fp, list<dag> pattern> :
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 300 class FPFormat<bits<3> val> { 303 def NotFP : FPFormat<0>; 304 def ZeroArgFP : FPFormat<1>; 305 def OneArgFP : FPFormat<2>; 306 def OneArgFPRW : FPFormat<3>; 307 def TwoArgFP : FPFormat<4>; 308 def CompareFP : FPFormat<5>; 309 def CondMovFP : FPFormat<6>; 310 def SpecialFP : FPFormat<7>;
|
D | index.rst | 138 FPFormat FPForm = ?;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 75 // FPFormat - This specifies what form this FP instruction has. This is used by 77 class FPFormat<bits<3> val> { 80 def NotFP : FPFormat<0>; 81 def ZeroArgFP : FPFormat<1>; 82 def OneArgFP : FPFormat<2>; 83 def OneArgFPRW : FPFormat<3>; 84 def TwoArgFP : FPFormat<4>; 85 def CompareFP : FPFormat<5>; 86 def CondMovFP : FPFormat<6>; 87 def SpecialFP : FPFormat<7>; [all …]
|
D | X86InstrFPStack.td | 121 class FpIf32<dag outs, dag ins, FPFormat fp, list<dag> pattern> : 123 class FpIf64<dag outs, dag ins, FPFormat fp, list<dag> pattern> : 348 class FpIf32CMov<dag outs, dag ins, FPFormat fp, list<dag> pattern> : 350 class FpIf64CMov<dag outs, dag ins, FPFormat fp, list<dag> pattern> :
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 2280 Emit(FPFormat(vn) | op | Rn(vn) | Rd(vd)); in NEONFPConvertToInt() 2483 Emit(FPFormat(vd) | op | Rm(vm) | Rn(vn) | Rd(vd)); in NEONFP3Same() 2524 Emit(FPFormat(vd) | op | Rn(vn) | Rd(vd)); in NEON_FP2REGMISC_LIST() 2612 Emit(FPFormat(vd) | op | Rn(vn) | Rd(vd)); in NEONFP2RegMisc() 2645 Emit(FPFormat(vd) | NEON_FRECPX_scalar | Rn(vn) | Rd(vd)); in frecpx() 2772 Emit(FPFormat(vd) | NEON_FADDP_scalar | Rn(vn) | Rd(vd)); in faddp() 2778 Emit(FPFormat(vd) | NEON_FMAXP_scalar | Rn(vn) | Rd(vd)); in fmaxp() 2784 Emit(FPFormat(vd) | NEON_FMINP_scalar | Rn(vn) | Rd(vd)); in fminp() 2790 Emit(FPFormat(vd) | NEON_FMAXNMP_scalar | Rn(vn) | Rd(vd)); in fmaxnmp() 2796 Emit(FPFormat(vd) | NEON_FMINNMP_scalar | Rn(vn) | Rd(vd)); in fminnmp() [all …]
|
D | assembler-aarch64.h | 2922 static Instr FPFormat(VRegister vd) { in FPFormat() function
|