Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h464 AMD64G_CC_OP_LOGICL, /* 19 */ enumerator
Dguest_amd64_helpers.c606 case AMD64G_CC_OP_LOGICL: ACTIONS_LOGIC( 32, UInt ); in amd64g_calculate_rflags_all_WRK()
703 case AMD64G_CC_OP_LOGICL: in amd64g_calculate_rflags_c()
1158 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1165 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1173 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()
1186 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper()
1192 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper()
1415 || isU64(cc_op, AMD64G_CC_OP_LOGICL) in guest_amd64_spechelper()