mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
Fix an encoding bug.
llvm-svn: 91417
This commit is contained in:
parent
05651d4544
commit
32946d6aae
@ -1335,7 +1335,7 @@ def CMOVNO64rm : RI<0x41, MRMSrcMem, // if !overflow, GR64 = [mem64]
|
||||
|
||||
// Use sbb to materialize carry flag into a GPR.
|
||||
let Defs = [EFLAGS], Uses = [EFLAGS], isCodeGenOnly = 1 in
|
||||
def SETB_C64r : RI<0x19, MRMDestReg, (outs GR64:$dst), (ins),
|
||||
def SETB_C64r : RI<0x19, MRMInitReg, (outs GR64:$dst), (ins),
|
||||
"sbb{q}\t$dst, $dst",
|
||||
[(set GR64:$dst, (zext (X86setcc_c X86_COND_B, EFLAGS)))]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user