Add a new operand type SPV_OPERAND_TYPE_MULTIWORD_LITERAL_NUMBER to represent those operands that can expand into multiple words. Now only OpConstant and OpSpecConstant have such kind of operand.
Put TestFixture.h classes in a namespace. Remove unused #includes.
This commit contains the source for the SPIRV static library, spirv-as, spirv-dis, and spirv-val tools.