Searched refs:DO_VCMP_FP (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 2034 #define DO_VCMP_FP(INSN, FN) \ in DO_VCMP() macro 2063 DO_VCMP_FP(VCMPEQ_fp, vfcmpeq) 2064 DO_VCMP_FP(VCMPNE_fp, vfcmpne) 2065 DO_VCMP_FP(VCMPGE_fp, vfcmpge) 2066 DO_VCMP_FP(VCMPLT_fp, vfcmplt) 2067 DO_VCMP_FP(VCMPGT_fp, vfcmpgt) 2068 DO_VCMP_FP(VCMPLE_fp, vfcmple)
|
H A D | mve_helper.c | 3155 #define DO_VCMP_FP(OP, ESIZE, TYPE, FN) \ macro 3223 DO_VCMP_FP(VOP, ESIZE, TYPE, FN) \
|