Lines Matching defs:op2
1133 static uint16_t float16_ceq(float16 op1, float16 op2, float_status *stat) in float16_ceq()
1138 static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) in float32_ceq()
1143 static uint64_t float64_ceq(float64 op1, float64 op2, float_status *stat) in float64_ceq()
1148 static uint16_t float16_cge(float16 op1, float16 op2, float_status *stat) in float16_cge()
1153 static uint32_t float32_cge(float32 op1, float32 op2, float_status *stat) in float32_cge()
1158 static uint64_t float64_cge(float64 op1, float64 op2, float_status *stat) in float64_cge()
1163 static uint16_t float16_cgt(float16 op1, float16 op2, float_status *stat) in float16_cgt()
1168 static uint32_t float32_cgt(float32 op1, float32 op2, float_status *stat) in float32_cgt()
1173 static uint64_t float64_cgt(float64 op1, float64 op2, float_status *stat) in float64_cgt()
1178 static uint16_t float16_acge(float16 op1, float16 op2, float_status *stat) in float16_acge()
1183 static uint32_t float32_acge(float32 op1, float32 op2, float_status *stat) in float32_acge()
1188 static uint64_t float64_acge(float64 op1, float64 op2, float_status *stat) in float64_acge()
1193 static uint16_t float16_acgt(float16 op1, float16 op2, float_status *stat) in float16_acgt()
1198 static uint32_t float32_acgt(float32 op1, float32 op2, float_status *stat) in float32_acgt()
1203 static uint64_t float64_acgt(float64 op1, float64 op2, float_status *stat) in float64_acgt()
1300 static float32 float32_ftsmul(float32 op1, uint32_t op2, float_status *stat) in float32_ftsmul()
1309 static float64 float64_ftsmul(float64 op1, uint64_t op2, float_status *stat) in float64_ftsmul()
1318 static float16 float16_abd(float16 op1, float16 op2, float_status *stat) in float16_abd()
1323 static float32 float32_abd(float32 op1, float32 op2, float_status *stat) in float32_abd()
1328 static float64 float64_abd(float64 op1, float64 op2, float_status *stat) in float64_abd()
1334 static float16 float16_ah_abd(float16 op1, float16 op2, float_status *stat) in float16_ah_abd()
1340 static float32 float32_ah_abd(float32 op1, float32 op2, float_status *stat) in float32_ah_abd()
1346 static float64 float64_ah_abd(float64 op1, float64 op2, float_status *stat) in float64_ah_abd()
1356 static float16 float16_recps_nf(float16 op1, float16 op2, float_status *stat) in float16_recps_nf()
1368 static float32 float32_recps_nf(float32 op1, float32 op2, float_status *stat) in float32_recps_nf()
1381 static float16 float16_rsqrts_nf(float16 op1, float16 op2, float_status *stat) in float16_rsqrts_nf()
1394 static float32 float32_rsqrts_nf(float32 op1, float32 op2, float_status *stat) in float32_rsqrts_nf()
1528 static float32 float32_muladd_nf(float32 dest, float32 op1, float32 op2, in float32_muladd_nf()
1534 static float16 float16_mulsub_nf(float16 dest, float16 op1, float16 op2, in float16_mulsub_nf()
1540 static float32 float32_mulsub_nf(float32 dest, float32 op1, float32 op2, in float32_mulsub_nf()
1547 static float16 float16_muladd_f(float16 dest, float16 op1, float16 op2, in float16_muladd_f()
1553 static float32 float32_muladd_f(float32 dest, float32 op1, float32 op2, in float32_muladd_f()
1559 static float64 float64_muladd_f(float64 dest, float64 op1, float64 op2, in float64_muladd_f()
1565 static float16 float16_mulsub_f(float16 dest, float16 op1, float16 op2, in float16_mulsub_f()
1571 static float32 float32_mulsub_f(float32 dest, float32 op1, float32 op2, in float32_mulsub_f()
1577 static float64 float64_mulsub_f(float64 dest, float64 op1, float64 op2, in float64_mulsub_f()
1583 static float16 float16_ah_mulsub_f(float16 dest, float16 op1, float16 op2, in float16_ah_mulsub_f()
1589 static float32 float32_ah_mulsub_f(float32 dest, float32 op1, float32 op2, in float32_ah_mulsub_f()
1595 static float64 float64_ah_mulsub_f(float64 dest, float64 op1, float64 op2, in float64_ah_mulsub_f()