Searched refs:FN0 (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 1196 r[e] = FN0(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 2915 r[e] = FN0(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 | 63 PORT_ALL(FN0), /* PORT0_FN0 -> PORT211_FN0 */
|
| H A D | pfc-sh73a0.c | 83 PORT_ALL(FN0), /* PORT0_FN0 -> PORT309_FN0 */
|