Lines Matching refs:operand_exp
425 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction() local
428 if (operand_exp->X_op == O_register in emit_tilepro_instruction()
429 || (operand_exp->X_op == O_constant && !is_pc_relative)) in emit_tilepro_instruction()
432 bits = insert_operand (bits, operand, operand_exp->X_add_number, in emit_tilepro_instruction()
444 switch (operand_exp->X_op) in emit_tilepro_instruction()
634 if (!operand_exp->X_add_symbol->sy_flags.sy_local_symbol in emit_tilepro_instruction()
635 && operand_exp->X_add_symbol->sy_value.X_md) in emit_tilepro_instruction()
640 operand_exp = &operand_exp->X_add_symbol->sy_value; in emit_tilepro_instruction()
646 if (operand_exp->X_op != O_symbol in emit_tilepro_instruction()
647 || operand_exp->X_add_number != 0) in emit_tilepro_instruction()
657 subexp.X_add_symbol = operand_exp->X_add_symbol; in emit_tilepro_instruction()
658 operand_exp = &subexp; in emit_tilepro_instruction()
666 operand_exp, in emit_tilepro_instruction()