Home
last modified time | relevance | path

Searched refs:comparison_operator (Results 1 – 25 of 75) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dpredicates.md47 ;; Like comparison_operator, but only true if this comparison operator is
52 (match_operand 0 "comparison_operator")
/openbsd-src/gnu/gcc/gcc/config/arc/
H A Darc.md582 (if_then_else:SI (match_operand 1 "comparison_operator" "")
598 ; (if_then_else:DI (match_operand 1 "comparison_operator" "")
614 (if_then_else:SF (match_operand 1 "comparison_operator" "")
630 ; (if_then_else:DF (match_operand 1 "comparison_operator" "")
646 (if_then_else:SI (match_operand 1 "comparison_operator" "")
656 ; (if_then_else:DI (match_operand 1 "comparison_operator" "")
681 (if_then_else:SF (match_operand 1 "comparison_operator" "")
692 ; (if_then_else:DF (match_operand 1 "comparison_operator" "")
1309 (match_operator:SI 1 "comparison_operator" [(reg 61) (const_int 0)]))]
1318 (neg:SI (match_operator:SI 1 "comparison_operator"
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.md574 (if_then_else:SI (match_operand 1 "comparison_operator" "")
590 ; (if_then_else:DI (match_operand 1 "comparison_operator" "")
606 (if_then_else:SF (match_operand 1 "comparison_operator" "")
622 ; (if_then_else:DF (match_operand 1 "comparison_operator" "")
638 (if_then_else:SI (match_operand 1 "comparison_operator" "")
648 ; (if_then_else:DI (match_operand 1 "comparison_operator" "")
673 (if_then_else:SF (match_operand 1 "comparison_operator" "")
684 ; (if_then_else:DF (match_operand 1 "comparison_operator" "")
1301 (match_operator:SI 1 "comparison_operator" [(reg 61) (const_int 0)]))]
1310 (neg:SI (match_operator:SI 1 "comparison_operator"
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.md860 (match_operator 1 "comparison_operator"
928 (match_operator 1 "comparison_operator"
941 (match_operator 1 "comparison_operator"
954 (match_operator 1 "comparison_operator"
970 (match_operator 1 "comparison_operator"
990 (ior:SI (match_operator 1 "comparison_operator" [(cc0) (const_int 0)])
999 (match_operator 1 "comparison_operator"
1012 (match_operator 1 "comparison_operator"
1179 (if_then_else (match_operator 1 "comparison_operator"
1207 (if_then_else (match_operator 1 "comparison_operator"
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Dpredicates.md76 (and (match_operand 0 "comparison_operator")
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drecog.h116 extern int comparison_operator PARAMS ((rtx, enum machine_mode));
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850.md871 (match_operator 1 "comparison_operator"
940 (match_operator 1 "comparison_operator"
953 (match_operator 1 "comparison_operator"
966 (match_operator 1 "comparison_operator"
982 (match_operator 1 "comparison_operator"
1002 (ior:SI (match_operator 1 "comparison_operator" [(cc0) (const_int 0)])
1011 (match_operator 1 "comparison_operator"
1024 (match_operator 1 "comparison_operator"
1191 (if_then_else (match_operator 1 "comparison_operator"
1219 (if_then_else (match_operator 1 "comparison_operator"
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dmisc.md74 (if_then_else:SI (match_operator 1 "comparison_operator"
85 (if_then_else:SI (match_operator 1 "comparison_operator"
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.md1848 (match_operator 0 "comparison_operator"
1870 (match_operator 0 "comparison_operator"
1892 (match_operator 0 "comparison_operator"
1995 (if_then_else (match_operator 1 "comparison_operator"
2009 (if_then_else (match_operator 1 "comparison_operator"
2025 (if_then_else (match_operator 1 "comparison_operator" [(cc0)
2038 (if_then_else (match_operator 1 "comparison_operator" [(cc0)
2299 (match_operator 0 "comparison_operator"
2323 (match_operator 0 "comparison_operator"
2348 (match_operator 0 "comparison_operator"
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.md362 (match_operator:SI 1 "comparison_operator" [(reg:CC 36) (const_int 0)]))]
369 (match_operator:SI 1 "comparison_operator" [(reg:CC_UNS 36) (const_int 0)]))]
481 (if_then_else (match_operator 0 "comparison_operator"
491 (if_then_else (match_operator 0 "comparison_operator"
501 (if_then_else (match_operator 0 "comparison_operator"
511 (if_then_else (match_operator 0 "comparison_operator"
522 (match_operator 0 "comparison_operator"
534 (match_operator 0 "comparison_operator"
552 [(trap_if (match_operator 0 "comparison_operator"
563 [(trap_if (match_operator 0 "comparison_operator"
[all …]
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dpredicates.md48 return comparison_operator (op, mode) && ! equality_operator (op, mode);
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.md1425 (match_operand:V4SI 3 "comparison_operator" "")
1444 (match_operand:V4SI 3 "comparison_operator" "")
1463 (match_operand:V4SF 3 "comparison_operator" "")
1482 (match_operand:V8HI 3 "comparison_operator" "")
1501 (match_operand:V8HI 3 "comparison_operator" "")
1520 (match_operand:V16QI 3 "comparison_operator" "")
1539 (match_operand:V16QI 3 "comparison_operator" "")
/openbsd-src/gnu/gcc/gcc/config/crx/
H A Dcrx.md528 (if_then_else (match_operator 0 "comparison_operator"
579 (if_then_else (match_operator 0 "comparison_operator"
603 (match_operator:SI 1 "comparison_operator"
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.md54 ; comparison_operator LT, GT, LE, GE, LTU, GTU, LEU, GEU, EQ, NE
4254 (if_then_else:QI (match_operator 1 "comparison_operator"
4266 (if_then_else:QI (match_operator 1 "comparison_operator"
4294 (if_then_else:QI (match_operand 1 "comparison_operator" "")
4310 (if_then_else:QF (match_operator 1 "comparison_operator"
4322 (if_then_else:QF (match_operator 1 "comparison_operator"
4337 (if_then_else:QF (match_operand 1 "comparison_operator" "")
4353 (if_then_else:HF (match_operator 1 "comparison_operator"
4365 (if_then_else:HF (match_operator 1 "comparison_operator"
4380 (if_then_else:HF (match_operand 1 "comparison_operator" "")
[all …]
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.md54 ; comparison_operator LT, GT, LE, GE, LTU, GTU, LEU, GEU, EQ, NE
4185 (if_then_else:QI (match_operator 1 "comparison_operator"
4197 (if_then_else:QI (match_operator 1 "comparison_operator"
4226 (if_then_else:QI (match_operand 1 "comparison_operator" "")
4242 (if_then_else:QF (match_operator 1 "comparison_operator"
4254 (if_then_else:QF (match_operator 1 "comparison_operator"
4270 (if_then_else:QF (match_operand 1 "comparison_operator" "")
4286 (if_then_else:HF (match_operator 1 "comparison_operator"
4298 (if_then_else:HF (match_operator 1 "comparison_operator"
4313 (if_then_else:HF (match_operand 1 "comparison_operator" "")
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.md610 (match_operator:CCFP 2 "comparison_operator"
620 (match_operator:CCFP 2 "comparison_operator"
807 (match_operator:SI 3 "comparison_operator"
817 (match_operator:DI 3 "comparison_operator"
827 (ior:SI (match_operator:SI 3 "comparison_operator"
830 (match_operator:SI 6 "comparison_operator"
840 (ior:DI (match_operator:DI 3 "comparison_operator"
843 (match_operator:DI 6 "comparison_operator"
855 (neg:SI (match_operator:SI 3 "comparison_operator"
865 (neg:DI (match_operator:DI 3 "comparison_operator"
[all …]
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.md1600 (if_then_else (match_operator 1 "comparison_operator"
1617 (if_then_else (match_operator 1 "comparison_operator"
1634 (if_then_else (match_operator 1 "comparison_operator"
1651 (if_then_else (match_operator 1 "comparison_operator"
3011 (if_then_else:QI (match_operand 1 "comparison_operator" "")
3039 (if_then_else:HI (match_operand 1 "comparison_operator" "")
3067 (if_then_else:SI (match_operand 1 "comparison_operator" "")
3092 (if_then_else:DI (match_operand 1 "comparison_operator" "")
3117 (if_then_else:SF (match_operand 1 "comparison_operator" "")
3145 (if_then_else:DF (match_operand 1 "comparison_operator" "")
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.md4837 (if_then_else (match_operator 1 "comparison_operator" [(cc0)
4858 (if_then_else (match_operator 0 "comparison_operator"
4887 (match_operator 0 "comparison_operator"
4927 (match_operator 0 "comparison_operator"
5380 (if_then_else (match_operator 2 "comparison_operator"
5415 (if_then_else (match_operator 2 "comparison_operator"
5440 (if_then_else (match_operator 3 "comparison_operator"
5469 (if_then_else (match_operator 3 "comparison_operator"
5506 (if_then_else (match_operator 3 "comparison_operator"
5540 (if_then_else (match_operator 2 "comparison_operator"
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.md1552 (if_then_else (match_operator 1 "comparison_operator"
1569 (if_then_else (match_operator 1 "comparison_operator"
1586 (if_then_else (match_operator 1 "comparison_operator"
1603 (if_then_else (match_operator 1 "comparison_operator"
3500 (if_then_else:QI (match_operand 1 "comparison_operator" "")
3529 (if_then_else:HI (match_operand 1 "comparison_operator" "")
3558 (if_then_else:SI (match_operand 1 "comparison_operator" "")
3584 (if_then_else:DI (match_operand 1 "comparison_operator" "")
3610 (if_then_else:SF (match_operand 1 "comparison_operator" "")
3639 (if_then_else:DF (match_operand 1 "comparison_operator" "")
[all …]
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa.md649 (match_operator:CCFP 2 "comparison_operator"
659 (match_operator:CCFP 2 "comparison_operator"
846 (match_operator:SI 3 "comparison_operator"
856 (match_operator:DI 3 "comparison_operator"
866 (ior:SI (match_operator:SI 3 "comparison_operator"
869 (match_operator:SI 6 "comparison_operator"
879 (ior:DI (match_operator:DI 3 "comparison_operator"
882 (match_operator:DI 6 "comparison_operator"
894 (neg:SI (match_operator:SI 3 "comparison_operator"
904 (neg:DI (match_operator:DI 3 "comparison_operator"
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.md1796 ; (and:BI (and:BI (match_operator:BI 1 "comparison_operator"
1799 ; (match_operator:BI 4 "comparison_operator"
1812 ; (ior:BI (ior:BI (match_operator:BI 1 "comparison_operator"
1815 ; (match_operator:BI 4 "comparison_operator"
1828 ; (and:BI (and:BI (match_operator:BI 1 "comparison_operator"
1832 ; (and:BI (match_operator:BI 4 "comparison_operator"
1844 ; (ior:BI (ior:BI (match_operator:BI 1 "comparison_operator"
1848 ; (ior:BI (match_operator:BI 4 "comparison_operator"
1864 (match_operand:BI 1 "comparison_operator" ""))
4145 (match_operator:BI 1 "comparison_operator"
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.md2524 (match_operator:QI 1 "comparison_operator" [(cc0) (const_int 0)]))]
2694 (if_then_else (match_operator 1 "comparison_operator"
2704 (if_then_else (match_operator 1 "comparison_operator"
2720 (if_then_else (match_operator 1 "comparison_operator"
2730 (if_then_else (match_operator 1 "comparison_operator"
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.md761 (if_then_else (match_operator:HI 1 "comparison_operator"
779 (if_then_else (match_operator:HI 1 "comparison_operator"
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dpredicates.md832 (match_operand 0 "comparison_operator")
874 (match_operand 0 "comparison_operator")
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.md1839 ; (and:BI (and:BI (match_operator:BI 1 "comparison_operator"
1842 ; (match_operator:BI 4 "comparison_operator"
1855 ; (ior:BI (ior:BI (match_operator:BI 1 "comparison_operator"
1858 ; (match_operator:BI 4 "comparison_operator"
1871 ; (and:BI (and:BI (match_operator:BI 1 "comparison_operator"
1875 ; (and:BI (match_operator:BI 4 "comparison_operator"
1887 ; (ior:BI (ior:BI (match_operator:BI 1 "comparison_operator"
1891 ; (ior:BI (match_operator:BI 4 "comparison_operator"
1907 (match_operand:BI 1 "comparison_operator" ""))
5182 (match_operator:BI 1 "comparison_operator"
[all …]

123