Lines Matching refs:X_op
282 expressionP->X_op = O_register; in register_name()
639 if (new_exp.X_op == O_constant) in i370_elf_suffix()
675 if (exp.X_op == O_symbol in i370_elf_cons()
1226 if (O_constant == baseaddr->X_op) in i370_make_relative()
1228 exx->X_op = O_symbol; in i370_make_relative()
1231 else if (O_symbol == baseaddr->X_op) in i370_make_relative()
1233 exx->X_op = O_subtract; in i370_make_relative()
1237 else if (O_uminus == baseaddr->X_op) in i370_make_relative()
1239 exx->X_op = O_add; in i370_make_relative()
1271 if (exx->X_op == O_constant in add_to_lit_pool()
1272 && literals[lit_count].exp.X_op == exx->X_op in add_to_lit_pool()
1578 if (O_big == exp->X_op) in i370_addr_cons()
1585 if ((exp->X_op != O_constant) && (exp->X_op != O_big)) in i370_addr_cons()
1739 if (O_constant != baseaddr.X_op in i370_using()
1740 && O_symbol != baseaddr.X_op in i370_using()
1741 && O_uminus != baseaddr.X_op) in i370_using()
1781 i370_using_text_baseaddr.X_op = O_absent; in i370_drop()
1794 i370_using_other_baseaddr.X_op = O_absent; in i370_drop()
2123 if (ex.X_op == O_illegal) in md_assemble()
2125 else if (ex.X_op == O_absent) in md_assemble()
2127 else if (ex.X_op == O_register) in md_assemble()
2129 else if (ex.X_op == O_constant) in md_assemble()