Searched refs:NEON_ENCODE (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 12954 #define NEON_ENCODE(type, inst) \ macro 13887 NEON_ENCODE (SINGLE, inst); in do_vfp_nsyn_nmul() 13892 NEON_ENCODE (DOUBLE, inst); in do_vfp_nsyn_nmul() 13908 NEON_ENCODE (SINGLE, inst); in do_vfp_nsyn_cmp() 13913 NEON_ENCODE (DOUBLE, inst); in do_vfp_nsyn_cmp() 13936 NEON_ENCODE (SINGLE, inst); in do_vfp_nsyn_cmp() 13941 NEON_ENCODE (DOUBLE, inst); in do_vfp_nsyn_cmp() 14110 NEON_ENCODE (IMMED, inst); in do_neon_shl_imm() 14130 NEON_ENCODE (INTEGER, inst); in do_neon_shl_imm() 14143 NEON_ENCODE (IMMED, inst); in do_neon_qshl_imm() [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2010 | 2241 (NEON_ENCODE): New macro. 2245 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro. 2269 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
|