Searched refs:Iop_Mul32 (Results 1 – 16 of 16) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 6463 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 6504 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 6636 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 6671 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 10026 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 10050 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 10091 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 10128 assign(t2, binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 10324 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() 10331 binop(Iop_Mul32, in disDSPInstr_MIPS_WRK() [all …]
|
D | host_tilegx_isel.c | 748 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk()
|
D | guest_arm_toIR.c | 8988 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) ); in decode_V6MEDIA_instruction() 10425 binop( Iop_Mul32, in decode_V6MEDIA_instruction() 10432 assign( irt_prod_hi, binop(Iop_Mul32, in decode_V6MEDIA_instruction() 10509 binop(Iop_Mul32, in decode_V6MEDIA_instruction() 10517 binop( Iop_Mul32, in decode_V6MEDIA_instruction() 10587 binop(Iop_Mul32, in decode_V6MEDIA_instruction() 15725 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ); in disInstr_ARM_WRK() 15821 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) )); in disInstr_ARM_WRK() 18008 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul; in disInstr_THUMB_WRK() 20933 assign(res, binop(Iop_Mul32, getIRegT(rN), getIRegT(rM))); in disInstr_THUMB_WRK() [all …]
|
D | host_mips_isel.c | 1067 if (e->Iex.Binop.op == Iop_Mul32 || e->Iex.Binop.op == Iop_Mul64) { in iselWordExpr_R_wrk() 1068 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk()
|
D | host_arm64_isel.c | 1566 if (e->Iex.Binop.op == Iop_Mul64 || e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
|
D | host_x86_isel.c | 945 case Iop_Mul16: case Iop_Mul32: in iselIntExpr_R_wrk()
|
D | ir_defs.c | 2519 case Iop_Add32: case Iop_Sub32: case Iop_Mul32: in typeOfPrimop()
|
D | host_amd64_isel.c | 993 case Iop_Mul16: case Iop_Mul32: case Iop_Mul64: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1570 if (e->Iex.Binop.op == Iop_Mul32 in iselWordExpr_R_wrk()
|
D | ir_opt.c | 1828 case Iop_Mul32: in fold_Expr()
|
D | host_arm_isel.c | 1304 if (e->Iex.Binop.op == Iop_Mul32) { in iselIntExpr_R_wrk()
|
D | guest_arm64_toIR.c | 3006 binop(Iop_Mul32, getIReg32orZR(mm), getIReg32orZR(nn)))); in dis_ARM64_data_processing_register()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 424 Iop_Mul8, Iop_Mul16, Iop_Mul32, Iop_Mul64, enumerator
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1857 case Iop_Mul32: in expr2vbits_Binop()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 48 …{ DEFOP(Iop_Mul32, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3980 case Iop_Mul32: in expr2vbits_Binop()
|