Searched refs:mask64_operand (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | constraints.md | 140 (match_operand 0 "mask64_operand")) 158 (not (match_operand 0 "mask64_operand"))))
|
| D | predicates.md | 530 (define_predicate "mask64_operand" 553 ;; Like mask64_operand, but allow up to three transitions. This 610 (match_operand 0 "mask64_operand"))
|
| D | rs6000.md | 6586 (match_operand:DI 3 "mask64_operand" "n")))] 6595 (match_operand:DI 3 "mask64_operand" "n,n")) 6610 (match_operand:DI 3 "mask64_operand" "")) 6628 (match_operand:DI 3 "mask64_operand" "n,n")) 6644 (match_operand:DI 3 "mask64_operand" "")) 7042 (match_operand:DI 3 "mask64_operand" "n")))] 7051 (match_operand:DI 3 "mask64_operand" "n,n")) 7066 (match_operand:DI 3 "mask64_operand" "")) 7084 (match_operand:DI 3 "mask64_operand" "n,n")) 7100 (match_operand:DI 3 "mask64_operand" "")) [all …]
|
| D | rs6000.c | 2067 && mask64_operand (op, mode)) in num_insns_constant() 2109 else if (mask64_operand (op, mode)) in num_insns_constant() 10617 if (! mask64_operand (x, DImode)) in print_operand() 18713 && mask64_operand (x, DImode)))) in rs6000_rtx_costs()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000-protos.h | 68 extern int mask64_operand PARAMS ((rtx, enum machine_mode));
|
| D | rs6000.h | 1281 : (C) == 'S' ? mask64_operand (OP, DImode) \ 1288 && !mask64_operand (OP, DImode)) \
|
| D | rs6000.md | 6898 (match_operand:DI 3 "mask64_operand" "n")))] 6907 (match_operand:DI 3 "mask64_operand" "n,n")) 6922 (match_operand:DI 3 "mask64_operand" "")) 6940 (match_operand:DI 3 "mask64_operand" "n,n")) 6956 (match_operand:DI 3 "mask64_operand" "")) 7355 (match_operand:DI 3 "mask64_operand" "n")))] 7364 (match_operand:DI 3 "mask64_operand" "n,n")) 7379 (match_operand:DI 3 "mask64_operand" "")) 7397 (match_operand:DI 3 "mask64_operand" "n,n")) 7413 (match_operand:DI 3 "mask64_operand" "")) [all …]
|
| D | rs6000.c | 1234 && mask64_operand (op, mode)) 1284 else if (mask64_operand (op, mode)) 1652 mask64_operand (op, mode) in mask64_operand() function 1810 return (gpc_reg_operand (op, mode) || mask64_operand (op, mode)); 1812 return (logical_operand (op, mode) || mask64_operand (op, mode)); 7756 if (! mask64_operand (x, DImode))
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | FSFChangeLog | 1022 (num_insns_constant): mask64_operand is 2 insns. 1057 (PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
|
| D | ChangeLog.0 | 2579 (num_insns_constant): mask64_operand() is 2 insns. 2585 (mask64_operand): New function. 2619 (PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
|
| D | ChangeLog | 18174 * config/rs6000/rs6000.c (mask64_operand): Allow all ones. Remove 18186 mask64_2_operand. Remove CONST_DOUBLE from mask64_operand.
|
| D | ChangeLog.6 | 11950 (mask64_operand): Likewise. 12774 (mask64_operand): Likewise.
|
| D | ChangeLog.7 | 15982 (print_operand): Call mask_operand and mask64_operand with correct 15987 mask64_operand with correct mode.
|
| D | ChangeLog.4 | 11797 (mask64_operand): Remove sign-extend thinko.
|
| D | ChangeLog.1 | 15479 * rs6000/rs6000.c (mask64_operand): Use HOST_BITS_PER_WIDE_INT.
|