HomeSort by relevance Sort by last modified time
    Searched defs:f64 (Results 1 - 14 of 14) sorted by null

  /external/clang/test/CodeGen/
mms-bitfields.c 5 long long f64; member in struct:s1
12 long long f64[4]; member in struct:s2
ms_struct.c 6 long long f64; member in struct:s1
13 long long f64[4]; member in struct:s2
x86_32-arguments-darwin.c 320 // CHECK: define void @f64(%struct.s64* byval align 4 %x)
322 void f64(struct s64 x) {} function
  /external/valgrind/main/none/tests/amd64/
bug132918.c 13 double f64; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
31 res->d = f64;
  /external/clang/test/Sema/
attr-mode.c 11 typedef float f64 __attribute((mode(DF))); typedef
12 int f64_test[sizeof(f64) == 8 ? 1 : -1];
  /external/valgrind/main/VEX/useful/
fp_80_64.c 44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 )
48 : "r" (&f80[0]), "r" (&f64[0])
52 static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
56 : "r" (&f64[0]), "r" (&f80[0])
103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
109 sign = toUChar( (f64[7] >> 7) & 1 );
110 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F);
120 (f64[6] & 0x0F) == 0
121 && f64[5] == 0 && f64[4] == 0 && f64[3] == 0
593 UChar* f64 = malloc(8); local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 51 f64 = 9, // This is a 64 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
82 v2f64 = 35, // 2 x f64
83 v4f64 = 36, // 4 x f64
259 case v4f64: return f64;
315 case f64 :
365 return MVT::f64;
430 case MVT::f64:
  /external/qemu/target-arm/
helper.c 2970 float64 f64; local
3067 float64 f64; local
3117 float64 f64; local
3133 float64 f64; local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 58 case Ity_F64: vex_printf( "F64"); break;
68 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon14916
80 case Ico_F64: u.f64 = con->Ico.F64;
81 vex_printf( "F64{0x%llx}", u.i64);
    [all...]
guest_amd64_helpers.c 1439 UChar* f64; local
1829 ULong f64; local
    [all...]
guest_x86_helpers.c 1372 UChar* f64; local
1441 ULong f64; local
    [all...]
host_amd64_isel.c 2940 union { ULong u64; Double f64; } u; member in union:__anon14632
3198 HReg f64 = newVRegV(env); local
3895 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); local
    [all...]
host_x86_isel.c 2891 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon14915
3805 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); local
    [all...]
host_ppc_isel.c 880 // fr_src = mk_LoadR64toFPR( env, r_src ); // 1*I64 -> F64
882 // fr_src = mk_LoadRR32toFPR( env, r_src, r_src ); // 2*I32 -> F64
3168 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon14802
    [all...]

Completed in 621 milliseconds