Home
last modified time | relevance | path

Searched refs:FP_PS_upper (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dcp1.c91 #define FP_PS_upper(v) (((v) >> 32) & (unsigned)0xFFFFFFFF) macro
727 status |= fp_test(FP_PS_upper (op1), FP_PS_upper (op2), fmt_single, in fp_cmp()
863 sim_fpu_32to (&wop, FP_PS_upper(op)); in fp_unary()
926 sim_fpu_32to (&wop1, FP_PS_upper(op1)); in fp_binary()
927 sim_fpu_32to (&wop2, FP_PS_upper(op2)); in fp_binary()
1062 status_u = inner_mac(sim_fpu_op, FP_PS_upper(op1), FP_PS_upper(op2), in fp_mac()
1063 FP_PS_upper(op3), scale, negate, fmt_single, in fp_mac()
1236 status_u = inner_rsqrt (FP_PS_upper(op1), fmt_single, round, denorm, in fp_inv_sqrt()
1514 sim_fpu_32to (&wop1, FP_PS_upper (op1)); in fp_binary_r()
1520 sim_fpu_32to (&wop1, FP_PS_upper (op2)); in fp_binary_r()
[all …]
DChangeLog-20211363 * cp1.c (FP_PS_upper, FP_PS_lower, FP_PS_cat, FPQNaN_PS): New macros.