Searched refs:neon_output_shift_immediate (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-protos.h | 98 extern char *neon_output_shift_immediate (const char *, char, rtx *,
|
H A D | neon.md | 958 case 1: return neon_output_shift_immediate ("vshl", 'i', &operands[2], 974 return neon_output_shift_immediate ("vshr", 's', &operands[2], 987 return neon_output_shift_immediate ("vshr", 'u', &operands[2],
|
H A D | arm.c | 13001 neon_output_shift_immediate (const char *mnem, char sign, rtx *op2, in neon_output_shift_immediate() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-protos.h | 100 extern char *neon_output_shift_immediate (const char *, char, rtx *,
|
H A D | vec-common.md | 368 …* return neon_output_shift_immediate (\"vshl\", 'i', &operands[2], <MODE>mode, VALID_NEON_QREG_MOD…
|
H A D | neon.md | 845 return neon_output_shift_immediate ("vshr", 's', &operands[2], 858 return neon_output_shift_immediate ("vshr", 'u', &operands[2],
|
H A D | mve.md | 764 return neon_output_shift_immediate ("vshr", 's', &operands[2], 779 return neon_output_shift_immediate ("vshr", 'u', &operands[2],
|
H A D | arm.cc | 13137 neon_output_shift_immediate (const char *mnem, char sign, rtx *op2, in neon_output_shift_immediate() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2011 | 20830 (neon_output_shift_immediate): Ditto. 20833 (neon_output_shift_immediate): Ditto.
|