Home
last modified time | relevance | path

Searched defs:DECODE_REG_CLASS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c833 #define DECODE_REG_CLASS(hash) (((uintptr_t)(hash) - 1) % RCLASS_MAX) macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c948 #define DECODE_REG_CLASS(hash) (((uintptr_t)(hash) - 1) % RCLASS_MAX) macro