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 D | i386-protos.h | 92 extern void ix86_expand_binary_operator (enum rtx_code,
|
H A D | i386.md | 5466 "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 D | i386.c | 16305 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 D | i386-protos.h | 96 extern void ix86_expand_binary_operator (enum rtx_code,
|
H A D | i386.md | 5666 "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 D | i386.c | 20558 ix86_expand_binary_operator (enum rtx_code code, machine_mode mode, in ix86_expand_binary_operator() function
|