llvm-6502/test/MC/X86
Chad Rosier 8915e27704 [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
This is complicated by backward labels (e.g., 0b can be both a backward label
and a binary zero).  The current implementation assumes [0-9]b is always a
label and thus it's possible for 0b and 1b to not be interpreted correctly for
ms-style inline assembly.  However, this is relatively simple to fix in the
inline assembly (i.e., drop the [bB]).

This patch also limits backward labels to [0-9]b, so that only 0b and 1b are
ambiguous.
Part of rdar://12470373


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174983 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-12 18:29:02 +00:00
..
AlignedBundling [MC] Bundle alignment: Invalidate relaxed fragments 2013-02-05 17:55:27 +00:00
3DNow.s
2011-09-06-NoNewline.s
address-size.s
gnux32-dwarf-gen.s
intel-syntax-2.s
intel-syntax-binary.s [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. 2013-02-12 18:29:02 +00:00
intel-syntax-encoding.s
intel-syntax-hex.s [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix. 2013-02-12 01:00:01 +00:00
intel-syntax.s
lit.local.cfg
padlock.s
shuffle-comments.s Merge SSE and AVX shuffle instructions in the comment printer. 2013-01-29 07:54:31 +00:00
x86_64-avx-clmul-encoding.s
x86_64-avx-encoding.s
x86_64-bmi-encoding.s
x86_64-encoding.s
x86_64-fma3-encoding.s
x86_64-fma4-encoding.s
x86_64-imm-widths.s
x86_64-rtm-encoding.s
x86_64-sse4a.s
x86_64-xop-encoding.s
x86_directives.s
x86_errors.s
x86_nop.s
x86_operands.s
x86-32-avx.s
x86-32-coverage.s
x86-32-fma3.s
x86-32-ms-inline-asm.s
x86-32.s
x86-64.s