Searched refs:cptype (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dcpu.h533 /* Return true if cptype is a valid type field. This is used to try to
537 static inline bool cptype_valid(int cptype) argument
539 return ((cptype & ~ARM_CP_FLAG_MASK) == 0)
540 || ((cptype & ARM_CP_SPECIAL) &&
541 ((cptype & ~ARM_CP_FLAG_MASK) <= ARM_LAST_SPECIAL));

Completed in 59 milliseconds