summaryrefslogtreecommitdiff
path: root/include/opcode/crx.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the address and phone number of the FSF organizationNick Clifton2005-05-101-1/+1
|
* 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2004-11-291-49/+39
| | | | | | | | * opcode/crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4. Remove redundant instruction types. (struct argument): X_op - new field. (struct cst4_entry): Remove. (no_op_insn): Declare.
* 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2004-11-051-5/+4
| | | | * opcode/crx.h (enum argtype): Rename types, remove unused types.
* (enum reg): Rearrange registers, remove 'ccfg' and 'pc'.Tomer Levi2004-10-271-50/+77
| | | | | | | | | | | | (enum reg_type): Remove CRX_PC_REGTYPE, CRX_MTPR_REGTYPE. (enum operand_type): Rearrange operands, edit comments. replace us<N> with ui<N> for unsigned immediate. replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped displacements (respectively). replace rbase_ridx_scl2_dispu<N> with rindex_disps<N> for register index. (instruction type): Add NO_TYPE_INS. (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR. (operand_entry): New field - 'flags'. (operand flags): New.
* 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2004-10-251-3/+9
| | | | | * opcode/crx.h (operand_type): Remove redundant types i3, i4, i5, i8, i12. Add new unsigned immediate types us3, us4, us5, us16.
* Add support for CRX co-processor opcodesNick Clifton2004-10-071-3/+4
|
* Add new port: crx-elfNick Clifton2004-07-071-0/+395