Lines Matching refs:X_add_number

677   exp.X_add_number = c;  in tic4x_emit_char()
842 exp.X_add_number &= 255; in tic4x_cons()
845 exp.X_add_number &= 65535; in tic4x_cons()
898 exp.X_add_number &= 255; /* Limit number to 8-bit */ in tic4x_stringer()
1425 operand->disp = operand->expr.X_add_number; in tic4x_indirect_parse()
1443 if (operand->expr.X_add_number != REG_IR0 in tic4x_indirect_parse()
1444 && operand->expr.X_add_number != REG_IR1) in tic4x_indirect_parse()
1450 if (*n == 'y' && operand->expr.X_add_number == REG_IR0) in tic4x_indirect_parse()
1452 if (*n == 'z' && operand->expr.X_add_number == REG_IR1) in tic4x_indirect_parse()
1525 if (exp->X_add_number) in tic4x_operand_parse()
1548 if (exp->X_add_number > 0) in tic4x_operand_parse()
1573 if (exp->X_add_number < 0) in tic4x_operand_parse()
1575 (long) exp->X_add_number); in tic4x_operand_parse()
1591 operand->expr.X_add_number = tic4x_indirects[i].modn; in tic4x_operand_parse()
1594 if (operand->expr.X_add_number < 0x08 && !operand->disp) in tic4x_operand_parse()
1595 operand->expr.X_add_number = 0x18; in tic4x_operand_parse()
1614 if (exp->X_add_number > 0) in tic4x_operand_parse()
1686 if( ( IS_CPU_TIC4X (tic4x_cpu) && exp->X_add_number <= 65535 ) in tic4x_operands_match()
1687 || ( IS_CPU_TIC3X (tic4x_cpu) && exp->X_add_number <= 255 ) ) in tic4x_operands_match()
1689 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
1696 (long) exp->X_add_number); in tic4x_operands_match()
1715 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
1729 reg = exp->X_add_number; in tic4x_operands_match()
1746 if (exp->X_add_number < (1 << 24)) in tic4x_operands_match()
1748 INSERTU (opcode, exp->X_add_number, 23, 0); in tic4x_operands_match()
1755 (long) exp->X_add_number); in tic4x_operands_match()
1779 if (operand->expr.X_add_number != 0 in tic4x_operands_match()
1780 && operand->expr.X_add_number != 0x18) in tic4x_operands_match()
1794 INSERTU (opcode, exp->X_add_number, 7, 0); in tic4x_operands_match()
1800 reg = exp->X_add_number; in tic4x_operands_match()
1824 sprintf (string, "%d.0", (int) exp->X_add_number); in tic4x_operands_match()
1834 INSERTU (opcode, exp->X_add_number, 15, 8); in tic4x_operands_match()
1840 reg = exp->X_add_number; in tic4x_operands_match()
1855 reg = exp->X_add_number; in tic4x_operands_match()
1870 reg = exp->X_add_number; in tic4x_operands_match()
1891 INSERTU (opcode, operand->expr.X_add_number, 7, 3); in tic4x_operands_match()
1898 reg = exp->X_add_number; in tic4x_operands_match()
1919 INSERTU (opcode, operand->expr.X_add_number, 15, 11); in tic4x_operands_match()
1925 reg = exp->X_add_number; in tic4x_operands_match()
1939 reg = exp->X_add_number; in tic4x_operands_match()
1953 reg = exp->X_add_number; in tic4x_operands_match()
1967 reg = exp->X_add_number; in tic4x_operands_match()
1984 if (operand->expr.X_add_number != 0 in tic4x_operands_match()
1985 && operand->expr.X_add_number != 0x18) in tic4x_operands_match()
2002 if (exp->X_add_number >= -32768 && exp->X_add_number <= 32767) in tic4x_operands_match()
2004 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
2011 (long) exp->X_add_number); in tic4x_operands_match()
2024 reg = exp->X_add_number; in tic4x_operands_match()
2031 reg = exp->X_add_number; in tic4x_operands_match()
2046 reg = exp->X_add_number; in tic4x_operands_match()
2053 reg = exp->X_add_number; in tic4x_operands_match()
2077 if (exp->X_add_number >= -32768 && exp->X_add_number <= 65535) in tic4x_operands_match()
2079 INSERTS (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
2086 (long) exp->X_add_number); in tic4x_operands_match()
2119 if (exp->X_add_number < 16 && exp->X_add_number >= -16) in tic4x_operands_match()
2121 INSERTS (opcode, exp->X_add_number, 20, 16); in tic4x_operands_match()
2128 (long) exp->X_add_number); in tic4x_operands_match()
2140 if (exp->X_add_number < (1 << 16) && exp->X_add_number >= 0) in tic4x_operands_match()
2142 INSERTU (opcode, exp->X_add_number, 15, 0); in tic4x_operands_match()
2149 (long) exp->X_add_number); in tic4x_operands_match()
2173 if (exp->X_add_number < 512 && IS_CPU_TIC4X (tic4x_cpu)) in tic4x_operands_match()
2175 INSERTU (opcode, exp->X_add_number, 8, 0); in tic4x_operands_match()
2178 else if (exp->X_add_number < 32 && IS_CPU_TIC3X (tic4x_cpu)) in tic4x_operands_match()
2180 INSERTU (opcode, exp->X_add_number | 0x20, 5, 0); in tic4x_operands_match()
2187 (long) exp->X_add_number); in tic4x_operands_match()
2208 if (exp->X_add_number >= -256 && exp->X_add_number <= 127) in tic4x_operands_match()
2210 INSERTS (opcode, exp->X_add_number, 7, 0); in tic4x_operands_match()
2217 (long) exp->X_add_number); in tic4x_operands_match()
2229 reg = exp->X_add_number; in tic4x_operands_match()
2243 reg = exp->X_add_number; in tic4x_operands_match()
2257 reg = exp->X_add_number; in tic4x_operands_match()
2273 INSERTU (opcode, operand->expr.X_add_number, 15, 11); in tic4x_operands_match()
2321 && tinsn->operands[0].expr.X_add_number == tinsn->operands[1].expr.X_add_number ) in tic4x_insn_check()
2336 …&& tinsn->operands[1].expr.X_add_number == tinsn->operands[tinsn->num_operands-1].expr.X_add_numbe… in tic4x_insn_check()