Searched refs:WebAssemblyOperand (Results 1 – 1 of 1) sorted by relevance
40 struct WebAssemblyOperand : public MCParsedAsmOperand { struct81 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) in WebAssemblyOperand() function84 ~WebAssemblyOperand() { in ~WebAssemblyOperand() argument334 Operands.push_back(make_unique<WebAssemblyOperand>( in parseSingleInteger()336 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()360 WebAssemblyOperand::IntOp{0})); in parseOperandStartingWithInteger()369 WebAssemblyOperand::Integer, NameLoc, NameLoc, in addBlockTypeOperand()402 WebAssemblyOperand::TokOp{Name})); in ParseInstruction()471 WebAssemblyOperand::SymOp{Val})); in ParseInstruction()492 WebAssemblyOperand::FltOp{Val})); in ParseInstruction()[all …]