Searched refs:ARM64CondEQ (Results 1 – 3 of 3) sorted by relevance
228 ARM64CondEQ = 0, /* equal : Z=1 */ enumerator
627 case ARM64CondEQ: // Z=1 => z in arm64g_calculate_condition()753 if (isU64(cond_n_op, (ARM64CondEQ << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper()819 if (isU64(cond_n_op, (ARM64CondEQ << 4) | ARM64G_CC_OP_SUB32)) { in guest_arm64_spechelper()941 if (isU64(cond_n_op, (ARM64CondEQ << 4) | ARM64G_CC_OP_COPY)) { in guest_arm64_spechelper()
1683 case ARM64CondEQ: return "eq"; in nameARM64Condcode()