Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c3033 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1) in mips_emit_binary() function
3129 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_relational()
3131 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_relational()
3143 mips_emit_binary (inv_code, inv_target, cmp0, cmp1); in mips_emit_int_relational()
3144 mips_emit_binary (XOR, target, inv_target, const1_rtx); in mips_emit_int_relational()
3149 mips_emit_binary (inv_code, target, cmp0, cmp1); in mips_emit_int_relational()
3255 mips_emit_binary (cmp_code, *op0, cmp_operands[0], cmp_operands[1]); in mips_emit_compare()
3274 mips_emit_binary (code, target, zie, const0_rtx); in mips_emit_scc()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200423138 (mips_emit_binary, mips_relational_operand_ok_p)