Searched refs:REG_CFG (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 619 #define REG_CFG(NAME, N) REG(NAME, N, CRX_CFG_REGTYPE) macro 621 REG_CFG(hi, 0x10), 622 REG_CFG(lo, 0x11), 623 REG_CFG(uhi, 0x90), 624 REG_CFG(ulo, 0x91), 625 REG_CFG(psr, 0x12), 626 REG_CFG(intbase, 0x13), 627 REG_CFG(isp, 0x14), 628 REG_CFG(cfg, 0x15), 629 REG_CFG(cpcfg, 0x16), [all …]
|