Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha-protos.h48 extern int mode_mask_operand PARAMS ((rtx, enum machine_mode));
H A Dalpha.md1749 (match_operand:DI 3 "mode_mask_operand" "n")))]
1761 (match_operand:DI 3 "mode_mask_operand" "n")))]
2054 (match_operand:DI 2 "mode_mask_operand" "n")
2066 (match_operand:DI 2 "mode_mask_operand" "n")
H A Dalpha.c773 mode_mask_operand (op, mode) in mode_mask_operand() function
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dpredicates.md115 (define_predicate "mode_mask_operand"
H A Dalpha.md1829 (match_operand:DI 3 "mode_mask_operand" "n")))]
1841 (match_operand:DI 3 "mode_mask_operand" "n")))]
2137 (match_operand:DI 2 "mode_mask_operand" "n")
2149 (match_operand:DI 2 "mode_mask_operand" "n")
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.01121 (mode_mask_operand): Likewise.
8657 * alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
9011 (mode_mask_operand): Likewise.
H A DChangeLog.112985 (mode_mask_operand): Fix signed-unsigned comparison warning.
H A DChangeLog.72731 * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.