Searched refs:x64 (Results 1 - 25 of 206) sorted by relevance

123456789

/haiku-buildtools/gcc/libgcc/config/libbid/
H A D_isinfd32.c31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_isInf (x64);
H A D_sd_to_di.c31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_int64_xint (x64);
H A D_sd_to_si.c31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_int32_xint (x64);
H A D_sd_to_udi.c31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_uint64_xint (x64);
H A D_sd_to_usi.c31 UINT64 x64; local
35 x64 = __bid32_to_bid64 (ux.i);
36 res = __bid64_to_uint32_xint (x64);
H A D_addsub_sd.c30 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);
H A D_ne_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_not_equal (x64, y64);
H A D_unord_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_unordered (x64, y64);
H A D_div_sd.c30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_div (x64, y64);
H A D_eq_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_equal (x64, y64);
H A D_ge_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_greater_equal (x64, y64);
H A D_gt_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_greater (x64, y64);
H A D_le_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = __bid64_quiet_less_equal (x64, y64);
H A D_mul_sd.c30 UINT64 x64, y64, res64; local
35 x64 = __bid32_to_bid64 (ux.i);
37 res64 = __bid64_mul (x64, y64);
H A D_lt_sd.c31 UINT64 x64, y64; local
36 x64 = __bid32_to_bid64 (ux.i);
38 res = -__bid64_quiet_less (x64, y64);
/haiku-buildtools/binutils/gas/testsuite/gas/pe/
H A Dpeseh-x64-2.d2 #name: PE x64 SEH test 2
H A Dpeseh-x64.d2 #name: PE x64 SEH test 1
H A Dpeseh-x64-5.d1 #source: peseh-x64-4.s
3 #name: PE x64 SEH test sections flags xdata
H A Dpeseh-x64-6.d1 #source: peseh-x64-4.s
3 #name: PE x64 SEH test sections flags pdata
H A Dpeseh-x64-3.d2 #name: PE x64 SEH test 3
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dlock-1.s6 lock add $0x64, (%ebx)
8 lock adc $0x64, (%ebx)
10 lock and $0x64, (%ebx)
12 lock btc $0x64, (%ebx)
14 lock btr $0x64, (%ebx)
16 lock bts $0x64, (%ebx)
24 lock or $0x64, (%ebx)
26 lock sbb $0x64, (%ebx)
28 lock sub $0x64, (%ebx)
33 lock xor $0x64, (
[all...]
H A Dlockbad-1.s9 lock add $0x64, %ebx
11 lock adc $0x64, %ebx
13 lock and $0x64, %ebx
15 lock btc $0x64, %ebx
17 lock btr $0x64, %ebx
19 lock bts $0x64, %ebx
26 lock or $0x64, %ebx
28 lock sbb $0x64, %ebx
30 lock sub $0x64, %ebx
35 lock xor $0x64,
[all...]
H A Dx86-64-lock-1.s6 lock add $0x64, (%rbx)
8 lock adc $0x64, (%rbx)
10 lock and $0x64, (%rbx)
12 lock btc $0x64, (%rbx)
14 lock btr $0x64, (%rbx)
16 lock bts $0x64, (%rbx)
25 lock or $0x64, (%rbx)
27 lock sbb $0x64, (%rbx)
29 lock sub $0x64, (%rbx)
34 lock xor $0x64, (
[all...]
H A Dx86-64-lockbad-1.s9 lock add $0x64, %ebx
11 lock adc $0x64, %ebx
13 lock and $0x64, %ebx
15 lock btc $0x64, %ebx
17 lock btr $0x64, %ebx
19 lock bts $0x64, %ebx
26 lock or $0x64, %ebx
28 lock sbb $0x64, %ebx
30 lock sub $0x64, %ebx
35 lock xor $0x64,
[all...]
/haiku-buildtools/binutils/opcodes/
H A Di386-opc.c31 const seg_entry fs = { "fs", 0x64 };

Completed in 182 milliseconds

123456789