Home
last modified time | relevance | path

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

12345678910>>...47

/external/valgrind/main/VEX/useful/
Dfp_80_64.c44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le_HW() argument
48 : "r" (&f80[0]), "r" (&f64[0]) in convert_f80le_to_f64le_HW()
52 static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le_HW() argument
56 : "r" (&f64[0]), "r" (&f80[0]) in convert_f64le_to_f80le_HW()
103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() argument
130 f80[9] = toUChar( sign << 7 ); in convert_f64le_to_f80le()
131 f80[8] = f80[7] = f80[6] = f80[5] = f80[4] in convert_f64le_to_f80le()
132 = f80[3] = f80[2] = f80[1] = f80[0] = 0; in convert_f64le_to_f80le()
153 write_bit_array( f80, j, in convert_f64le_to_f80le()
161 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) ); in convert_f64le_to_f80le()
[all …]
/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/valgrind/main/none/tests/amd64/
Dnan80and64.c69 static void rev80 ( UChar* f80 ) in rev80() argument
71 SWAPC( f80[0], f80[9] ); in rev80()
72 SWAPC( f80[1], f80[8] ); in rev80()
73 SWAPC( f80[2], f80[7] ); in rev80()
74 SWAPC( f80[3], f80[6] ); in rev80()
75 SWAPC( f80[4], f80[5] ); in rev80()
/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)
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
D2012-1-10-buildvector.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…
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…
Dpr13899.ll5 …: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…
Dcoff-comdat3.ll3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
/external/llvm/test/Instrumentation/AddressSanitizer/
Dfreebsd.ll3 ; RUN: -default-data-layout="e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128" | \
8 ; RUN: -default-data-layout="e-m:e-i64:64-f80:128-n8:16:32:64-S128" | \
/external/llvm/test/Transforms/ScalarRepl/
Dnegative-memset.ll5 …: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…
/external/llvm/test/Transforms/LoopStrengthReduce/
Dscaling_factor_cost_crash.ll2 …: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…
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll9 …: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…
/external/llvm/test/Linker/Inputs/
Dcomdat4.ll1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
/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"
/external/llvm/test/LTO/
Dprivate-symbol.ll4 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
/external/llvm/test/DebugInfo/X86/
DDW_AT_stmt_list_sec_offset.ll17 …: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…
/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"
Dcomdat2.ll2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dcomdat5.ll2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
/external/llvm/test/Transforms/GVN/
Dunreachable_block_infinite_loop.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"
/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"

12345678910>>...47