Assembler: mask expressions where 1 bits imply operands
authorDavid Neto <dneto@google.com>
Thu, 17 Sep 2015 21:06:10 +0000 (17:06 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit5bf88fcc95b996c34c14a58e6149368dd52669bb
tree06d2b7b9a527e884687b51b374419bcee9bbb1a7
parentfbf5cf459175cdcb0a39d9e83342059759595380
Assembler: mask expressions where 1 bits imply operands

Properly support a memory access mask with a combination
of bits, including the Aligned bit. When the Aligned bit is
set, the parser should expect an alignment value literal operand.
source/operand.cpp
source/operand.h
source/text.cpp
test/OperandPattern.cpp
test/TextToBinary.Memory.cpp