mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
4ec0f60807
This commit serializes the implicit flag for the register machine operands. It introduces two new keywords into the machine instruction syntax: 'implicit' and 'implicit-def'. The 'implicit' keyword is used for the implicit register operands, and the 'implicit-def' keyword is used for the register operands that have both the implicit and the define flags set. Reviewers: Duncan P. N. Exon Smith Differential Revision: http://reviews.llvm.org/D10709 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241519 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
expected-machine-operand.mir | ||
expected-number-after-bb.mir | ||
expected-register-after-flags.mir | ||
global-value-operands.mir | ||
immediate-operands.mir | ||
implicit-register-flag.mir | ||
large-index-number-error.mir | ||
lit.local.cfg | ||
machine-basic-block-operands.mir | ||
machine-instructions.mir | ||
missing-comma.mir | ||
missing-instruction.mir | ||
named-registers.mir | ||
null-register-operands.mir | ||
register-mask-operands.mir | ||
undefined-global-value.mir | ||
undefined-named-global-value.mir | ||
unknown-instruction.mir | ||
unknown-machine-basic-block.mir | ||
unknown-named-machine-basic-block.mir | ||
unknown-register.mir | ||
unrecognized-character.mir |