Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.c318 struct regop struct
320 int mode; /* 0 =>local/global/spec reg; 1=> literal or fp reg */
321 int special; /* 0 =>not a sfr; 1=> is a sfr (not valid w/mode=0) */
322 int n; /* Register number or literal value */
1243 struct regop regop; /* Description of register operand */ local
1654 struct regop regop; /* Description of register operand */ local
2336 struct regop regop; /* Description of register operand */ local
H A Dtc-tic30.c1338 reg *regop = (reg *) hash_find (reg_hash, token); local
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.c237 struct regop struct
239 int mode; /* 0 =>local/global/spec reg; 1=> literal or fp reg. */
240 int special; /* 0 =>not a sfr; 1=> is a sfr (not valid w/mode=0). */
241 int n; /* Register number or literal value. */
1070 struct regop regop; /* Description of register operand. */ in mem_fmt() local
1316 struct regop regop; /* Description of register operand. */ in reg_fmt() local
1540 struct regop regop; /* Description of register operand. */ in cobr_fmt() local
H A Dtc-tic30.c571 reg *regop = (reg *) hash_find (reg_hash, token); in tic30_operand() local
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Di960-dis.c825 regop (int mode, int spec, int reg, int fp) in regop() function
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Di960-dis.c825 regop (int mode, int spec, int reg, int fp) in regop() function