Searched refs:AMD64CondNZ (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_defs.h460 AMD64CondNZ = 5, /* not zero */ enumerator in enum:__anon13548
H A Dguest_amd64_helpers.c759 case AMD64CondNZ:
924 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) {
967 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNZ)) {
1051 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondNZ)) {
1078 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) {
1129 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondNZ)) {
1157 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) {
1201 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNZ)) {
1262 if (isU64(cc_op, AMD64G_CC_OP_DECW) && isU64(cond, AMD64CondNZ)) {
1318 && (isU64(cond, AMD64CondZ) || isU64(cond, AMD64CondNZ))) {
[all...]
H A Dguest_amd64_toIR.c1804 case AMD64CondNZ: return "ne"; /*"nz";*/
5782 mk_amd64g_calculate_condition(AMD64CondNZ)),
16630 zbit = mk_amd64g_calculate_condition( AMD64CondNZ );
17514 dis_REP_op ( AMD64CondNZ, dis_SCAS, sz,

Completed in 120 milliseconds