Searched refs:REG_CONTROL (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | nios2-opc.c | 78 {"status", 0, REG_CONTROL}, 79 {"estatus", 1, REG_CONTROL}, 80 {"bstatus", 2, REG_CONTROL}, 81 {"ienable", 3, REG_CONTROL}, 82 {"ipending", 4, REG_CONTROL}, 83 {"cpuid", 5, REG_CONTROL}, 84 {"ctl6", 6, REG_CONTROL}, 85 {"exception", 7, REG_CONTROL}, 86 {"pteaddr", 8, REG_CONTROL}, 87 {"tlbacc", 9, REG_CONTROL}, [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | nios2.h | 132 #define REG_CONTROL (1<<1) /* Control registers. */ macro
|
D | ChangeLog | 11 (REG_NORMAL, REG_CONTROL, REG_COPROCESSOR): New.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nios2.c | 1355 if (regtype & REG_CONTROL) in nios2_parse_reg() 1357 else if (reg->regtype & REG_CONTROL) in nios2_parse_reg() 1455 struct nios2_reg *reg = nios2_parse_reg (token, REG_CONTROL); in nios2_assemble_arg_c()
|