Searched defs:regop (Results 1 – 6 of 6) sorted by relevance
318 struct regop struct320 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 */ local1654 struct regop regop; /* Description of register operand */ local2336 struct regop regop; /* Description of register operand */ local
1338 reg *regop = (reg *) hash_find (reg_hash, token); local
237 struct regop struct239 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() local1316 struct regop regop; /* Description of register operand. */ in reg_fmt() local1540 struct regop regop; /* Description of register operand. */ in cobr_fmt() local
571 reg *regop = (reg *) hash_find (reg_hash, token); in tic30_operand() local
825 regop (int mode, int spec, int reg, int fp) in regop() function