Home
last modified time | relevance | path

Searched refs:coeff (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/tcg/
H A Dsve_helper.c2472 static const uint16_t coeff[] = { in HELPER() local
2485 d[i] = coeff[idx] | (exp << 10); in HELPER()
2492 static const uint32_t coeff[] = { in HELPER() local
2517 d[i] = coeff[idx] | (exp << 23); in HELPER()
2524 static const uint64_t coeff[] = { in HELPER() local
2555 d[i] = coeff[idx] | (exp << 52); in HELPER()
5136 static const float16 coeff[16] = { local
5158 d[i] = float16_muladd(n[i], mm, coeff[xx], flags, s);
5165 static const float32 coeff[16] = { in HELPER() local
5189 d[i] = float32_muladd(n[i], mm, coeff[xx], flags, s); in HELPER()
[all …]