Searched refs:f80 (Results 1 – 25 of 527) sorted by relevance
12345678910>>...22
/external/valgrind/main/VEX/priv/ |
D | guest_generic_x87.c | 105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() argument 132 f80[9] = toUChar( sign << 7 ); in convert_f64le_to_f80le() 133 f80[8] = f80[7] = f80[6] = f80[5] = f80[4] in convert_f64le_to_f80le() 134 = f80[3] = f80[2] = f80[1] = f80[0] = 0; in convert_f64le_to_f80le() 155 write_bit_array( f80, j, in convert_f64le_to_f80le() 163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) ); in convert_f64le_to_f80le() 164 f80[8] = toUChar( bexp & 0xFF ); in convert_f64le_to_f80le() 180 f80[9] = toUChar( (sign << 7) | 0x7F ); in convert_f64le_to_f80le() 181 f80[8] = 0xFF; in convert_f64le_to_f80le() 182 f80[7] = 0x80; in convert_f64le_to_f80le() [all …]
|
D | guest_generic_x87.h | 60 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ); 75 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 );
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-09-27-LDIntrinsics.ll | 2 …8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" 7 %tmp2 = call x86_fp80 @llvm.sqrt.f80( x86_fp80 %x ) 16 declare x86_fp80 @llvm.sqrt.f80(x86_fp80) 20 %tmp2 = call x86_fp80 @llvm.powi.f80( x86_fp80 %x, i32 3 ) 30 declare x86_fp80 @llvm.powi.f80(x86_fp80, i32)
|
D | stdcall.ll | 4 …:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f8…
|
D | 2011-01-07-LegalizeTypesCrash.ll | 3 …:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f8…
|
D | 2010-05-07-ldconvert.ll | 9 …%tmp = call x86_fp80 @llvm.powi.f80(x86_fp80 0xK3FFF8000000000000000, i32 -64) ; <x86_fp80> [#uses… 25 declare x86_fp80 @llvm.powi.f80(x86_fp80, i32) nounwind readonly
|
D | fma.ll | 27 %call = tail call x86_fp80 @llvm.fma.f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone 33 declare x86_fp80 @llvm.fma.f80(x86_fp80, x86_fp80, x86_fp80) nounwind readnone
|
D | 2011-02-12-shuffle.ll | 4 …:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f8…
|
D | legalize-sub-zero.ll | 3 …:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-v128:128:128-a0:0:64-f8…
|
D | 2007-10-28-inlineasm-q-modifier.ll | 3 …:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
D | variadic-node-pic.ll | 3 …:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
D | 2007-11-03-x86-64-q-constraint.ll | 3 …:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
D | 2011-02-04-FastRegallocNoFP.ll | 3 …2:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
|
D | label-redefinition.ll | 3 …:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
|
/external/llvm/lib/VMCore/ |
D | ValueTypes.cpp | 107 case MVT::f80: return "f80"; in getEVTString() 157 case MVT::f80: return Type::getX86_FP80Ty(Context); in getTypeForEVT() 201 case Type::X86_FP80TyID: return MVT(MVT::f80); in getEVT()
|
/external/llvm/test/Assembler/ |
D | 2008-07-10-APInt.ll | 3 …-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
|
D | bcwrap.ll | 4 …8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
|
/external/llvm/test/Linker/ |
D | 2008-03-05-AliasReference2.ll | 5 …:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
/external/llvm/test/MC/ELF/ |
D | bss.ll | 4 …16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
|
/external/llvm/test/Transforms/InstCombine/ |
D | constant-fold-compare.ll | 2 …16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
|
D | 2007-12-10-ConstFoldCompare.ll | 1 …-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
|
D | 2007-12-12-GEPScale.ll | 3 …-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
|
D | 2009-01-16-PointerAddrSpace.ll | 3 …8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
|
/external/llvm/test/Analysis/BasicAA/ |
D | empty.ll | 4 …2:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 20 def SDTX86FpGet2 : SDTypeProfile<2, 0, [SDTCisVT<0, f80>, 21 SDTCisVT<1, f80>]>; 121 // f80 instructions cannot use SSE and use neither of these. 158 (OpNode RFP80:$src1, (f80 (extloadf32 addr:$src2))))]>; 162 (OpNode RFP80:$src1, (f80 (extloadf64 addr:$src2))))]>; 363 [(set RFP80:$dst, (f80 (extloadf64 addr:$src)))]>; 365 [(set RFP80:$dst, (f80 (extloadf32 addr:$src)))]>; 603 // Required for RET of f32 / f64 / f80 values. 606 def : Pat<(X86fld addr:$src, f80), (LD_Fp80m addr:$src)>; 608 // Required for CALL which return f32 / f64 / f80 values. [all …]
|
12345678910>>...22