mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add a new cmove instruction
llvm-svn: 11722
This commit is contained in:
parent
ee3ef42726
commit
f9acb33dfd
@ -495,6 +495,7 @@ def SETGr : X86Inst<"setg" , 0x9F, MRMS0r, Arg8>, TB; // R8 = < s
|
||||
// register allocated to cmovXX XY, Z
|
||||
def CMOVErr16 : I2A16<"cmove", 0x44, MRMSrcReg>, TB, OpSize; // if ==, R16 = R16
|
||||
def CMOVNErr32: I2A32<"cmovne",0x45, MRMSrcReg>, TB; // if !=, R32 = R32
|
||||
def CMOVSrr32 : I2A32<"cmovs", 0x48, MRMSrcReg>, TB; // if signed, R32 = R32
|
||||
|
||||
// Integer comparisons
|
||||
def CMPrr8 : X86Inst<"cmp", 0x38, MRMDestReg, Arg8 >; // compare R8, R8
|
||||
|
Loading…
x
Reference in New Issue
Block a user