| /openbsd/src/gnu/gcc/gcc/config/mips/ |
| D | constraints.md | 153 A constant @code{move_operand} that cannot be safely loaded into @code{$25} 155 (and (match_operand 0 "move_operand") 161 A constant @code{move_operand} that can be safely loaded into @code{$25} 163 (and (match_operand 0 "move_operand")
|
| D | mips.md | 3214 ;; to store the intermediate results. See move_operand for details. 3264 (match_operand:DI 1 "move_operand" "d,i,m,d,*J*d,*a,*d,*m,*B*C*D,*B*C*D"))] 3275 (match_operand:DI 1 "move_operand" "d,d,y,K,N,m,d,*x"))] 3286 (match_operand:DI 1 "move_operand" "d,U,T,m,dJ,*f,*d*J,*m,*f,*f,*J*d,*d,*m,*B*C*D,*B*C*D"))] 3297 (match_operand:DI 1 "move_operand" "d,d,y,K,N,U,m,d"))] 3382 …(match_operand:SI 1 "move_operand" "d,U,T,m,dJ,*f,*d*J,*m,*f,*f,*z,*d,*J*d,*A,*d,*m,*B*C*D,*B*C*D"… 3393 (match_operand:SI 1 "move_operand" "d,d,y,K,N,U,m,d"))] 3575 (match_operand:HI 1 "move_operand" "d,I,m,dJ,*f,*d,*f,*d"))] 3594 (match_operand:HI 1 "move_operand" "d,d,y,K,N,m,d"))] 3682 (match_operand:QI 1 "move_operand" "d,I,m,dJ,*f,*d,*f,*d"))] [all …]
|
| D | predicates.md | 168 (define_predicate "move_operand"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m88k/ |
| D | m88k-protos.h | 49 extern int move_operand PARAMS ((rtx, enum machine_mode));
|
| D | m88k.md | 1848 (match_operand:SI 1 "move_operand" "rI,m,rO,J,M,x,r,x,m,x"))] 1927 (match_operand:HI 1 "move_operand" "rP,m,rO,N"))] 1959 (match_operand:QI 1 "move_operand" "rP,m,rO,N"))] 2267 (zero_extend:SI (match_operand:HI 1 "move_operand" "!r,n,m")))] 2289 (zero_extend:HI (match_operand:QI 1 "move_operand" "r,n,m")))] 2316 (zero_extend:SI (match_operand:QI 1 "move_operand" "r,n,m")))] 2357 (sign_extend:SI (match_operand:HI 1 "move_operand" "!r,P,N,m")))] 2380 (sign_extend:HI (match_operand:QI 1 "move_operand" "!r,P,N,m")))] 2403 (sign_extend:SI (match_operand:QI 1 "move_operand" "!r,P,N,m")))]
|
| D | m88k.c | 1202 move_operand (op, mode) in move_operand() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| D | xtensa-protos.h | 55 extern int move_operand PARAMS ((rtx, enum machine_mode));
|
| D | xtensa.md | 1020 (match_operand:SI 1 "move_operand" "M,D,d,R,D,d,r,r,I,T,U,r,*A,*r"))] 1055 (match_operand:HI 1 "move_operand" "M,d,r,I,U,r,*A,*r"))] 1084 (match_operand:QI 1 "move_operand" "M,d,r,I,U,r,*A,*r"))]
|
| D | xtensa.c | 603 move_operand (op, mode) in move_operand() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| D | ia64-protos.h | 38 extern int move_operand PARAMS((rtx, enum machine_mode));
|
| D | ia64.md | 248 (match_operand:BI 1 "move_operand" " O,n, c, c,*r, n,*m,*r,*r"))] 301 (match_operand:QI 1 "move_operand" "rO,J,m,rO,*f,rO,*f"))] 326 (match_operand:HI 1 "move_operand" "rO,J,m,rO,*f,rO,*f"))] 374 (match_operand:SI 1 "move_operand" "rO,J,i,m,rO,*f,rO,*f,*d,rK"))] 446 (match_operand:DI 1 "move_operand" 4470 (match_operand:DI 2 "move_operand" 4472 (match_operand:DI 3 "move_operand" 4485 (match_operand 2 "move_operand" "") 4486 (match_operand 3 "move_operand" "")))] 4576 (match_operand:SI 2 "move_operand" [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa-protos.h | 83 extern int move_operand PARAMS ((rtx, enum machine_mode));
|
| D | pa.md | 2268 (match_operand:SI 1 "move_operand" 2293 (match_operand:SI 1 "move_operand" 2706 (match_operand:HI 1 "move_operand" 2824 (match_operand:QI 1 "move_operand" 3149 (match_operand:DF 1 "move_operand" 3307 (match_operand:DI 1 "move_operand" 3514 (match_operand:HI 1 "move_operand" "r,RQ")))] 3532 (match_operand:QI 1 "move_operand" "r,RQ")))] 3550 (match_operand:QI 1 "move_operand" "r,RQ")))] 4050 [(set (reg:SI 26) (match_operand:SI 1 "move_operand" "")) [all …]
|
| D | pa.h | 1283 && (move_operand (OP, GET_MODE (OP)) \
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | predicates.md | 126 (define_predicate "move_operand"
|
| D | xtensa.md | 841 (match_operand:DI 1 "move_operand" "r,i,T,U,r"))] 871 (match_operand:SI 1 "move_operand" "M,D,d,R,D,d,r,r,I,i,T,U,r,*A,*r"))] 906 (match_operand:HI 1 "move_operand" "M,d,r,I,U,r,*A,*r"))] 934 (match_operand:QI 1 "move_operand" "M,d,r,I,U,r,*A,*r"))] 972 (match_operand:SF 1 "move_operand" "f,U,f,d,R,d,r,r,f,iF,T,U,r"))] 1046 (match_operand:DF 1 "move_operand" "r,iF,T,U,r"))]
|
| /openbsd/src/gnu/gcc/gcc/config/iq2000/ |
| D | predicates.md | 209 (define_predicate "move_operand"
|
| D | iq2000.md | 734 (match_operand:SI 1 "move_operand" "d,S,IKL,Mnis,R,m,dJ,dJ,*z,*d,J,*x,*d,*a"))]
|
| /openbsd/src/gnu/gcc/gcc/config/m88k/ |
| D | predicates.md | 24 (define_predicate "move_operand"
|
| D | m88k.md | 1810 (match_operand:SI 1 "move_operand" "rI,m,rO,J,M,x,r,x,m,x"))] 1889 (match_operand:HI 1 "move_operand" "rP,m,rO,N"))] 1921 (match_operand:QI 1 "move_operand" "rP,m,rO,N"))] 2123 (match_operand:CC 1 "move_operand" "rI,m,rO"))] 2235 (zero_extend:SI (match_operand:HI 1 "move_operand" "!r,n,m")))] 2257 (zero_extend:HI (match_operand:QI 1 "move_operand" "r,n,m")))] 2284 (zero_extend:SI (match_operand:QI 1 "move_operand" "r,n,m")))] 2325 (sign_extend:SI (match_operand:HI 1 "move_operand" "!r,P,N,m")))] 2348 (sign_extend:HI (match_operand:QI 1 "move_operand" "!r,P,N,m")))] 2371 (sign_extend:SI (match_operand:QI 1 "move_operand" "!r,P,N,m")))]
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | vect.md | 43 (match_operand:VECINT 1 "move_operand" 860 (match_operand:V2SF 1 "move_operand"
|
| D | ia64.md | 223 (match_operand:BI 1 "move_operand" " O,n, c, c,*r, n,*m,*r,*r"))] 276 (match_operand:QI 1 "move_operand" "rO,J,m,rO,*f,rO,*f"))] 301 (match_operand:HI 1 "move_operand" "rO,J,m,rO,*f,rO,*f"))] 326 (match_operand:SI 1 "move_operand" "rO,J,i,m,rO,*f,rO,*f,*d,rK"))] 356 (match_operand:DI 1 "move_operand" 5507 (match_operand:DI 2 "move_operand" 5509 (match_operand:DI 3 "move_operand" 5522 (match_operand 2 "move_operand" "") 5523 (match_operand 3 "move_operand" "")))] 5610 (match_operand:SI 2 "move_operand" [all …]
|
| D | predicates.md | 291 (define_predicate "move_operand"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/ |
| D | mips.c | 1221 move_operand (op, mode) in move_operand() function 1253 && move_operand (XEXP (op, 0), SImode))
|
| D | mips.md | 5300 …(match_operand:DI 1 "move_operand" "d,IKL,Mnis,R,m,dJ,dJ,*f,*d*J,*R,*m,*f,*f,*f,*J,*x,*d,*J,*d,*m,… 5325 …(sign_extend:DI (match_operand:SI 1 "move_operand" "d,IKL,Mnis,R,m,dJ,dJ,*f,*d*J,*J,*x,*d,*J,*d,*m… 5721 …(match_operand:SI 1 "move_operand" "d,IKL,Mnis,R,m,dJ,dJ,*f,*d*J,*R,*m,*f,*f,*f,*z,*d,J,*x,*d,*a,*… 5741 (match_operand:SI 1 "move_operand" "d,d,y,K,N,s,R,m,d,d,*x,*a"))]
|