Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c3718 IROp op, op_rev, op_shrn, op_shln, cmp_neq, cmp_gt; in dis_neon_data_3same() local
3730 op_shln = Q ? Iop_ShlN8x16 : Iop_ShlN8x8; in dis_neon_data_3same()
3736 op_shln = Q ? Iop_ShlN16x8 : Iop_ShlN16x4; in dis_neon_data_3same()
3742 op_shln = Q ? Iop_ShlN32x4 : Iop_ShlN32x2; in dis_neon_data_3same()
3748 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same()
3759 op_shln = Q ? Iop_ShlN8x16 : Iop_ShlN8x8; in dis_neon_data_3same()
3765 op_shln = Q ? Iop_ShlN16x8 : Iop_ShlN16x4; in dis_neon_data_3same()
3771 op_shln = Q ? Iop_ShlN32x4 : Iop_ShlN32x2; in dis_neon_data_3same()
3777 op_shln = Q ? Iop_ShlN64x2 : Iop_Shl64; in dis_neon_data_3same()
3796 binop(op_shln, in dis_neon_data_3same()
[all …]