Searched refs:neon_vector_mem_operand (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | constraints.md | 478 : neon_vector_mem_operand (op, 2, true)"))) 491 (match_test "TARGET_32BIT && neon_vector_mem_operand (op, 0, true)"))) 498 (match_test "TARGET_32BIT && neon_vector_mem_operand (op, 2, true)"))) 505 (match_test "TARGET_32BIT && neon_vector_mem_operand (op, 1, true)")))
|
| D | arm-protos.h | 123 extern int neon_vector_mem_operand (rtx, int, bool);
|
| D | predicates.md | 877 (match_test "TARGET_32BIT && neon_vector_mem_operand (op, 2, true)"))) 885 (match_test "TARGET_32BIT && neon_vector_mem_operand (op, 2, false)")))
|
| D | vec-common.md | 349 && !neon_vector_mem_operand (*memloc, 2, false)))
|
| D | arm.cc | 13595 neon_vector_mem_operand (rtx op, int type, bool strict) in neon_vector_mem_operand() function 13778 if (s_register_operand (x, mode) || neon_vector_mem_operand (x, 2, true)) in coproc_secondary_reload_class()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2013 | 27382 * config/arm/arm.c (neon_vector_mem_operand): Add strict argument. 27384 (coproc_secondary_reload_class): Adjust for neon_vector_mem_operand 27386 * config/arm/arm-protos.h (neon_vector_mem_operand): Adjust 27394 neon_vector_mem_operand. 27396 neon_vector_mem_operand. 27400 neon_vector_mem_operand.
|
| D | ChangeLog-2007 | 14163 (neon_vector_mem_operand, neon_struct_mem_operand, output_move_quad) 14186 (neon_vector_mem_operand): New function. Memory operands supported 14192 from neon_vector_mem_operand addresses without a secondary register.
|
| D | ChangeLog-2009 | 22770 * config/arm/arm.c (neon_vector_mem_operand): Handle element/structure 22774 * config/arm/arm-protos.h (neon_vector_mem_operand): Update prototype. 22776 * config/arm/constraints.md (Un, Us): Update neon_vector_mem_operand
|
| D | ChangeLog-2020 | 3988 * config/arm/arm.c (neon_vector_mem_operand): For POST_MODIFY, require 5111 (neon_vector_mem_operand, neon_struct_mem_operand) 34045 (neon_vector_mem_operand): Return VFP register for POST_INC or PRE_DEC
|
| D | ChangeLog-2012 | 10807 (neon_vector_mem_operand): Support double-word modes.
|
| D | ChangeLog-2010 | 11640 (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
|
| D | ChangeLog-2011 | 32318 structure modes. Don't check neon_vector_mem_operand for
|
| D | ChangeLog-2015 | 6750 * config/arm/arm.md (neon_vector_mem_operand): Return FALSE if strict
|
| D | ChangeLog-2014 | 34139 * config/arm/arm.c (neon_vector_mem_operand): Allow register
|