Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386-protos.h92 extern void ix86_expand_binary_operator (enum rtx_code,
H A Di386.md5466 "ix86_expand_binary_operator (PLUS, <MODE>mode, operands); DONE;")
6385 "ix86_expand_binary_operator (MINUS, <MODE>mode, operands); DONE;")
7708 ix86_expand_binary_operator (AND, <MODE>mode, operands);
8178 "ix86_expand_binary_operator (<CODE>, <MODE>mode, operands); DONE;")
8975 "ix86_expand_binary_operator (ASHIFT, <MODE>mode, operands); DONE;")
9589 "ix86_expand_binary_operator (<CODE>, <MODE>mode, operands); DONE;")
10029 ix86_expand_binary_operator (<CODE>, DImode, operands);
10044 "ix86_expand_binary_operator (<CODE>, <MODE>mode, operands); DONE;")
16799 ix86_expand_binary_operator (MINUS, SImode, xops);
16828 ix86_expand_binary_operator (MINUS, SImode, xops);
H A Di386.c16305 ix86_expand_binary_operator (enum rtx_code code, enum machine_mode mode, in ix86_expand_binary_operator() function
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386-protos.h96 extern void ix86_expand_binary_operator (enum rtx_code,
H A Di386.md5666 "ix86_expand_binary_operator (PLUS, <MODE>mode, operands); DONE;")
5695 ix86_expand_binary_operator (PLUS, <MODE>mode, &operands[3]);
6626 "ix86_expand_binary_operator (MINUS, <MODE>mode, operands); DONE;")
6653 ix86_expand_binary_operator (MINUS, <MODE>mode, &operands[3]);
8835 ix86_expand_binary_operator (AND, <MODE>mode, operands);
8877 ix86_expand_binary_operator (AND, SImode, &operands[0]);
8886 ix86_expand_binary_operator (AND, SImode, &operands[3]);
9418 "ix86_expand_binary_operator (<CODE>, <MODE>mode, operands); DONE;")
9444 ix86_expand_binary_operator (<CODE>, SImode, &operands[0]);
9458 ix86_expand_binary_operator (<CODE>, SImode, &operands[3]);
[all …]
H A Di386.c20558 ix86_expand_binary_operator (enum rtx_code code, machine_mode mode, in ix86_expand_binary_operator() function