HomeSort by: relevance | last modified time | path
    Searched refs:x64 (Results 1 - 25 of 1075) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
_isinfd32.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_isInf (x64);
_sd_to_di.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_int64_xint (x64);
_sd_to_si.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_int32_xint (x64);
_sd_to_udi.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_uint64_xint (x64);
_sd_to_usi.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_uint32_xint (x64);
_addsub_sd.c 30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_add (x64, y64);
44 UINT64 x64, y64, res64; local
49 x64 = __bid32_to_bid64 (ux.i);
51 res64 = __bid64_sub (x64, y64);
_div_sd.c 30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_div (x64, y64);
_eq_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_equal (x64, y64);
_ge_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_greater_equal (x64, y64);
_gt_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_greater (x64, y64);
_le_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_less_equal (x64, y64);
_lt_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = -__bid64_quiet_less (x64, y64);
_mul_sd.c 30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_mul (x64, y64);
_ne_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_not_equal (x64, y64);
_unord_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_unordered (x64, y64);
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
_isinfd32.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_isInf (x64);
_sd_to_di.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_int64_xint (x64);
_sd_to_si.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_int32_xint (x64);
_sd_to_udi.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_uint64_xint (x64);
_sd_to_usi.c 31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_uint32_xint (x64);
_addsub_sd.c 30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_add (x64, y64);
44 UINT64 x64, y64, res64; local
49 x64 = __bid32_to_bid64 (ux.i);
51 res64 = __bid64_sub (x64, y64);
_div_sd.c 30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_div (x64, y64);
_eq_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_equal (x64, y64);
_ge_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_greater_equal (x64, y64);
_gt_sd.c 31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_greater (x64, y64);

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>