Searched refs:mask_operand (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | constraints.md | 144 (match_operand 0 "mask_operand")) 157 (not (match_operand 0 "mask_operand")))
|
| D | rs6000.md | 3507 (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 …]
|
| D | predicates.md | 460 (define_predicate "mask_operand" 608 (ior (match_operand 0 "mask_operand")
|
| D | rs6000.c | 10500 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/ |
| D | xtensa-protos.h | 47 extern int mask_operand PARAMS ((rtx, enum machine_mode));
|
| D | xtensa.c | 490 mask_operand (op, mode) in mask_operand() function
|
| D | xtensa.md | 667 (match_operand:SI 2 "mask_operand" "P,r")))]
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | predicates.md | 43 (define_predicate "mask_operand"
|
| D | xtensa.md | 608 (match_operand:SI 2 "mask_operand" "P,r")))]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000-protos.h | 66 extern int mask_operand PARAMS ((rtx, enum machine_mode));
|
| D | rs6000.md | 3992 (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 …]
|
| D | rs6000.h | 1282 : (C) == 'T' ? mask_operand (OP, SImode) \
|
| D | rs6000.c | 1577 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/ |
| D | ChangeLog.7 | 15795 (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
|
| D | ChangeLog.6 | 11948 * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid 12772 * config/rs6000/rs6000.c (mask_operand): Rewrite without
|
| D | ChangeLog.0 | 1249 (mask_operand): Likewise.
|
| D | ChangeLog.1 | 131 (mask_operand): Move mask_constant() body to here.
|