Searched refs:ExtendedPolicy (Results 1 – 1 of 1) sorted by relevance
100 enum ExtendedPolicy { enum124 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) { in LUnallocated()137 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated()145 LUnallocated(ExtendedPolicy policy, Lifetime lifetime) in LUnallocated()191 class ExtendedPolicyField : public BitField<ExtendedPolicy, 22, 3> {};241 ExtendedPolicy extended_policy() const { in extended_policy()