Home
last modified time | relevance | path

Searched refs:f80 (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/external/valgrind/main/VEX/priv/
Dguest_generic_x87.c105 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 …]
Dguest_generic_x87.h60 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/
D2007-09-27-LDIntrinsics.ll2 …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)
Dstdcall.ll4 …: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…
D2011-01-07-LegalizeTypesCrash.ll3 …: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…
D2010-05-07-ldconvert.ll9 …%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
Dfma.ll27 %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
D2011-02-12-shuffle.ll4 …: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…
Dlegalize-sub-zero.ll3 …: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…
D2007-10-28-inlineasm-q-modifier.ll3 …: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"
Dvariadic-node-pic.ll3 …: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"
D2007-11-03-x86-64-q-constraint.ll3 …: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"
D2011-02-04-FastRegallocNoFP.ll3 …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"
Dlabel-redefinition.ll3 …: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/
DValueTypes.cpp107 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/
D2008-07-10-APInt.ll3 …-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"
Dbcwrap.ll4 …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/
D2008-03-05-AliasReference2.ll5 …: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/
Dbss.ll4 …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/
Dconstant-fold-compare.ll2 …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"
D2007-12-10-ConstFoldCompare.ll1 …-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"
D2007-12-12-GEPScale.ll3 …-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"
D2009-01-16-PointerAddrSpace.ll3 …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/
Dempty.ll4 …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/
DX86InstrFPStack.td20 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