Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c2946 enum { WithFlagNone=2, WithFlagCarry, WithFlagCarryX, WithFlagOverX } enumerator
2999 case WithFlagNone: case WithFlagCarry: in dis_op2_E_G()
3008 vassert(flag == WithFlagNone || flag == WithFlagCarry); in dis_op2_E_G()
3009 if (flag == WithFlagCarry) vassert(keep); in dis_op2_E_G()
3035 if (op8 == Iop_Add8 && flag == WithFlagCarry) { in dis_op2_E_G()
3040 if (op8 == Iop_Sub8 && flag == WithFlagCarry) { in dis_op2_E_G()
3072 if (op8 == Iop_Add8 && flag == WithFlagCarry) { in dis_op2_E_G()
3077 if (op8 == Iop_Sub8 && flag == WithFlagCarry) { in dis_op2_E_G()
3148 vassert(flag == WithFlagNone || flag == WithFlagCarry); in dis_op2_G_E()
3152 vassert(flag == WithFlagNone || flag == WithFlagCarry); in dis_op2_G_E()
[all …]