mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Added the LOOP family of instructions to the Intel
instruction tables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2125a03af
commit
7e6d727c9b
@ -660,6 +660,12 @@ def JNO : IBr<0x81, (ins brtarget:$dst), "jno\t$dst",
|
||||
[(X86brcond bb:$dst, X86_COND_NO, EFLAGS)]>, TB;
|
||||
} // Uses = [EFLAGS]
|
||||
|
||||
// Loop instructions
|
||||
|
||||
def LOOP : I<0xE2, RawFrm, (ins brtarget8:$dst), (outs), "loop\t$dst", []>;
|
||||
def LOOPE : I<0xE1, RawFrm, (ins brtarget8:$dst), (outs), "loope\t$dst", []>;
|
||||
def LOOPNE : I<0xE0, RawFrm, (ins brtarget8:$dst), (outs), "loopne\t$dst", []>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Call Instructions...
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user