add an fabs instr

llvm-svn: 21006
This commit is contained in:
Chris Lattner 2005-04-02 04:31:56 +00:00
parent a31d4c7548
commit 2d451658a6
1 changed files with 1 additions and 0 deletions

View File

@ -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...