Searched defs:opc2 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/arm/ |
H A D | utility.hh | 273 mcrMrcIssBuild(bool isRead, uint32_t crm, IntRegIndex rt, uint32_t crn, uint32_t opc1, uint32_t opc2) argument 285 mcrMrcIssExtract(uint32_t iss, bool &isRead, uint32_t &crm, IntRegIndex &rt, uint32_t &crn, uint32_t &opc1, uint32_t &opc2) argument
|
H A D | miscregs.cc | 55 decodeCP14Reg(unsigned crn, unsigned opc1, unsigned crm, unsigned opc2) argument 132 decodeCP15Reg(unsigned crn, unsigned opc1, unsigned crm, unsigned opc2) argument [all...] |
H A D | utility.cc | 469 uint32_t opc2; local 610 uint32_t opc2; local 659 uint32_t opc2; local
|
H A D | types.hh | 116 Bitfield<7,5> opc2; member in namespace:ArmISA
|
Completed in 13 milliseconds