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:
a92dc19
)
Add new cmovne32 instruction
author
Chris Lattner
<sabre@nondot.org>
Sun, 1 Jun 2003 00:05:15 +0000
(
00:05
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 1 Jun 2003 00:05:15 +0000
(
00:05
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6496
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.def
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.def
b/lib/Target/X86/X86InstrInfo.def
index 950ea537a9f51a201337f940ad50721c64e26db2..d2a537aae10744c3c8c6551cfbb1663d0be7072c 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.def
+++ b/
lib/Target/X86/X86InstrInfo.def
@@
-224,6
+224,7
@@
I(SETGr , "setg", 0x9F, 0, X86II::TB | X86II::MRMS0r, NoIR, N
// Conditional moves. These are modelled as X = cmovXX Y, Z. Eventually
// register allocated to cmovXX XY, Z
I(CMOVErr16 , "cmove", 0x44, M_2_ADDR_FLAG, X86II::TB | X86II::OpSize | X86II::MRMSrcReg, NoIR, NoIR) // if ==, R16 = R16
+I(CMOVNErr32 , "cmovne", 0x45, M_2_ADDR_FLAG, X86II::TB | X86II::MRMSrcReg, NoIR, NoIR) // if !=, R32 = R32
// Integer comparisons