AVX-512: Remember the position of operand with broadcast or embedded rounding
commite3a06b9d0a12a7a9ac9143d631717223097849b7
authorJin Kyu Song <jin.kyu.song@intel.com>
Thu, 29 Aug 2013 02:15:23 +0000 (28 19:15 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 29 Aug 2013 06:03:02 +0000 (29 10:03 +0400)
tree61bde6ad906fd7695f54fda49fc82add5650d5ff
parentfe0ee08586f9cb31e8bc52200818a5bbb9d4c149
AVX-512: Remember the position of operand with broadcast or embedded rounding

It was not so straight forward to find the postion of operand that has
a broadcasting, embedded rounding mode or SAE (Suppress All Exceptions)
decorator out from operands types or bytecode.
Remebering the postion of the operand of interest in the parser reduces
the burden that assembler looks through the operands.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c
nasm.h
parser.c