Home
last modified time | relevance | path

Searched refs:div_operand (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa-protos.h96 extern int div_operand (rtx, enum machine_mode);
H A Dpredicates.md536 (define_predicate "div_operand"
H A Dpa.md5679 (div:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
5693 (div:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
5736 (udiv:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
5750 (udiv:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa-protos.h94 extern int div_operand PARAMS ((rtx, enum machine_mode));
H A Dpa.md4203 (div:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
4217 (div:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
4260 (udiv:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
4274 (udiv:SI (reg:SI 26) (match_operand:SI 0 "div_operand" "")))
H A Dpa.c4918 div_operand (op, mode) in div_operand() function