Home
last modified time | relevance | path

Searched refs:REL_ADDR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S33 #define REL_ADDR(_a) (_a)(%rip) macro
40 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
41 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
43 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
H A Dfloatundixf.S17 #define REL_ADDR(_a) (_a)(%rip) macro
28 1: faddl REL_ADDR(twop64)
H A Dfloatundisf.S17 #define REL_ADDR(_a) (_a)(%rip) macro
32 mulss REL_ADDR(two), %xmm0
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S33 #define REL_ADDR(_a) (_a)-0b(%eax) macro
42 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
43 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
44 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
H A Dfloatundixf.S25 #define REL_ADDR(_a) (_a)-0b(%eax) macro
34 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
35 orpd REL_ADDR(twop52), %xmm1 // 2^52 + lo (as a double)
36 addsd REL_ADDR(twop84_plus_twop52_neg), %xmm0 // hi - 2^52 (no rounding occurs)
H A Dfloatdidf.S21 #define REL_ADDR(_a) (_a)-0b(%eax) macro
30 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
31 movsd REL_ADDR(twop52), %xmm2 // 0x1.0p52