Home
last modified time | relevance | path

Searched refs:last_operand (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/tahoe/align/
H A DAoperand.c43 if (number <= last_operand) return(next);
44 if (number == last_operand+1) last_operand = number;
90 keep_last = last_operand;
91 last_operand = number - 1; /* To get real results */
93 last_operand = keep_last;
H A Dalign.c40 last_operand = -1; /* To get the operand routine going correctly */ in alignment()
H A DAwrite_byte.c29 look_at = &Table[opCODE].operand[last_operand];
H A DAwrite_word.c29 look_at = &Table[opCODE].operand[last_operand];
H A Dalign.h81 #define last_operand (infop->Last_operand) macro
/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c2181 int last_operand = num_regs+4; local
2197 for (i = 4; i < last_operand; i++)