Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1332 Iop_ShrN8x16, Iop_ShrN16x8, Iop_ShrN32x4, Iop_ShrN64x2, enumerator
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c3081 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3207 shift_op = U ? Iop_ShrN8x16 : Iop_SarN8x16; in dis_neon_data_3same()
3494 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3715 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3744 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3854 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3883 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3993 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
4026 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
5970 op = U ? Iop_ShrN8x16 : Iop_SarN8x16; in dis_neon_data_2reg_and_shift()
[all …]
Dir_defs.c821 case Iop_ShrN8x16: vex_printf("ShrN8x16"); return; in ppIROp()
2637 case Iop_ShrN8x16: case Iop_ShrN16x8: in typeOfPrimop()
Dhost_arm_isel.c4886 case Iop_ShrN8x16: in iselNeonExpr_wrk()
4897 case Iop_ShrN8x16: size = 0; break; in iselNeonExpr_wrk()
/external/valgrind/main/memcheck/
Dmc_translate.c2803 case Iop_ShrN8x16: in expr2vbits_Binop()