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