Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h205 extern void mips_emit_binary (enum rtx_code, rtx, rtx, rtx);
H A Dmips.c3064 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1) in mips_emit_binary() function
3079 mips_emit_binary (code, reg, op0, op1); in mips_force_binary()
5415 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_order_test()
5430 mips_emit_binary (XOR, target, inv_target, const1_rtx); in mips_emit_int_order_test()
5435 mips_emit_binary (inv_code, target, cmp0, cmp1); in mips_emit_int_order_test()
5620 mips_emit_binary (*code, *op0, cmp_op0, cmp_op1); in mips_emit_compare()
5655 mips_emit_binary (cmp_code, *op0, cmp_op0, cmp_op1); in mips_emit_compare()
5679 mips_emit_binary (code, target, op0, op1); in mips_expand_scc()
5683 mips_emit_binary (code, target, zie, const0_rtx); in mips_expand_scc()
8231 mips_emit_binary (MINUS, length, length, inc); in mips_expand_synci_loop()
[all …]
H A Dmips.md2193 mips_emit_binary (ASHIFT, operands[0], operands[0], GEN_INT (32));
2194 mips_emit_binary (LSHIFTRT, operands[0], operands[0], GEN_INT (32));
2197 mips_emit_binary (ASHIFT, operands[3], operands[3], GEN_INT (32));
2200 mips_emit_binary (IOR, operands[0], operands[0], operands[3]);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h205 extern void mips_emit_binary (enum rtx_code, rtx, rtx, rtx);
H A Dmips.cc3066 mips_emit_binary (enum rtx_code code, rtx target, rtx op0, rtx op1) in mips_emit_binary() function
3081 mips_emit_binary (code, reg, op0, op1); in mips_force_binary()
5426 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_order_test()
5441 mips_emit_binary (XOR, target, inv_target, const1_rtx); in mips_emit_int_order_test()
5446 mips_emit_binary (inv_code, target, cmp0, cmp1); in mips_emit_int_order_test()
5631 mips_emit_binary (*code, *op0, cmp_op0, cmp_op1); in mips_emit_compare()
5666 mips_emit_binary (cmp_code, *op0, cmp_op0, cmp_op1); in mips_emit_compare()
5690 mips_emit_binary (code, target, op0, op1); in mips_expand_scc()
5694 mips_emit_binary (code, target, zie, const0_rtx); in mips_expand_scc()
8371 mips_emit_binary (MINUS, length, length, inc); in mips_expand_synci_loop()
[all …]
H A Dmips.md2193 mips_emit_binary (ASHIFT, operands[0], operands[0], GEN_INT (32));
2194 mips_emit_binary (LSHIFTRT, operands[0], operands[0], GEN_INT (32));
2197 mips_emit_binary (ASHIFT, operands[3], operands[3], GEN_INT (32));
2200 mips_emit_binary (IOR, operands[0], operands[0], operands[3]);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20112373 * config/mips/mips-protos.h (mips_emit_binary): Declare.
2374 * config/mips/mips.c (mips_emit_binary): Make global.
H A DChangeLog-200423138 (mips_emit_binary, mips_relational_operand_ok_p)