Searched refs:ARM64CondNE (Results 1 – 3 of 3) sorted by relevance
284 ARM64CondNE = 1, /* not equal : Z=0 */ enumerator
628 case ARM64CondNE: // Z=0 in arm64g_calculate_condition()1358 if (isU64(cond_n_op, (ARM64CondNE << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper()1425 if (isU64(cond_n_op, (ARM64CondNE << 4) | ARM64G_CC_OP_SUB32)) { in guest_arm64_spechelper()1548 if (isU64(cond_n_op, (ARM64CondNE << 4) | ARM64G_CC_OP_COPY)) { in guest_arm64_spechelper()
1689 case ARM64CondNE: return "ne"; in nameARM64Condcode()