Searched refs:Iop_MullU8 (Results 1 – 7 of 7) sorted by relevance
427 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
174 case Iop_MullU8: vex_printf("MullU8"); return; in ppIROp()2085 case Iop_MullU8: case Iop_MullS8: in typeOfPrimop()
1264 || 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()
957 || 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()
2758 IROp mulOp = syned ? Iop_MullS8 : Iop_MullU8; in codegen_mulL_A_D()
3690 IROp mulOp = syned ? Iop_MullS8 : Iop_MullU8; in codegen_mulL_A_D()
2917 case Iop_MullU8: { in expr2vbits_Binop()