Home
last modified time | relevance | path

Searched refs:boolean_operator (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa-protos.h67 extern int boolean_operator PARAMS ((rtx, enum machine_mode));
H A Dxtensa.md1743 (if_then_else (match_operator 3 "boolean_operator"
1783 (if_then_else (match_operator 3 "boolean_operator"
1823 (if_then_else (match_operator 3 "boolean_operator"
1847 (if_then_else (match_operator 3 "boolean_operator"
2052 (if_then_else:SI (match_operator 4 "boolean_operator"
2140 (if_then_else:SF (match_operator 4 "boolean_operator"
2468 (if_then_else (match_operator 2 "boolean_operator"
2487 (if_then_else (match_operator 2 "boolean_operator"
H A Dxtensa.c844 boolean_operator (x, mode) in boolean_operator() function
1156 if (boolean_operator (cmp, VOIDmode))
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.md1486 (if_then_else (match_operator 3 "boolean_operator"
1524 (if_then_else (match_operator 3 "boolean_operator"
1562 (if_then_else (match_operator 3 "boolean_operator"
1583 (if_then_else (match_operator 3 "boolean_operator"
1773 (if_then_else:SI (match_operator 4 "boolean_operator"
1859 (if_then_else:SF (match_operator 4 "boolean_operator"
2181 (if_then_else (match_operator 2 "boolean_operator"
2199 (if_then_else (match_operator 2 "boolean_operator"
H A Dpredicates.md156 (define_predicate "boolean_operator"
H A Dxtensa.c839 if (boolean_operator (cmp, VOIDmode)) in gen_conditional_move()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h94 extern int boolean_operator PARAMS ((rtx, enum machine_mode));
H A Drs6000.md3196 (compare:CC (match_operator:SI 4 "boolean_operator"
3210 (compare:CC (match_operator:SI 4 "boolean_operator"
3225 (compare:CC (match_operator:SI 4 "boolean_operator"
3262 (match_operator:SI 3 "boolean_operator"
3270 (compare:CC (match_operator:SI 4 "boolean_operator"
3284 (compare:CC (match_operator:SI 4 "boolean_operator"
3298 (compare:CC (match_operator:SI 4 "boolean_operator"
3313 (compare:CC (match_operator:SI 4 "boolean_operator"
3328 (match_operator:SI 3 "boolean_operator"
3336 (compare:CC (match_operator:SI 4 "boolean_operator"
[all …]
H A Drs6000.c6868 boolean_operator (op, mode) in boolean_operator() function
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.md2992 (compare:CC (match_operator:SI 4 "boolean_operator"
3006 (compare:CC (match_operator:SI 4 "boolean_operator"
3021 (compare:CC (match_operator:SI 4 "boolean_operator"
3058 (match_operator:SI 3 "boolean_operator"
3066 (compare:CC (match_operator:SI 4 "boolean_operator"
3080 (compare:CC (match_operator:SI 4 "boolean_operator"
3094 (compare:CC (match_operator:SI 4 "boolean_operator"
3109 (compare:CC (match_operator:SI 4 "boolean_operator"
3124 (match_operator:SI 3 "boolean_operator"
3132 (compare:CC (match_operator:SI 4 "boolean_operator"
[all …]
H A Dsync.md584 (match_operator:SI 4 "boolean_operator"
H A Dpredicates.md778 (define_predicate "boolean_operator"
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.32340 boolean_operator for the boolean patterns without NOTs.
3510 (boolean_operator): New function.
3512 * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,