Searched refs:DO_VCMLAH (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 3017 #define DO_VCMLAH(N, M, D, S) float16_muladd(N, M, D, 0, S) macro 3029 DO_VCMLA(vcmla0h, 2, float16, 0, DO_VCMLAH) 3031 DO_VCMLA(vcmla90h, 2, float16, 1, DO_VCMLAH) 3033 DO_VCMLA(vcmla180h, 2, float16, 2, DO_VCMLAH) 3035 DO_VCMLA(vcmla270h, 2, float16, 3, DO_VCMLAH)
|