Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c13500 neon_select_shape (enum neon_shape shape, ...) in neon_select_shape() function
14126 rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL); in try_vfp_nsyn()
14131 rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL); in try_vfp_nsyn()
14267 enum neon_shape rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL); in do_vfp_nsyn_sqrt()
14285 enum neon_shape rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL); in do_vfp_nsyn_div()
14304 enum neon_shape rs = neon_select_shape (NS_HHH, NS_FFF, NS_DDD, NS_NULL); in do_vfp_nsyn_nmul()
14332 rs = neon_select_shape (NS_HH, NS_FF, NS_DD, NS_NULL); in do_vfp_nsyn_cmp()
14348 rs = neon_select_shape (NS_HI, NS_FI, NS_DI, NS_NULL); in do_vfp_nsyn_cmp()
14502 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); in do_neon_dyadic_i_su()
14511 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); in do_neon_dyadic_i64_su()
[all …]
/toolchain/binutils/binutils-2.27/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
DChangeLog2973 (neon_select_shape): Add SE_H support code.