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