Searched refs:Iop_QSub32S (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 243 case Iop_QAdd32S: case Iop_QSub32S: in typeof_primop()
|
D | irops.c | 270 { DEFOP(Iop_QSub32S, UNDEF_UNKNOWN), },
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 775 Iop_QSub32S, enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 350 case Iop_QSub32S: vex_printf("QSub32S"); return; in ppIROp() 2519 case Iop_QAdd32S: case Iop_QSub32S: in typeOfPrimop()
|
D | host_arm_isel.c | 1479 case Iop_QSub32S: in iselIntExpr_R_wrk()
|
D | guest_arm_toIR.c | 11114 assign(res_q, binop(Iop_QSub32S, mkexpr(rMt), mkexpr(rNt))); in decode_V6MEDIA_instruction() 11173 assign(res_q, binop(Iop_QSub32S, mkexpr(rMt), mkexpr(rN_d))); in decode_V6MEDIA_instruction()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3953 case Iop_QSub32S: /* could probably do better */ in expr2vbits_Binop()
|