Searched refs:PREC (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | 150 #define INT_N(M,PREC) \ 151 - make_int_n (#M, PREC, __FILE__, __LINE__) 152 + make_int_n (#M, PREC, __FILE__, 0) 159 #define PARTIAL_INT_MODE(M,PREC,NAME) \ 160 - make_partial_integer_mode (#M, #NAME, PREC, __FILE__, __LINE__) 161 + make_partial_integer_mode (#M, #NAME, PREC, __FILE__, 0)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 2255 #define MAKE_ONE_VFM_TRANS_FN(INSN, PREC, NEGN, NEGD) \ argument 2256 static bool trans_##INSN##_##PREC(DisasContext *s, \ 2257 arg_##INSN##_##PREC *a) \ 2259 return do_vfm_##PREC(s, a, NEGN, NEGD); \ 2262 #define MAKE_VFM_TRANS_FNS(PREC) \ argument 2263 MAKE_ONE_VFM_TRANS_FN(VFMA, PREC, false, false) \ 2264 MAKE_ONE_VFM_TRANS_FN(VFMS, PREC, true, false) \ 2265 MAKE_ONE_VFM_TRANS_FN(VFNMS, PREC, false, true) \ 2266 MAKE_ONE_VFM_TRANS_FN(VFNMA, PREC, true, true) 2393 #define DO_VFP_2OP(INSN, PREC, FN, CHECK) \ argument [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 189 | Set up d1 for round subroutine d1 contains the PREC/MODE 194 addl (%a7)+,%d1 |merge PREC/MODE
|
H A D | sint.S | 224 | ; d1 PREC/MODE info
|
H A D | round.S | 126 | Input: d1 = PREC:ROUND 134 | Notes: the ext_grs uses the round PREC, and therefore has to swap d1
|
H A D | res_func.S | 1908 swap %d1 |at this point d1 has PREC/MODE info
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pcie.c | 641 #define PREC 0 macro 732 c_minus1 = eq[i][PREC] / div; in load_eq_table() 733 c0 = fs - (eq[i][PREC] / div) - (eq[i][POST] / div); in load_eq_table()
|