aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-04 * ppc-opc.c: Convert to C90, removing unnecessary prototypes andAlan Modra1-267/+218
2003-07-04 * ppc-opc.c: Remove PARAMS from prototypes.Alan Modra1-111/+123
2003-06-10Add "attn", "lq" and "stq" power4 insns.Alan Modra1-4/+116
2003-03-17 Fix formatting. Update copyright date.Nick Clifton1-63/+62
2003-03-14ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.Daniel Jacobowitz1-0/+1
2003-01-08 * ppc-opc.c (powerpc_macros <extrwi>): Accept a shift of 32.Alan Modra1-2/+2
2002-12-052002-12-05 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-49/+2
2002-12-05 * ppc-opc.c: Move mbar and msync up. Change mask for mbar andAldy Hernandez1-2/+2
2002-12-042002-11-25 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-8/+0
2002-12-042002-12-04 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-274/+245
2002-11-082002-11-07 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-1/+1
2002-11-072002-11-07 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-2/+2
2002-11-072002-11-06 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-4/+4
2002-09-20Allow CRFS and CRFD operands to accept CR register namesNick Clifton1-2/+2
2002-09-13Fix Book-E opcodesNick Clifton1-272/+367
2002-09-04Do not insert non-BookE32 instructions into the hash table if the target cpuNick Clifton1-2/+2
2002-09-04The BookE implementations of the TLBWE and TLBRE instructions do not take anyNick Clifton1-3/+3
2002-08-192002-08-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-6/+507
2002-05-09 * ppc-opc.c: Add "tlbiel" for POWER4.Alan Modra1-0/+2
2002-05-01 * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.Alan Modra1-0/+2
2002-04-17 * gas/ppc/altivec.d: Fix dssall test.Matthew Green1-1/+1
2002-04-04 * dep-in.sed: Cope with absolute paths.Alan Modra1-1/+1
2002-03-23* ppc-opc.c (vmaddfp): Fix operand order.Matthew Green1-1/+1
2002-03-21 * ppc-opc.c: Add optional field to mtmsrd.Alan Modra1-1/+8
2002-03-13 * ppc-opc.c: Add optional `L' field to tlbie.Alan Modra1-1/+4
2002-02-25 * ppc-dis.c (powerpc_dialect): Handle power4 option.Alan Modra1-313/+315
2002-02-21XCOFF booke tests. Fix tlbre, tlbwe ppc WS field.Tom Rix1-2/+8
2001-12-18* ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.Matthew Green1-1/+1
2001-11-17* ppc-opc.c (mfvrsave, mtvrsave): New instructions.Matthew Green1-0/+2
2001-11-15binutils/ChangeLogAlan Modra1-541/+809
2001-10-20 * ppc-opc.c (CT): Make it an optional operand.Alan Modra1-1/+1
2001-10-17[gas/ChangeLog]Matthew Green1-2/+20
2001-10-14[gas/testsuite/ChangeLog]Matthew Green1-5/+23
2001-10-13[gas/ChangeLog]Matthew Green1-15/+248
2001-09-14Fix VXA mask bitsNick Clifton1-2/+2
2001-08-28 * ppc-opc.c (icbt): Order correctly.Matthew Green1-2/+2
2001-08-27 * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.Alan Modra1-8/+29
2001-08-10Revert 2001-08-08 changes.Alan Modra1-79/+72
2001-08-08 * ppc.h (struct powerpc_operand): New field `reloc'.Alan Modra1-72/+79
2001-07-03Fix encoding of clf instructionNick Clifton1-1/+1
2001-05-14* ppc-opc.c (powerpc_opcodes): Fixed extended opcode field ofJ.T. Conklin1-19/+19
2001-03-30* ppc-opc.c (insert_mbe): Shift mask initializer as long.Alexandre Oliva1-1/+1
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+2
2000-08-31In src/gas/ChangeLog:Geoffrey Keating1-10/+138
2000-08-242000-08-24 David Edelsohn <dje@watson.ibm.com>Geoffrey Keating1-0/+8
2000-07-09* ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.Geoffrey Keating1-1/+1
2000-05-10* ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodesGeoffrey Keating1-363/+363
2000-05-03* ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, forJ.T. Conklin1-0/+223
2000-04-14More portability patches. Include sysdep.h everywhere.Alan Modra1-1/+1
2000-04-02 * disassemble.c (disassembler_usage): Don't use a prototype. MarkIan Lance Taylor1-23/+23