Searched refs:Iop_Sub8x4 (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 791 Iop_Add8x4, Iop_Sub8x4, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 363 case Iop_Sub8x4: vex_printf("Sub8x4"); return; in ppIROp() 2528 case Iop_Add8x4: case Iop_Sub8x4: in typeOfPrimop()
|
D | host_arm_isel.c | 1457 case Iop_Sub8x4: in iselIntExpr_R_wrk()
|
D | guest_arm_toIR.c | 9697 assign(res, binop(Iop_Sub8x4, mkexpr(rNt), mkexpr(rMt))); in decode_V6MEDIA_instruction() 9747 assign(res, binop(Iop_Sub8x4, mkexpr(rNt), mkexpr(rMt))); in decode_V6MEDIA_instruction()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 307 { DEFOP(Iop_Sub8x4, UNDEF_UNKNOWN), },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2967 case Iop_Sub8x4: in expr2vbits_Binop()
|