Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h931 Iop_ShrN8x8, Iop_ShrN16x4, Iop_ShrN32x2, enumerator
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c3099 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3242 shift_op = U ? Iop_ShrN8x8 : Iop_SarN8x8; in dis_neon_data_3same()
3510 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3729 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3758 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3866 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3895 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
4005 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
4038 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
5994 op = U ? Iop_ShrN8x8 : Iop_SarN8x8; in dis_neon_data_2reg_and_shift()
[all …]
Dir_defs.c530 case Iop_ShrN8x8: vex_printf("ShrN8x8"); return; in ppIROp()
2596 case Iop_ShrN32x2: case Iop_ShrN16x4: case Iop_ShrN8x8: in typeOfPrimop()
Dhost_arm_isel.c2760 case Iop_ShrN8x8: in iselNeon64Expr_wrk()
2771 case Iop_ShrN8x8: size = 0; break; in iselNeon64Expr_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c448 { DEFOP(Iop_ShrN8x8, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c2978 case Iop_ShrN8x8: in expr2vbits_Binop()