Searched refs:ARM64CondCS (Results 1 – 3 of 3) sorted by relevance
286 ARM64CondCS = 2, /* >=u (higher or same) (aka HS) : C=1 */ enumerator
632 case ARM64CondCS: // C=1 => c in arm64g_calculate_condition()1365 if (isU64(cond_n_op, (ARM64CondCS << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper()1433 if (isU64(cond_n_op, (ARM64CondCS << 4) | ARM64G_CC_OP_SUB32)) { in guest_arm64_spechelper()
1690 case ARM64CondCS: return "cs"; // or 'hs' in nameARM64Condcode()