Lines Matching full:opc2
466 * Crn, Crm, opc1, opc2 fields
470 * (In this case crn and opc2 should be zero.)
472 #define ENCODE_CP_REG(cp, is64, crn, crm, opc1, opc2) \
474 ((crm) << 7) | ((opc1) << 3) | (opc2))
510 * same (cp, is64, crn, crm, opc1, opc2) tuple: either the new or the
603 /* Location of register: coprocessor number and (crn,crm,opc1,opc2)
604 * tuple. Any of crm, opc1 and opc2 may be CP_ANY to indicate a
607 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2
610 * For 64 bit registers, only crm and opc1 are relevant; crn and opc2
617 uint8_t opc2;