Lines Matching refs:operand_exp
499 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() local
502 if (operand_exp->X_op == O_register in emit_tilegx_instruction()
503 || (operand_exp->X_op == O_constant && !is_pc_relative)) in emit_tilegx_instruction()
506 bits = insert_operand (bits, operand, operand_exp->X_add_number, in emit_tilegx_instruction()
518 switch (operand_exp->X_op) in emit_tilegx_instruction()
743 if (!operand_exp->X_add_symbol->sy_flags.sy_local_symbol in emit_tilegx_instruction()
744 && operand_exp->X_add_symbol->sy_value.X_md) in emit_tilegx_instruction()
749 operand_exp = &operand_exp->X_add_symbol->sy_value; in emit_tilegx_instruction()
755 if (operand_exp->X_op != O_symbol in emit_tilegx_instruction()
756 || operand_exp->X_add_number != 0) in emit_tilegx_instruction()
766 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilegx_instruction()
767 operand_exp = &subexp; in emit_tilegx_instruction()
775 operand_exp, in emit_tilegx_instruction()