Home
last modified time | relevance | path

Searched refs:ld_pseudo_m16382 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-pseudo-denormal.c11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; variable
19 ld_res = ld_pseudo_m16382.ld + ld_pseudo_m16382.ld; in main()
24 if (ld_pseudo_m16382.ld != 0x1p-16382L) { in main()
32 __asm__ ("frndint" : "=t" (ld_res) : "0" (ld_pseudo_m16382.ld)); in main()
H A Dtest-i386-fxtract.c11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; variable
86 "0" (ld_pseudo_m16382.ld)); in main()
H A Dtest-i386-fxam.c11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; variable
92 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_pseudo_m16382.ld)); in main()