| 223 | } |
| 224 | |
| 225 | spv_result_t AssemblyGrammar::parseMaskOperand(const spv_operand_type_t type, |
| 226 | const char* textValue, |
| 227 | uint32_t* pValue) const { |
| 228 | return spvTextParseMaskOperand(type, textValue, pValue); |
| 229 | } |
| 230 | |
| 231 | void AssemblyGrammar::pushOperandTypesForMask( |
| 232 | const spv_operand_type_t type, const uint32_t mask, |