Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h427 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c174 case Iop_MullU8: vex_printf("MullU8"); return; in ppIROp()
2085 case Iop_MullU8: case Iop_MullS8: in typeOfPrimop()
Dhost_amd64_isel.c1264 || e->Iex.Binop.op == Iop_MullU8) { in iselIntExpr_R_wrk()
1277 case Iop_MullU8: shr_op = Ash_SHR; shift = 56; break; in iselIntExpr_R_wrk()
Dhost_x86_isel.c957 || e->Iex.Binop.op == Iop_MullU16 || e->Iex.Binop.op == Iop_MullU8) { in iselIntExpr_R_wrk()
963 || e->Iex.Binop.op == Iop_MullU8) in iselIntExpr_R_wrk()
Dguest_x86_toIR.c2758 IROp mulOp = syned ? Iop_MullS8 : Iop_MullU8; in codegen_mulL_A_D()
Dguest_amd64_toIR.c3690 IROp mulOp = syned ? Iop_MullS8 : Iop_MullU8; in codegen_mulL_A_D()
/external/valgrind/main/memcheck/
Dmc_translate.c2917 case Iop_MullU8: { in expr2vbits_Binop()