/src/lib/libc/arch/sparc64/gen/ |
modf.S | 83 * %f4:f5 double v, in fpu registers 102 fabsd %f0, %f4 ! %f4:f5 = v 113 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits. 136 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52 137 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52 150 * Now insert the original sign in %f4:f5. 162 * The value in %f4:f5 is now the integer portion of the original 166 std %f4, [%i1] ! *ival = %f4:f5; 167 fsubd %f0, %f4, %f0 ! %f0:f1 -= %f4:f5; 173 * We get here if the original comparison of %f4:f5 (v) t [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
reg_helper.h | 88 f5, v5) \ 94 FN(reg, f5), v5) 97 f5, v5, f6, v6) \ 103 FN(reg, f5), v5,\ 107 f5, v5, f6, v6, f7, v7) \ 113 FN(reg, f5), v5,\ 118 f5, v5, f6, v6, f7, v7, f8, v8) \ 124 FN(reg, f5), v5,\ 129 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ 136 FN(reg, f5), v5, [all...] |
/src/lib/libc/arch/sparc/gen/ |
modf.S | 83 * %f4:f5 double v, in fpu registers 114 ldd [%fp - 16], %f4 ! %f4:f5 = v 117 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits. 141 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52 142 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52 155 * Now insert the original sign in %f4:f5. 169 * The value in %f4:f5 is now the integer portion of the original 173 std %f4, [%i2] ! *ival = %f4:f5; 176 fsubd %f0, %f4, %f0 ! %f0:f1 -= %f4:f5; 182 * We get here if the original comparison of %f4:f5 (v) t [all...] |
/src/sys/dev/ic/ |
mlxvar.h | 216 u_int8_t f3, u_int32_t f4, u_int8_t f5) 230 mc->mc_mbox[0xc] = f5; 235 u_int8_t f3, u_int8_t f4, u_int8_t f5, u_int8_t f6, 244 mc->mc_mbox[0x6] = f5; 255 u_int16_t f3, u_int8_t f4, u_int8_t f5, u_int32_t f6, 265 mc->mc_mbox[0x7] = f5; 294 u_int32_t f3, u_int32_t f4, u_int8_t f5) 308 mc->mc_mbox[0xc] = f5;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_25_5.h | 157 int32_t f5 = f[5]; local in function:fe25519_cmov 168 int32_t x5 = f5 ^ g[5]; 190 f[5] = f5 ^ x5; 207 int32_t f5 = f[5]; local in function:fe25519_cswap 229 int32_t x5 = f5 ^ g5; 251 f[5] = f5 ^ x5; 281 int32_t f5 = f[5]; local in function:fe25519_copy 292 h[5] = f5; 375 int32_t f5 = f[5]; local in function:fe25519_mul 403 int32_t f5_2 = 2 * f5; 645 int32_t f5 = f[5]; local in function:fe25519_sq 817 int32_t f5 = f[5]; local in function:fe25519_sq2 990 int32_t f5 = f[5]; local in function:fe25519_scalar_product [all...] |
/src/sys/arch/hp300/dev/ |
gboxreg.h | 86 uint8_t f5[3]; member in struct:gboxfb
|
topcatreg.h | 68 uint8_t f5[0x408c-0x4088-1]; member in struct:tcboxfb
|
dvboxreg.h | 69 uint8_t f5[0x409f-0x4090-4]; member in struct:dvboxfb
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_ppc_regs.h | 38 #define f5 5 macro
|
/src/sys/arch/powerpc/powerpc/ |
fpu_subr.S | 43 lfd %f5,FPREG_F5(%r3) 84 stfd %f5,FPREG_F5(%r3)
|
/src/tests/ipf/ |
t_filter_exec.sh | 115 test_case f5 dotest text text 148 atf_add_test_case f5
|
/src/sys/arch/hp300/stand/common/ |
grf_gbreg.h | 102 u_char f5[3]; member in struct:gboxfb
|
grf_tcreg.h | 92 u_char f5[0x408c-0x4088-1]; member in struct:tcboxfb
|
grf_dvreg.h | 93 u_char f5[0x409f-0x4090-4]; member in struct:dvboxfb
|
/src/tests/ipf/input/ |
Makefile | 32 f5 \
|
/src/games/dm/ |
dm.c | 130 char lbuf[BUFSIZ], f1[40], f2[40], f3[40], f4[40], f5[40]; local in function:read_config 144 f1, f2, f3, f4, f5) != 5 || strcasecmp(f1, "game")) 146 c_game(f2, f3, f4, f5);
|
/src/tests/ipf/expected/ |
Makefile | 34 f5 \
|
/src/lib/libm/noieee_src/ |
n_exp.c | 98 vc(p5, 4.1381367970572387085E-8 ,bb4b,3431,2683,95f5, -24, .B1BB4B95F52683)
|
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/ia64/ |
eficontext.h | 106 UINT64 f5[2];
member in struct:__anon904514ee0108
|
/src/tests/ipf/regress/ |
Makefile | 36 f5 \
|
/src/lib/libc/arch/ia64/gen/ |
_setjmp.S | 129 stf.spill [r10] = f5, J_F17-J_F5 251 ldf.fill f5 = [r11], J_F17-J_F5
|
/src/sys/external/bsd/gnu-efi/dist/lib/ia64/ |
setjmp.S | 39 stf.spill.nta [in0] = f5, 0x10 142 ldf.fill.nt1 f5 = [in0], 0x10
|
/src/sys/arch/ia64/ia64/ |
setjmp.S | 129 stf.spill [r10] = f5, J_F17-J_F5 291 ldf.fill f5 = [r11], J_F17-J_F5
|
context.S | 125 ldf.fill f5=[r15],32 258 stf.spill [r31]=f5,32 422 stf.spill [r31]=f5,32 461 ldf.fill f5=[r31],32
|
/src/sys/lib/libunwind/ |
unwind_registers.S | 162 stfd %f5, 184(%r3) 200 lfd %f5, 184(%r3) 744 stt $f5, 296($16) 813 ldt $f5, 296($16) 853 FP_S $f5, 296($4) 924 FP_L $f5, 296($4) 997 FP_S $f5, 168($4) 1070 FP_L $f5, 168($4)
|