Searched refs:DIF_OP_BA (Results 1 – 4 of 4) sorted by relevance
804 instr = DIF_INSTR_BRANCH(DIF_OP_BA, lbl_post); in dt_cg_compare_op()844 instr = DIF_INSTR_BRANCH(DIF_OP_BA, lbl_post); in dt_cg_ternary_op()886 instr = DIF_INSTR_BRANCH(DIF_OP_BA, lbl_post); in dt_cg_logical_and()957 instr = DIF_INSTR_BRANCH(DIF_OP_BA, lbl_post); in dt_cg_logical_or()986 instr = DIF_INSTR_BRANCH(DIF_OP_BA, lbl_post); in dt_cg_logical_neg()
334 if (op >= DIF_OP_BA && op <= DIF_OP_BLEU) { in dt_as()
149 #define DIF_OP_BA 17 /* ba label */ macro
6220 case DIF_OP_BA:9930 case DIF_OP_BA:10300 case DIF_OP_BA: