Searched refs:CANONICALIZE_COMPARISON (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/gcc/gcc/config/s390/ |
H A D | s390.h | 744 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ macro
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.h | 1211 #define CANONICALIZE_COMPARISON(CODE,OP0,OP1) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.h | 1534 #define CANONICALIZE_COMPARISON(CODE,OP0,OP1) \ macro
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.h | 1195 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.h | 1566 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ macro
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.h | 2146 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.h | 2478 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | combine.c | 10732 #ifdef CANONICALIZE_COMPARISON in simplify_comparison() 10735 CANONICALIZE_COMPARISON (code, op0, op1); in simplify_comparison()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | combine.c | 11469 #ifdef CANONICALIZE_COMPARISON 11472 CANONICALIZE_COMPARISON (code, op0, op1);
|
H A D | ChangeLog.7 | 2077 (CANONICALIZE_COMPARISON): Don't define, replace with comment. 2088 (mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.
|
H A D | ChangeLog.0 | 2884 * arm.h (CANONICALIZE_COMPARISON): Ensure OP1 is updated.
|
H A D | FSFChangeLog.11 | 13446 (CANONICALIZE_COMPARISON): Define.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 5140 @findex CANONICALIZE_COMPARISON 5141 @item CANONICALIZE_COMPARISON (@var{code}, @var{op0}, @var{op1})
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 5476 @defmac CANONICALIZE_COMPARISON (@var{code}, @var{op0}, @var{op1})
|
H A D | gccint.info | 23907 -- Macro: CANONICALIZE_COMPARISON (CODE, OP0, OP1) 31875 * CANONICALIZE_COMPARISON: Condition Code. (line 84)
|