Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c3755 IROp op, op_rev, op_shrn, op_shln, cmp_neq, cmp_gt; in dis_neon_data_3same() local
3766 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3772 op_shrn = Q ? Iop_ShrN16x8 : Iop_ShrN16x4; in dis_neon_data_3same()
3778 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3784 op_shrn = Q ? Iop_ShrN64x2 : Iop_Shr64; in dis_neon_data_3same()
3795 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3801 op_shrn = Q ? Iop_ShrN16x8 : Iop_ShrN16x4; in dis_neon_data_3same()
3807 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3813 op_shrn = Q ? Iop_ShrN64x2 : Iop_Shr64; in dis_neon_data_3same()
3832 assign(shval, binop(op_shrn, in dis_neon_data_3same()
[all …]