Searched refs:operand_exp (Results 1 – 2 of 2) sorted by relevance
425 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction() local428 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()[all …]
499 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() local502 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()[all …]