Searched refs:put_condition_code (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 717 static void put_condition_code PARAMS ((enum rtx_code, enum machine_mode, 6568 put_condition_code (code, mode, reverse, fp, file) in put_condition_code() function 7010 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 0, 0, file); 7017 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 0, 1, file); 7029 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 1, 0, file); 7036 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 1, 1, file);
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 1081 static void put_condition_code (enum rtx_code, enum machine_mode, 7542 put_condition_code (enum rtx_code code, enum machine_mode mode, int reverse, in put_condition_code() function 8000 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 0, 0, file); in print_operand() 8007 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 0, 1, file); in print_operand() 8019 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 1, 0, file); in print_operand() 8026 put_condition_code (GET_CODE (x), GET_MODE (XEXP (x, 0)), 1, 1, file); in print_operand()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.11 | 4148 (put_condition_code, print_operand): Added reverse_cc to reverse the 11351 * i386.c (put_condition_code, print_operand, output_fp_cc0_set): 13479 (print_operand, put_condition_code): Output conditional move suffixes.
|
| H A D | ChangeLog.4 | 4938 (put_condition_code, ix86_match_ccmode): Likewise. 5970 * i386.c (ix86_comparison_operator, put_condition_code,
|
| H A D | ChangeLog.5 | 12571 * i386.c (put_condition_code): Output properly the unordered/ordered 12772 put_condition_code): Convert fp comparison codes to integer
|
| H A D | ChangeLog.0 | 2542 * i386/i386.c (put_condition_code): In INT mode, check
|
| H A D | ChangeLog.3 | 7113 (put_condition_code): Handle UNORDERED/ORDERED.
|