x86-64: Decode FS: instruction prefix
commitcf581cdca27885a72a57f8580a4e8093ed84c129
authorDouglas Katzman <dougk@google.com>
Wed, 9 Aug 2017 18:17:53 +0000 (9 14:17 -0400)
committerDouglas Katzman <dougk@google.com>
Wed, 9 Aug 2017 18:17:53 +0000 (9 14:17 -0400)
tree5ca635151add4b373cbebede4150dd4375c71567
parent5a36bb12fc6aea1dbbb8bdeb98135869f5afd702
x86-64: Decode FS: instruction prefix

Makes it possible to disassemble foreign code using __thread storage
without randomly losing sync.
src/compiler/x86-64/insts.lisp
src/compiler/x86-64/target-insts.lisp
tests/assembler.pure.lisp