Searched refs:ix86_reverse_condition (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386-protos.h | 158 extern enum rtx_code ix86_reverse_condition (enum rtx_code, enum machine_mode);
|
| D | i386.h | 1939 #define REVERSE_CONDITION(CODE, MODE) ix86_reverse_condition ((CODE), (MODE))
|
| D | i386.md | 13421 PUT_CODE (new_op1, ix86_reverse_condition (GET_CODE (new_op1), 13441 PUT_CODE (new_op1, ix86_reverse_condition (GET_CODE (new_op1), 13701 PUT_CODE (new_op0, ix86_reverse_condition (GET_CODE (new_op0),
|
| D | i386.c | 19679 ix86_reverse_condition (enum rtx_code code, enum machine_mode mode) in ix86_reverse_condition() function
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2004 | 38071 ix86_reverse_condition. 38072 * config/i386/i386.c (ix86_reverse_condition): New. 38074 ix86_reverse_condition. 38075 * config/i386/i386.md: Use ix86_reverse_condition instead of
|