Lines Matching refs:indirection
245 enum indirect_type indirection [3] = { none, none, none }; in m32c_indirect_operand() enum
258 indirection[operand] = absolute; in m32c_indirect_operand()
260 indirection[operand] = relative; in m32c_indirect_operand()
262 indirection[operand] = relative; in m32c_indirect_operand()
265 if (indirection[1] == none && indirection[2] == none) in m32c_indirect_operand()
283 if (indirection[operand] != none) in m32c_indirect_operand()
291 else if (s[0] == ']' && s[1] == ']' && indirection[operand] == relative) in m32c_indirect_operand()
296 else if (s[0] == ']' && indirection[operand] == absolute) in m32c_indirect_operand()
319 if (indirection[1] != none && indirection[2] != none) in m32c_indirect_operand()
321 else if (indirection[1] != none) in m32c_indirect_operand()
323 else if (indirection[2] != none) in m32c_indirect_operand()