Searched refs:ix86_emit_binop (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.h43 void ix86_emit_binop (enum rtx_code code, machine_mode mode, rtx dst, rtx src);
H A Di386-expand.c1255 ix86_emit_binop (enum rtx_code code, machine_mode mode, function
1343 ix86_emit_binop (PLUS, mode, target, parts.index);
1352 ix86_emit_binop (ASHIFT, mode, target,
1356 ix86_emit_binop (PLUS, mode, target, parts.base);
1359 ix86_emit_binop (PLUS, mode, target, parts.disp);
1399 ix86_emit_binop (PLUS, mode, target, parts.disp);
1401 ix86_emit_binop (PLUS, mode, target, tmp1);
1405 ix86_emit_binop (PLUS, mode, target, tmp);
1409 ix86_emit_binop (PLUS, mode, target, parts.disp);
H A Di386.c20233 ix86_emit_binop (PLUS, Pmode, delta_dst, delta_rtx);
20265 ix86_emit_binop (PLUS, Pmode, this_reg, vcall_mem);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.h43 void ix86_emit_binop (enum rtx_code code, machine_mode mode, rtx dst, rtx src);
H A Di386-expand.cc1515 ix86_emit_binop (enum rtx_code code, machine_mode mode, function
1606 ix86_emit_binop (PLUS, mode, target, parts.index);
1617 ix86_emit_binop (MULT, mode, target, GEN_INT (parts.scale));
1620 ix86_emit_binop (PLUS, mode, target, parts.base);
1623 ix86_emit_binop (PLUS, mode, target, parts.disp);
1663 ix86_emit_binop (PLUS, mode, target, parts.disp);
1665 ix86_emit_binop (PLUS, mode, target, tmp1);
1669 ix86_emit_binop (PLUS, mode, target, tmp);
1673 ix86_emit_binop (PLUS, mode, target, parts.disp);
H A Di386.cc21303 ix86_emit_binop (PLUS, Pmode, delta_dst, delta_rtx);
21335 ix86_emit_binop (PLUS, Pmode, this_reg, vcall_mem);

Completed in 527 milliseconds