summaryrefslogtreecommitdiff
path: root/opcodes/v850-opc.c
Commit message (Expand)AuthorAgeFilesLines
* Correct ordering of args for cmov insn.Andrew Cagney1997-09-191-1/+1
* sanitization fixes. typoes, missing fences, "start" instead of "end", etc.Felix Lee1997-09-181-1/+0
* Further rearrangements of the opcodes.Nick Clifton1997-09-161-30/+51
* Entries in v850_opcodes reordered to put same named entries adjacent to each ...Nick Clifton1997-09-161-5/+13
* Add initialisation of the processors field of the v850_opcode structure.Nick Clifton1997-09-161-169/+162
* Fix v850 sanitization.Andrew Cagney1997-09-151-5/+7
* Removed v850 sanitization.Nick Clifton1997-09-031-0/+4
* Removed use of V850_OPERNAD_ADJUST_SHORT_MEMORY.Nick Clifton1997-09-021-38/+42
* Made immediate parameter of MOVHI be unsignedNick Clifton1997-08-261-1/+1
* Updated from specs in HDD-tool-0611 document.Nick Clifton1997-08-221-28/+37
* Moved divh opcodes next to each other.Nick Clifton1997-08-211-278/+582
* Set V850_OPERAND_ADJUST_SHORT_MEMORY flag on sst.{h,w}/sld.{h,w} instructionsMichael Meissner1996-12-311-2/+3
* * v850-opc.c (D9_RELAX): Renamed from D9, all referencesJeff Law1996-10-291-13/+20
* * v850-opc.c (v850_opcodes): Add "jCC" instructions (aliases forJeff Law1996-10-241-1/+26
* Add missing copyright.Jeff Law1996-10-031-5/+23
* * v850-dis.c (disassemble): Handle insertion of ',', '[' andJeff Law1996-08-311-80/+80
* * v850-dis.c (v850_reg_names): Define.Jeff Law1996-08-311-3/+3
* * v850-opc.c (insert_d8_7, extract_d8_7): New functions.Jeff Law1996-08-311-19/+79
* * v850-opc.c (insert_d16_15, extract_d16_15): New functions.Jeff Law1996-08-311-11/+45
* * v850-opc.c (insert_d9, insert_d22): Slightly improve errorJeff Law1996-08-311-1/+7
* * v850-opc.c: Add notes about needing special insert/extractJeff Law1996-08-311-0/+6
* * v850-opc.c (insert_d22, extract_d22): New functions.Jeff Law1996-08-311-2/+26
* * v850-opc.c (v850_operands): Add V850_OPERAND_SIGNED flagJ.T. Conklin1996-08-311-2/+2
* * v850-opc.c (v850_operands): Define SR2 operand.Jeff Law1996-08-301-1/+6
* * v850-opc.c (v850_opcodes): Fix opcode specs forJeff Law1996-08-291-5/+5
* * v850-opc.c (v850_opcodes): Add null opcode to mark theJeff Law1996-08-281-5/+13
* * v850-opc.c (v850_operands): Define EP operand.Jeff Law1996-08-231-5/+9
* * v850-opc.c (v850_opcodes): Fix opcode numbers for "mov"Jeff Law1996-08-231-7/+4
* * v850-opc.c (v850_opcodes): Get ld.[bhw] and st.[bhw]Jeff Law1996-08-231-9/+9
* * v850-opc.c (v850_operands): "not" is a two byte insn.Jeff Law1996-08-231-1/+1
* * v850-opc.c (v850_opcodes): Correct bit pattern for setf.Jeff Law1996-08-231-1/+1
* * v850-opc.c (v850_operands): D16 inserts at offset 16!Jeff Law1996-08-231-1/+1
* * v850-opc.c (two): Get order of words correct.Jeff Law1996-08-231-1/+1
* * v850-opc.c (v850_operands): I16 inserts at offset 16!Jeff Law1996-08-231-1/+1
* * v850-opc.c (v850_operands): Add "SR1" and "SR2" for systemJeff Law1996-08-231-2/+8
* * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. FixJeff Law1996-08-231-1/+1
* * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.Jeff Law1996-08-231-1/+1
* * v850-opc.c (v850_opcodes): Add initializer for size fieldJeff Law1996-08-231-84/+84
* * v850-opc.c (v850_operands): D6 -> DS7. References changed.Jeff Law1996-08-231-14/+21
* * v850-opc.c (v850_operansd): 3-bit immediate for bit insnsJeff Law1996-08-231-1/+1
* Add V850_OPERAND_SIGNED flag as appropriate, create new unsigned IMM5 operandJ.T. Conklin1996-08-231-8/+11
* * v850-opc.c (v850_opcodes): Correct short store half (sst.h) andJeff Law1996-08-231-1/+1
* start writing functions for extracting and inserting unusual operandsJ.T. Conklin1996-08-231-6/+37
* * v850-opc.c (v850_operands): Added insert and extract fields,J.T. Conklin1996-08-231-13/+15
* * v850-opc.c (v850_opcodes): Enable "trap".Jeff Law1996-08-221-2/+0
* * v850-opc.c (v850_opcodes): Fix order of displacementJeff Law1996-08-221-4/+4
* minimal setf supportJ.T. Conklin1996-08-221-1/+3
* Stub in load and store insns. Fix order of jarl operandsJ.T. Conklin1996-08-221-5/+19
* Arggh. B3. shift counts are from the start of each half-word apparently.Jeff Law1996-08-221-1/+1
* Fix thinko in B3.Jeff Law1996-08-221-1/+1