Home
last modified time | relevance | path

Searched refs:RCLASS_MAX (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c938 RCLASS_MAX, enumerator
947 ((void *)(uintptr_t)((n) * RCLASS_MAX + (cls) + 1))
948 #define DECODE_REG_CLASS(hash) (((uintptr_t)(hash) - 1) % RCLASS_MAX)
949 #define DECODE_REG_NUM(hash) (((uintptr_t)(hash) - 1) / RCLASS_MAX)
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20203944 than reg_names_hash. Therefore, move RCLASS_CSR behind RCLASS_MAX.