Searched refs:NEON_ENCODE (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-arm.c | 13260 #define NEON_ENCODE(type, inst) \ macro 14310 NEON_ENCODE (SINGLE, inst); in do_vfp_nsyn_nmul() 14319 NEON_ENCODE (DOUBLE, inst); in do_vfp_nsyn_nmul() 14337 NEON_ENCODE (SINGLE, inst); in do_vfp_nsyn_cmp() 14342 NEON_ENCODE (DOUBLE, inst); in do_vfp_nsyn_cmp() 14365 NEON_ENCODE (SINGLE, inst); in do_vfp_nsyn_cmp() 14370 NEON_ENCODE (DOUBLE, inst); in do_vfp_nsyn_cmp() 14547 NEON_ENCODE (IMMED, inst); in do_neon_shl_imm() 14567 NEON_ENCODE (INTEGER, inst); in do_neon_shl_imm() 14583 NEON_ENCODE (IMMED, inst); in do_neon_qshl_imm() [all …]
|
/toolchain/binutils/binutils-2.27/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.
|