Home
last modified time | relevance | path

Searched refs:lhs_lshift_cint_operand (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa-protos.h30 extern int lhs_lshift_cint_operand (rtx, enum machine_mode);
Dpredicates.md482 (define_predicate "lhs_lshift_cint_operand"
497 return register_operand (op, mode) || lhs_lshift_cint_operand (op, mode);
Dpa.md6756 (ashift:SI (match_operand:SI 1 "lhs_lshift_cint_operand" "")
6855 (ashift:DI (match_operand:DI 1 "lhs_lshift_cint_operand" "")
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa-protos.h31 extern int lhs_lshift_cint_operand PARAMS ((rtx, enum machine_mode));
Dpa.c799 return register_operand (op, mode) || lhs_lshift_cint_operand (op, mode);
806 lhs_lshift_cint_operand (op, mode) in lhs_lshift_cint_operand() function
Dpa.md5286 (ashift:SI (match_operand:SI 1 "lhs_lshift_cint_operand" "")
5385 (ashift:DI (match_operand:DI 1 "lhs_lshift_cint_operand" "")
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.01843 (lhs_lshift_cint_operand): Likewise.
6968 following_call, function_label_operand, lhs_lshift_cint_operand
DFSFChangeLog.109596 (lhs_lshift_cint_operand): Likewise.