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 …]
498 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() local501 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()[all …]