Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c3005 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1) in mips_emit_binary() function
3101 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_relational()
3103 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_relational()
3115 mips_emit_binary (inv_code, inv_target, cmp0, cmp1); in mips_emit_int_relational()
3116 mips_emit_binary (XOR, target, inv_target, const1_rtx); in mips_emit_int_relational()
3121 mips_emit_binary (inv_code, target, cmp0, cmp1); in mips_emit_int_relational()
3227 mips_emit_binary (cmp_code, *op0, cmp_operands[0], cmp_operands[1]); in mips_emit_compare()
3246 mips_emit_binary (code, target, zie, const0_rtx); in mips_emit_scc()