Lines Matching refs:operand_exp
498 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() local
501 if (operand_exp->X_op == O_register in emit_tilegx_instruction()
502 || (operand_exp->X_op == O_constant && !is_pc_relative)) in emit_tilegx_instruction()
505 bits = insert_operand (bits, operand, operand_exp->X_add_number, in emit_tilegx_instruction()
517 switch (operand_exp->X_op) in emit_tilegx_instruction()
742 if (!operand_exp->X_add_symbol->sy_flags.sy_local_symbol in emit_tilegx_instruction()
743 && operand_exp->X_add_symbol->sy_value.X_md) in emit_tilegx_instruction()
748 operand_exp = &operand_exp->X_add_symbol->sy_value; in emit_tilegx_instruction()
754 if (operand_exp->X_op != O_symbol in emit_tilegx_instruction()
755 || operand_exp->X_add_number != 0) in emit_tilegx_instruction()
765 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
766 operand_exp = &subexp; in emit_tilegx_instruction()
774 operand_exp, in emit_tilegx_instruction()