summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-02 04:31:56 +0000
committerChris Lattner <sabre@nondot.org>2005-04-02 04:31:56 +0000
commit2d451658a619807d0c8c54974f8286db739421d2 (patch)
treeb3c7bd1d7b57e8a91bad03e2ee0b0e6b70a5187f /llvm/lib
parenta31d4c7548e0f43e07ea59b6cd90e28809496664 (diff)
downloadbcm5719-llvm-2d451658a619807d0c8c54974f8286db739421d2.tar.gz
bcm5719-llvm-2d451658a619807d0c8c54974f8286db739421d2.zip
add an fabs instr
llvm-svn: 21006
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 285a806de7e..53bad1becd6 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -1523,6 +1523,7 @@ def FLD1 : FPI<0xE8, RawFrm, ZeroArgFP, (ops), "fld1">, D9;
// Unary operations...
def FCHS : FPI<0xE0, RawFrm, OneArgFPRW, (ops), "fchs">, D9; // f1 = fchs f2
+def FABS : FPI<0xE1, RawFrm, OneArgFPRW, (ops), "fabs">, D9; // f1 = fabs f2
def FTST : FPI<0xE4, RawFrm, OneArgFP, (ops), "ftst">, D9; // ftst ST(0)
// Binary arithmetic operations...
OpenPOWER on IntegriCloud