Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/i386/
H A Di386-protos.h83 extern rtx ix86_fixup_binary_operands (enum rtx_code,
H A Di386.c9574 ix86_fixup_binary_operands (enum rtx_code code, enum machine_mode mode, in ix86_fixup_binary_operands() function
9636 rtx dst = ix86_fixup_binary_operands (code, mode, operands); in ix86_fixup_binary_operands_no_copy()
9650 dst = ix86_fixup_binary_operands (code, mode, operands); in ix86_expand_binary_operator()
16194 target = ix86_fixup_binary_operands (UNKNOWN, tmode, xops); in ix86_expand_binop_builtin()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20059862 * i386.c (ix86_fixup_binary_operands): Likewise.
34904 (ix86_expand_binop_builtin): Only use ix86_fixup_binary_operands
35213 (ix86_fixup_binary_operands): Split out from ...
35220 (ix86_expand_binop_builtin): Use ix86_fixup_binary_operands.