Searched refs:ld_pseudo_m16382 (Results 1 – 3 of 3) sorted by relevance
11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; variable19 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()
11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; variable86 "0" (ld_pseudo_m16382.ld)); in main()
11 volatile union u ld_pseudo_m16382 = { .s = { UINT64_C(1) << 63, 0 } }; variable92 __asm__ volatile ("fxam\nfnstsw" : "=a" (sw) : "t" (ld_pseudo_m16382.ld)); in main()