Skip to content

Commit

Permalink
[X86] Adding FFREEP instruction.
Browse files Browse the repository at this point in the history
Summary: Small change to get the FREEP instruction to decode properly.

Reviewers: craig.topper

Reviewed By: craig.topper

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D29193

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293314 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
cray-arxan committed Jan 27, 2017
1 parent 38a02f0 commit 8a25ec8
Show file tree
Hide file tree
Showing 3 changed files with 11,839 additions and 11,808 deletions.
3 changes: 3 additions & 0 deletions lib/Target/X86/X86InstrFPStack.td
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,9 @@ let Defs = [FPSW] in
def FNINIT : I<0xDB, MRM_E3, (outs), (ins), "fninit", [], IIC_FNINIT>;
def FFREE : FPI<0xDD, MRM0r, (outs), (ins RST:$reg),
"ffree\t$reg", IIC_FFREE>;
def FFREEP : FPI<0xDF, MRM0r, (outs), (ins RST:$reg),
"ffreep\t$reg", IIC_FFREE>;

// Clear exceptions

let Defs = [FPSW] in
Expand Down
Loading

0 comments on commit 8a25ec8

Please sign in to comment.