Home
last modified time | relevance | path

Searched defs:regop (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i960.c232 struct regop struct
234 int mode; /* 0 =>local/global/spec reg; 1=> literal or fp reg. */
235 int special; /* 0 =>not a sfr; 1=> is a sfr (not valid w/mode=0). */
236 int n; /* Register number or literal value. */
1065 struct regop regop; /* Description of register operand. */ in mem_fmt() local
1311 struct regop regop; /* Description of register operand. */ in reg_fmt() local
1535 struct regop regop; /* Description of register operand. */ in cobr_fmt() local
Dtc-tic30.c571 reg *regop = (reg *) hash_find (reg_hash, token); in tic30_operand() local
/toolchain/binutils/binutils-2.25/opcodes/
Di960-dis.c826 regop (int mode, int spec, int fp_reg, int fp) in regop() function