commit | 1780905ed341f3b5df8fd87774ed53d3aaaa280f | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Wed May 13 11:28:22 2015 -0400 |
committer | Alexis Hétu <sugoi@google.com> | Wed May 13 16:44:26 2015 +0000 |
tree | 9d96c0cf7ca459612a34e2060d62563ef22c8338 | |
parent | 8a93710a2f8838d5cb7c1cf864e12399bfca0bfa [diff] |
Adding bitwise operators to parser Added ~, %, &, |, ^, <<, >>, %=, &=, |=, ^=, <<=, >>= to the parser and related enums. Change-Id: Ic95b2362ec3a066ea5285b195bdcda9b6853fd3f Reviewed-on: https://swiftshader-review.googlesource.com/3120 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Alexis Hétu <sugoi@google.com>