Home
last modified time | relevance | path

Searched refs:reg_or_mem_operand (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k-protos.h28 extern int reg_or_mem_operand PARAMS ((rtx, enum machine_mode));
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp-protos.h42 extern int reg_or_mem_operand PARAMS ((rtx, enum machine_mode));
H A Dromp.c536 reg_or_mem_operand (op, mode) in reg_or_mem_operand() function
H A Dromp.md418 (match_operand:DI 1 "reg_or_mem_operand" "r,Q,m,r"))]
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h76 extern int reg_or_mem_operand PARAMS ((rtx, enum machine_mode));
H A Drs6000.md868 (zero_extend:DI (match_operand:QI 1 "reg_or_mem_operand" "m,r")))]
993 (zero_extend:DI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
1060 (sign_extend:DI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
1127 (zero_extend:DI (match_operand:SI 1 "reg_or_mem_operand" "m,r")))]
1261 (zero_extend:SI (match_operand:QI 1 "reg_or_mem_operand" "m,r")))]
1427 (zero_extend:HI (match_operand:QI 1 "reg_or_mem_operand" "m,r")))]
1595 (zero_extend:SI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
1662 (sign_extend:SI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
9233 [(set (match_operand:TI 0 "reg_or_mem_operand" "=Q,m,????r,????r,????r")
9234 (match_operand:TI 1 "reg_or_mem_operand" "r,r,r,Q,m"))
[all …]
H A Drs6000.c1846 reg_or_mem_operand (op, mode) in reg_or_mem_operand() function
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dpredicates.md621 (define_predicate "reg_or_mem_operand"
640 (match_operand 0 "reg_or_mem_operand")))
H A Drs6000.md181 (zero_extend:DI (match_operand:QHSI 1 "reg_or_mem_operand" "m,r")))]
306 (sign_extend:DI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
440 (zero_extend:SI (match_operand:QI 1 "reg_or_mem_operand" "m,r")))]
606 (zero_extend:HI (match_operand:QI 1 "reg_or_mem_operand" "m,r")))]
774 (zero_extend:SI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
841 (sign_extend:SI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))]
4928 (float_extend:DF (match_operand:SF 1 "reg_or_mem_operand" "0,f,m")))]
8703 [(set (match_operand:TI 0 "reg_or_mem_operand" "=Q,m,????r,????r,????r,r")
8736 [(set (match_operand:TI 0 "reg_or_mem_operand" "=Q,o<>,????r,????r,????r,r")
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.314554 (trace, reg_or_mem_operand): Delete, unused function.
14560 instead of reg_or_mem_operand.
14571 not reg_or_mem_operand.
14573 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
14576 reg_or_mem_operand.
H A DFSFChangeLog.104109 ({fp_,}reg_or_mem_operand): Call volatile_mem_operand.