Home
last modified time | relevance | path

Searched refs:mask_operand (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dconstraints.md144 (match_operand 0 "mask_operand"))
157 (not (match_operand 0 "mask_operand")))
Drs6000.md3507 (match_operand:SI 1 "mask_operand" "i"))
3510 (match_operand:SI 5 "mask_operand" "i"))))]
3527 (match_operand:SI 5 "mask_operand" "i"))
3529 (match_operand:SI 1 "mask_operand" "i"))))]
3877 (match_operand:SI 3 "mask_operand" "n")))]
3886 (match_operand:SI 3 "mask_operand" "n,n"))
3901 (match_operand:SI 3 "mask_operand" ""))
3919 (match_operand:SI 3 "mask_operand" "n,n"))
3935 (match_operand:SI 3 "mask_operand" ""))
4257 (match_operand:SI 3 "mask_operand" "n")))]
[all …]
Dpredicates.md460 (define_predicate "mask_operand"
608 (ior (match_operand 0 "mask_operand")
Drs6000.c10500 if (! mask_operand (x, SImode)) in print_operand()
10508 if (! mask_operand (x, SImode)) in print_operand()
18711 || mask_operand (x, mode) in rs6000_rtx_costs()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/xtensa/
Dxtensa-protos.h47 extern int mask_operand PARAMS ((rtx, enum machine_mode));
Dxtensa.c490 mask_operand (op, mode) in mask_operand() function
Dxtensa.md667 (match_operand:SI 2 "mask_operand" "P,r")))]
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dpredicates.md43 (define_predicate "mask_operand"
Dxtensa.md608 (match_operand:SI 2 "mask_operand" "P,r")))]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000-protos.h66 extern int mask_operand PARAMS ((rtx, enum machine_mode));
Drs6000.md3992 (match_operand:SI 3 "mask_operand" "n")))]
4001 (match_operand:SI 3 "mask_operand" "n,n"))
4016 (match_operand:SI 3 "mask_operand" ""))
4034 (match_operand:SI 3 "mask_operand" "n,n"))
4050 (match_operand:SI 3 "mask_operand" ""))
4372 (match_operand:SI 3 "mask_operand" "n")))]
4381 (match_operand:SI 3 "mask_operand" "n,n"))
4396 (match_operand:SI 3 "mask_operand" ""))
4413 (match_operand:SI 3 "mask_operand" "n,n"))
4429 (match_operand:SI 3 "mask_operand" ""))
[all …]
Drs6000.h1282 : (C) == 'T' ? mask_operand (OP, SImode) \
Drs6000.c1577 mask_operand (op, mode) in mask_operand() function
1838 return (gpc_reg_operand (op, mode) || mask_operand (op, mode));
1840 return (logical_operand (op, mode) || mask_operand (op, mode));
7646 if (! mask_operand (x, SImode))
7654 if (! mask_operand (x, SImode))
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.715795 (mask_operand): Disallow mask to wrap in 64-bit mode.
15982 (print_operand): Call mask_operand and mask64_operand with correct
15986 (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
DChangeLog.611948 * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
12772 * config/rs6000/rs6000.c (mask_operand): Rewrite without
DChangeLog.01249 (mask_operand): Likewise.
DChangeLog.1131 (mask_operand): Move mask_constant() body to here.