aboutsummaryrefslogtreecommitdiff
path: root/opcodes/crx-opc.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-232004-12-23 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-2/+2
* crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
2004-11-292004-11-29 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-76/+92
* crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed. (no_op_insn): Initialize array with instructions that have no operands. * crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.
2004-11-052004-11-05 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-2/+2
* crx-opc.c (crx_optab): Rename 'arg_icr' to 'arg_idxr' for Index register mode. * crx-dis.c: Likewise.
2004-10-282004-10-27 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-9/+13
* crx-opc.c (REV_COP_INST): New macro, reverse operand order of COP_INST macro.
2004-10-27* crx-opc.c (crx_instruction): Update data structure according to the ↵Tomer Levi1-232/+237
rearrangement done in CRX opcode header file. (crx_regtab): Likewise. (crx_optab): Likewise. (crx_instruction): Reorder load/stor instructions, remove unsupported formats. support new Co-Processor instruction 'cpi'.
2004-10-252004-10-21 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-77/+75
* crx-opc.c (crx_instruction): Replace i3, i4, i5 with us3, us4, us5 (respectively). Remove unsupported 'popa' instruction. Reverse operands order in store co-processor instructions.
2004-10-07Add support for CRX co-processor opcodesNick Clifton1-20/+36
2004-09-03Add LD and GAS testsuites for CRX port.Nick Clifton1-6/+5
Fix several crx bugs.
2004-07-27Add CRX insns: pushx, popxNick Clifton1-11/+13
Add support to GAS for expressions which are the difference of two symbols
2004-07-07Add new port: crx-elfNick Clifton1-0/+674