Searched refs:cmp_operand (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
| D | m68hc11-protos.h | 107 extern int cmp_operand PARAMS((rtx,enum machine_mode));
|
| D | m68hc11.md | 159 ;; 'cmp_operand' predicates take care of this rule. 278 (match_operand:SI 1 "cmp_operand" "")))] 312 (match_operand:HI 1 "cmp_operand" "")))] 328 (match_operand:HI 1 "cmp_operand" 348 (match_operand:HI 1 "cmp_operand" 367 (match_operand:HI 1 "cmp_operand" "m,dxy"))) 376 (match_operand:HI 1 "cmp_operand" ""))) 395 (match_operand:QI 1 "cmp_operand" "")))] 420 (match_operand:QI 1 "cmp_operand" "")))] 435 (match_operand:QI 1 "cmp_operand" "im,*B,u,d,d")))] [all …]
|
| D | m68hc11.c | 920 cmp_operand (operand, mode) in cmp_operand() function
|
| /openbsd/src/gnu/gcc/gcc/config/m68hc11/ |
| D | predicates.md | 219 (define_predicate "cmp_operand"
|
| D | m68hc11.md | 164 ;; 'cmp_operand' predicates take care of this rule. 277 (match_operand:SI 1 "cmp_operand" "")))] 323 (match_operand:HI 1 "cmp_operand" "")))] 361 (match_operand:HI 1 "cmp_operand" 380 (match_operand:HI 1 "cmp_operand" "mi,dxy"))) 401 (match_operand:QI 1 "cmp_operand" "")))] 426 (match_operand:QI 1 "cmp_operand" "")))] 441 (match_operand:QI 1 "cmp_operand" "im,*B,u,d,d")))] 464 (match_operand:QI 1 "cmp_operand" "m,d"))) 528 (match_operand:QI 1 "cmp_operand" "im,d,!u,d,dim*A,*u")))] [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | predicates.md | 240 (define_predicate "cmp_operand"
|
| D | sh.md | 757 (match_operand:SI 2 "cmp_operand" "Nr")))] 765 (match_operand:DI 2 "cmp_operand" "Nr")))] 772 (gt:SI (match_operand:SI 1 "cmp_operand" "Nr") 773 (match_operand:SI 2 "cmp_operand" "rN")))] 788 (gtu:SI (match_operand:SI 1 "cmp_operand" "Nr") 789 (match_operand:SI 2 "cmp_operand" "rN")))]
|