Home | History | Annotate | Download | only in config

Lines Matching full:indirection

247   enum indirect_type indirection [3] = { none, none, none };
260 indirection[operand] = absolute;
262 indirection[operand] = relative;
264 indirection[operand] = relative;
267 if (indirection[1] == none && indirection[2] == none)
285 if (indirection[operand] != none)
293 else if (s[0] == ']' && s[1] == ']' && indirection[operand] == relative)
298 else if (s[0] == ']' && indirection[operand] == absolute)
321 if (indirection[1] != none && indirection[2] != none)
323 else if (indirection[1] != none)
325 else if (indirection[2] != none)