Searched defs:regop (Results 1 – 3 of 3) sorted by relevance
232 struct regop struct234 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() local1311 struct regop regop; /* Description of register operand. */ in reg_fmt() local1535 struct regop regop; /* Description of register operand. */ in cobr_fmt() local
571 reg *regop = (reg *) hash_find (reg_hash, token); in tic30_operand() local
826 regop (int mode, int spec, int fp_reg, int fp) in regop() function