Searched refs:output_vfcmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/ |
H A D | disas.c | 1516 #define output_vfcmp(C, PREFIX, SUFFIX) \ in INSN_LSX() macro 1529 output_vfcmp(ctx, "vfcmp_caf_", suffix); 1532 output_vfcmp(ctx, "vfcmp_saf_", suffix); 1535 output_vfcmp(ctx, "vfcmp_clt_", suffix); 1538 output_vfcmp(ctx, "vfcmp_slt_", suffix); 1541 output_vfcmp(ctx, "vfcmp_ceq_", suffix); 1544 output_vfcmp(ctx, "vfcmp_seq_", suffix); 1547 output_vfcmp(ctx, "vfcmp_cle_", suffix); 1550 output_vfcmp(ctx, "vfcmp_sle_", suffix); 1553 output_vfcmp(ctx, "vfcmp_cun_", suffix); [all …]
|