Home
last modified time | relevance | path

Searched refs:put_condition_code (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c717 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 Di386.c1081 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 DFSFChangeLog.114148 (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 DChangeLog.44938 (put_condition_code, ix86_match_ccmode): Likewise.
5970 * i386.c (ix86_comparison_operator, put_condition_code,
H A DChangeLog.512571 * i386.c (put_condition_code): Output properly the unordered/ordered
12772 put_condition_code): Convert fp comparison codes to integer
H A DChangeLog.02542 * i386/i386.c (put_condition_code): In INT mode, check
H A DChangeLog.37113 (put_condition_code): Handle UNORDERED/ORDERED.