Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h489 AMD64G_CC_OP_LOGICL, /* 19 */ enumerator
Dguest_amd64_helpers.c695 case AMD64G_CC_OP_LOGICL: ACTIONS_LOGIC( 32, UInt ); in amd64g_calculate_rflags_all_WRK()
810 case AMD64G_CC_OP_LOGICL: in amd64g_calculate_rflags_c()
1524 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1531 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1539 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()
1552 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper()
1558 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper()
1823 || isU64(cc_op, AMD64G_CC_OP_LOGICL) in guest_amd64_spechelper()