Home
last modified time | relevance | path

Searched refs:REG_CONTROL (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dnios2-opc.c78 {"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/
Dnios2.h132 #define REG_CONTROL (1<<1) /* Control registers. */ macro
DChangeLog11 (REG_NORMAL, REG_CONTROL, REG_COPROCESSOR): New.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nios2.c1355 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()