mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8042255118
commit
2b9f434908
@ -122,10 +122,10 @@ namespace llvm {
|
|||||||
/// operand produced by a CMP instruction.
|
/// operand produced by a CMP instruction.
|
||||||
SETCC,
|
SETCC,
|
||||||
|
|
||||||
/// X86 conditional moves. Operand 1 and operand 2 are the two values
|
/// X86 conditional moves. Operand 0 and operand 1 are the two values
|
||||||
/// to select from (operand 1 is a R/W operand). Operand 3 is the
|
/// to select from. Operand 2 is the condition code, and operand 3 is the
|
||||||
/// condition code, and operand 4 is the flag operand produced by a CMP
|
/// flag operand produced by a CMP or TEST instruction. It also writes a
|
||||||
/// or TEST instruction. It also writes a flag result.
|
/// flag result.
|
||||||
CMOV,
|
CMOV,
|
||||||
|
|
||||||
/// X86 conditional branches. Operand 1 is the chain operand, operand 2
|
/// X86 conditional branches. Operand 1 is the chain operand, operand 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user