Searched refs:FN0 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1147 #define DO_VCADD(OP, ESIZE, TYPE, FN0, FN1) \ argument 1157 r[e] = FN0(n[H##ESIZE(e)], m[H##ESIZE(e + 1)]); \ 1168 #define DO_VCADD_ALL(OP, FN0, FN1) \ argument 1169 DO_VCADD(OP##b, 1, int8_t, FN0, FN1) \ 1170 DO_VCADD(OP##h, 2, int16_t, FN0, FN1) \ 1171 DO_VCADD(OP##w, 4, int32_t, FN0, FN1) 2875 #define DO_VCADD_FP(OP, ESIZE, TYPE, FN0, FN1) \ in DO_2OP_FP_ALL() argument 2899 r[e] = FN0(n[H##ESIZE(e)], m[H##ESIZE(e + 1)], fpst); \ in DO_2OP_FP_ALL()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a73a4.c | 110 PORT_ALL(FN0), /* PORT0_FN0 -> PORT329_FN0 */
|
H A D | pfc-r8a7740.c | 57 PORT_ALL(FN0), /* PORT0_FN0 -> PORT211_FN0 */
|
H A D | pfc-sh73a0.c | 66 PORT_ALL(FN0), /* PORT0_FN0 -> PORT309_FN0 */
|
/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 */
|