Home
last modified time | relevance | path

Searched refs:neon_select_shape (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c15121 neon_select_shape (enum neon_shape shape, ...) in neon_select_shape() function
15755 rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL); in try_vfp_nsyn()
15760 rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL); in try_vfp_nsyn()
15896 enum neon_shape rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL); in do_vfp_nsyn_sqrt()
15914 enum neon_shape rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL); in do_vfp_nsyn_div()
15933 enum neon_shape rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL); in do_vfp_nsyn_nmul()
16089 enum neon_shape rs = neon_select_shape (NS_IQQ, NS_IQR, NS_NULL); in do_mve_vpt()
16168 enum neon_shape rs = neon_select_shape (NS_IQQ, NS_IQR, NS_NULL); in do_mve_vcmp()
16221 enum neon_shape rs = neon_select_shape (NS_QQ, NS_NULL); in do_mve_vmaxa_vmina()
16236 enum neon_shape rs = neon_select_shape (NS_QQR, NS_NULL); in do_mve_vfmas()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20061167 (neon_select_shape): New function to classify instruction shapes,
1195 (do_neon_swp): Use neon_select_shape not neon_check_shape. Use
1203 (do_neon_mov): Rewrite to use neon_select_shape. Add support for VFP
DChangeLog-2011130 (neon_select_shape): Ensure we have matched all operands.
DChangeLog-20101906 * config/tc-arm.c (neon_select_shape): No need to match
DChangeLog-20205361 (neon_select_shape): Account for P suffix.
DChangeLog-20165300 (neon_select_shape): Add SE_H support code.