Searched refs:AMD64G_CC_OP_LOGICB (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_defs.h | 487 AMD64G_CC_OP_LOGICB, /* 17 */ enumerator
|
D | guest_amd64_helpers.c | 673 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()
|
D | guest_amd64_toIR.c | 1821 case Iop_Xor8: ccOp += AMD64G_CC_OP_LOGICB; break; in setFlags_DEP1()
|