Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c391 case Iop_MullU8: case Iop_MullS8: in typeof_primop()
Dirops.c80 …{ DEFOP(Iop_MullU8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc3…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h452 Iop_MullU8, Iop_MullU16, Iop_MullU32, Iop_MullU64, enumerator
/external/valgrind/main/VEX/priv/
Dhost_x86_isel.c1076 || e->Iex.Binop.op == Iop_MullU16 || e->Iex.Binop.op == Iop_MullU8) { in iselIntExpr_R_wrk()
1082 || e->Iex.Binop.op == Iop_MullU8) in iselIntExpr_R_wrk()
Dir_defs.c186 case Iop_MullU8: vex_printf("MullU8"); return; in ppIROp()
2573 case Iop_MullU8: case Iop_MullS8: in typeOfPrimop()
Dhost_amd64_isel.c1323 || e->Iex.Binop.op == Iop_MullU8) { in iselIntExpr_R_wrk()
1336 case Iop_MullU8: shr_op = Ash_SHR; shift = 56; break; in iselIntExpr_R_wrk()
Dhost_s390_isel.c1123 case Iop_MullU8: in s390_isel_int_expr_wrk()
Dguest_x86_toIR.c2784 IROp mulOp = syned ? Iop_MullS8 : Iop_MullU8; in codegen_mulL_A_D()
Dguest_amd64_toIR.c3969 IROp mulOp = syned ? Iop_MullS8 : Iop_MullU8; in codegen_mulL_A_D()
/external/valgrind/main/VEX/
Dtest_main.c1825 case Iop_MullU8: { in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c3712 case Iop_MullU8: { in expr2vbits_Binop()