Searched refs:DO_VCMLAS (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | mve_helper.c | 3032 #define DO_VCMLAS(N, M, D, S) float32_muladd(N, M, D, 0, S) macro 3044 DO_VCMLA(vcmla0s, 4, float32, 0, DO_VCMLAS) 3046 DO_VCMLA(vcmla90s, 4, float32, 1, DO_VCMLAS) 3048 DO_VCMLA(vcmla180s, 4, float32, 2, DO_VCMLAS) 3050 DO_VCMLA(vcmla270s, 4, float32, 3, DO_VCMLAS)
|