projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27eeb00
)
add fnegabs op
author
Duraid Madina
<duraid@octopus.com.au>
Sat, 2 Apr 2005 10:06:27 +0000
(10:06 +0000)
committer
Duraid Madina
<duraid@octopus.com.au>
Sat, 2 Apr 2005 10:06:27 +0000
(10:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21022
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64InstrInfo.td
b/lib/Target/IA64/IA64InstrInfo.td
index 60166ab9e0f055866363d3b39ce06e602f255d50..70ba649127eb15bdb343d4a8e7f76bd23123ded5 100644
(file)
--- a/
lib/Target/IA64/IA64InstrInfo.td
+++ b/
lib/Target/IA64/IA64InstrInfo.td
@@
-231,6
+231,8
@@
def FABS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
"fabs $dst = $src;;">;
def FNEG : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
"fneg $dst = $src;;">;
+def FNEGABS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src),
+ "fnegabs $dst = $src;;">;
def CFMAS1 : AForm<0x03, 0x0b,
(ops FP:$dst, FP:$src1, FP:$src2, FP:$src3, PR:$qp),