Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h487 AMD64G_CC_OP_LOGICB, /* 17 */ enumerator
Dguest_amd64_helpers.c673 case AMD64G_CC_OP_LOGICB: ACTIONS_LOGIC( 8, UChar ); in amd64g_calculate_rflags_all_WRK()
786 case AMD64G_CC_OP_LOGICB: in amd64g_calculate_rflags_c()
1532 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1538 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1545 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper()
1557 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper()
1729 || isU64(cc_op, AMD64G_CC_OP_LOGICB)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1821 case Iop_Xor8: ccOp += AMD64G_CC_OP_LOGICB; break; in setFlags_DEP1()