Searched refs:FN1 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | mve_helper.c | 1186 #define DO_VCADD(OP, ESIZE, TYPE, FN0, FN1) \ argument 1198 r[e] = FN1(n[H##ESIZE(e)], m[H##ESIZE(e - 1)]); \ 1207 #define DO_VCADD_ALL(OP, FN0, FN1) \ argument 1208 DO_VCADD(OP##b, 1, int8_t, FN0, FN1) \ 1209 DO_VCADD(OP##h, 2, int16_t, FN0, FN1) \ 1210 DO_VCADD(OP##w, 4, int32_t, FN0, FN1) 2892 #define DO_VCADD_FP(OP, ESIZE, TYPE, FN0, FN1) \ in DO_2OP_FP_ALL() argument 2917 r[e] = FN1(n[H##ESIZE(e)], m[H##ESIZE(e - 1)], fpst); \ in DO_2OP_FP_ALL()
|
| /openbmc/u-boot/arch/arm/mach-rmobile/ |
| H A D | pfc-r8a7740.c | 64 PORT_ALL(FN1), /* PORT0_FN1 -> PORT211_FN1 */
|
| H A D | pfc-sh73a0.c | 84 PORT_ALL(FN1), /* PORT0_FN1 -> PORT309_FN1 */
|