summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/include/opcode
AgeCommit message (Collapse)AuthorFilesLines
2015-11-09Start moving some vmm things into the tree. First up is binutils so we willmlarkin1-0/+31
be able to use the virtualization instructions. ok'ed a long time ago, I forgot who, but deraadt@ ok'ed it again anyway.
2014-11-19Bring in a change present in binutils 2.17 to allow sahf/lahfjsg1-2/+2
instructions on amd64. ok deraadt@ miod@ mlarkin@
2014-08-20Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17guenther1-0/+1
Request and testing by krw@
2014-04-06Add the missing addressing modes for the fucomip instruction. Surprisingly,miod1-0/+2
fucompi was correct. Unbreaks www/webkit on i386. ok sthen@
2014-03-13Add a few more instruction patterns that are apparently needed by gcc 4.8.kettenis1-13/+16
Taken from binutils 2.17. ok guenther@
2014-02-09Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,guenther1-0/+7
xrstor, and xsaveopt. based on kettenis's original that did xgetbv and xsetbv ok kettenis@
2012-10-18Add support for stac/clac instructions to manipulate the flagjsg1-0/+4
that controls the behaviour of Intel's Supervisor Mode Access Prevention (SMAP) feature. 'looks correct' miod@ ok deraadt@
2012-09-03Teach as(1) about rdrand on i386/amd64.kettenis1-0/+3
ok jsg@
2012-01-05Teach as(4) about cmpxchg16b on amd64.kettenis1-0/+1
ok miod@
2010-06-11Add support for Intel AES-NI and the CLMUL_ instructions, plus a few othersthib1-0/+18
that are needed to omplement accelerated AES (and AES-GCM mode) on newer Intel cores. Diff from Mike Belopuhov. no objections/ok miod@
2010-02-03Add a new option to the mips64 gas, -mfix-loongson2f-btb. This optionmiod1-0/+4
is intended to be used when compiling kernel code which will run on a Loongson 2E or 2F processor, and inserts an explicit BTB clear operation before every jump through a register (jr or jalr instructions), unless that register is k0 or k1, or we are in .set noat. This is a reliable, although aggressive, workaround for the misbehaviour of the branch prediction engine of many Loongson 2F processors with regard to the Branch Translation Buffer, for which an official errata has yet to be published, and for which the Loongson suggested workaround apparently only works due to pipeline side effects, but requires all the executable kernel code to be located in CKSEG0/CKSEG1. These changes are inspired by a backport of the Loongson binutils 2.19 patch to binutils 2.18; the idea of doing an aggressive BTB clear is mine. This causes no functional change to code compiled without the -mfix-loongson2f-btb option. ``looks reasonable'' kettenis@
2006-05-18add some more xcrypt & co opcodeshshoexer1-0/+6
ok deraadt
2004-11-02Merge conflicts, bringing our changes back in:miod9-3514/+1975
- extra $(SHELL) and sugar for make (so that files not mode +x still work) - safer temp file handling - our W^X binary layout changes in ld - OpenBSD policy for library file selection in ld - arm and m88k changes which were not merged in time for official 2.15 - bfd core file handling - a couple typos New for 2.15: - ld(1) and as(1) manpages now generated at build time - binutils/stabs.c reverted to use our in-tree libiberty for now - we still use our VIA C3 crypto code over stock binutils, as it recognizes more instructions - new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi - relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14) Tested on all platforms by various people; special thanks to sturm@ and otto@.
2004-11-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.miod13-212/+3317
2004-05-17Resolve merge conflicts, adjust method of W^X handing (.sh files)drahn12-1176/+1323
remove testsuites (not useable) remove mmalloc (not part of new binutils).
2004-05-17import binutils 2.14 (excluding testsuites, .info files, and .po files)drahn19-66/+2203
2004-02-01Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions foundderaadt1-0/+7
in VIA C3 cpus. Very simple encoding: 0f a7 {c0, c8, d0, e0, d8}. This change is placed into the public domain, so someone get it back to FSF
2002-05-13resolve conflicts.fgsch10-1215/+1953
2002-05-13Import binutils-2.11.2fgsch23-445/+2062
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2000-09-12Resolve other problems that dumb cvs can't find out by itself.espie1-10/+14
(trivial part done, `interesting' patches remain)
2000-09-12Help stupid cvs fixing basic conflicts.espie8-1279/+3509
2000-09-12Import binutils-2.10espie11-427/+3162
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
1998-08-114 more instructions; some registers needed, but numbers are ok anywaymickey1-0/+4
1997-05-29Import of binutils-2.8.1 from Cygnus/FSFniklas4-4/+918
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsniklas4-1/+236
1996-11-19Import of 961112 Cygnus binutils+gas+ld+gdb+gprofniklas2-267/+14
1996-09-04Merge the Cygnus 960904 sourcesniklas5-64/+195
1996-09-04Import of binutils, gas, ld & gprof from Cygnus 960904 treeniklas4-12/+273
1996-06-07(Correct) Import of Cygnus binutils snapshot taken 960607niklas5-64/+294
1996-01-08Initial GNU binutils 2.6 importniklas21-0/+10342