Home
last modified time | relevance | path

Searched refs:Iop_Add8 (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c709 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 in mkSizedOp()
859 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8); in isAddSub()
921 case Iop_Add8: ccOp += X86G_CC_OP_ADDB; break; in setFlags_DEP1_DEP2()
1132 IROp plus = mkSizedOp(ty, Iop_Add8); in helper_ADC()
1844 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8); in dis_op2_E_G()
1860 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_E_G()
1889 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_E_G()
1957 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8); in dis_op2_G_E()
1973 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_G_E()
2004 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_G_E()
[all …]
Dguest_ppc_toIR.c936 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 || op8 == Iop_Mul8 || in mkSzOp()
1556 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), getIReg(rB)); in ea_rA_idxd()
1564 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), in ea_rA_simm()
3235 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA), in dis_int_arith()
3244 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA), in dis_int_arith()
3261 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA), in dis_int_arith()
3273 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA), in dis_int_arith()
3310 assign( rD, binop( mkSzOp(ty, Iop_Add8), in dis_int_arith()
3322 assign( rD, binop( mkSzOp(ty, Iop_Add8), in dis_int_arith()
3340 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA), in dis_int_arith()
[all …]
Dguest_amd64_toIR.c309 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 in mkSizedOp()
1712 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8); in isAddSub()
1787 case Iop_Add8: ccOp += AMD64G_CC_OP_ADDB; break; in setFlags_DEP1_DEP2()
2002 IROp plus = mkSizedOp(ty, Iop_Add8); in helper_ADC()
2929 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8); in dis_op2_E_G()
2948 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_E_G()
2977 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_E_G()
3045 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8); in dis_op2_G_E()
3062 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_G_E()
3093 if (addSubCarry && op8 == Iop_Add8) { in dis_op2_G_E()
[all …]
Dir_defs.c124 case Iop_Add8 ... Iop_Add64: in ppIROp()
125 str = "Add"; base = Iop_Add8; break; in ppIROp()
2409 case Iop_Add8: case Iop_Sub8: case Iop_Mul8: in typeOfPrimop()
Dir_opt.c1751 case Iop_Add8: in fold_Expr()
2105 case Iop_Add8: in fold_Expr()
Dguest_mips_toIR.c1690 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 || op8 == Iop_Mul8 in mkSzOp()
2545 binop(Iop_Add8, in disDSPInstr_MIPS_WRK()
2570 binop(Iop_Add8, in disDSPInstr_MIPS_WRK()
2595 binop(Iop_Add8, in disDSPInstr_MIPS_WRK()
2620 binop(Iop_Add8, in disDSPInstr_MIPS_WRK()
Dhost_s390_isel.c1427 case Iop_Add8: in s390_isel_int_expr_wrk()
Dhost_mips_isel.c827 case Iop_Add8: in iselWordExpr_R_wrk()
Dhost_x86_isel.c935 case Iop_Add8: case Iop_Add16: case Iop_Add32: in iselIntExpr_R_wrk()
Dhost_amd64_isel.c984 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1402 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64: in iselWordExpr_R_wrk()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c230 case Iop_Add8: case Iop_Sub8: case Iop_Mul8: in typeof_primop()
Dirops.c13 …{ DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h420 Iop_Add8, Iop_Add16, Iop_Add32, Iop_Add64, enumerator
/external/valgrind/main/VEX/
Dtest_main.c1845 case Iop_Add8: in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c3780 case Iop_Add8: in expr2vbits_Binop()