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