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 D | mips-protos.h | 205 extern void mips_emit_binary (enum rtx_code, rtx, rtx, rtx);
|
H A D | mips.c | 3064 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 D | mips.md | 2193 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 D | mips-protos.h | 205 extern void mips_emit_binary (enum rtx_code, rtx, rtx, rtx);
|
H A D | mips.cc | 3066 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 D | mips.md | 2193 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 D | ChangeLog-2011 | 2373 * config/mips/mips-protos.h (mips_emit_binary): Declare. 2374 * config/mips/mips.c (mips_emit_binary): Make global.
|
H A D | ChangeLog-2004 | 23138 (mips_emit_binary, mips_relational_operand_ok_p)
|