Home | History | Annotate | Download | only in config

Lines Matching defs:cn

291   BASIC_REG_TYPE(CN)	/* c[0-7]  */	\
697 case REG_TYPE_R_Z_BHSDQ_V: /* Any register apart from Cn. */
3314 implementation defined system register name S<op0>_<op1>_<Cn>_<Cm>_<op2>. */
3339 /* Parse S<op0>_<op1>_<Cn>_<Cm>_<op2>. */
3340 unsigned int op0, op1, cn, cm, op2;
3342 if (sscanf (buf, "s%u_%u_c%u_c%u_%u", &op0, &op1, &cn, &cm, &op2)
3345 if (op0 > 3 || op1 > 7 || cn > 15 || cm > 15 || op2 > 7)
3347 value = (op0 << 14) | (op1 << 11) | (cn << 7) | (cm << 3) | op2;
5734 REGSET (c, CN), REGSET (C, CN),