/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
|
/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/llvm/include/llvm/CodeGen/ |
ValueTypes.h | 49 f64 = 8, // This is a 64 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType 74 v2f64 = 31, // 2 x f64 75 v4f64 = 32, // 4 x f64 210 case v4f64: return f64; 261 case f64 : 307 return MVT::f64; 367 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; 67 union { ULong i64; Double f64; } u; member in union:__anon11977 75 case Ico_F64: u.f64 = con->Ico.F64; 76 vex_printf( "F64{0x%llx}", u.i64); [all...] |
guest_amd64_helpers.c | 1392 UChar* f64; local 1782 ULong f64; local [all...] |
guest_x86_helpers.c | 1372 UChar* f64; local 1441 ULong f64; local [all...] |
host_amd64_isel.c | 2888 union { ULong u64; Double f64; } u; member in union:__anon11736 3146 HReg f64 = newVRegV(env); local 3832 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); local [all...] |
host_x86_isel.c | 2867 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon11976 3727 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); local [all...] |
host_ppc_isel.c | 877 // fr_src = mk_LoadR64toFPR( env, r_src ); // 1*I64 -> F64 879 // fr_src = mk_LoadRR32toFPR( env, r_src, r_src ); // 2*I32 -> F64 3070 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon11905 [all...] |