Lines Matching refs:WebAssembly
150 outs() << WebAssembly::anyTypeToString(Type); in onSymbolStart()
197 case WebAssembly::OPERAND_BASIC_BLOCK: in getInstruction()
198 case WebAssembly::OPERAND_LOCAL: in getInstruction()
199 case WebAssembly::OPERAND_GLOBAL: in getInstruction()
200 case WebAssembly::OPERAND_FUNCTION32: in getInstruction()
201 case WebAssembly::OPERAND_TABLE: in getInstruction()
202 case WebAssembly::OPERAND_OFFSET32: in getInstruction()
203 case WebAssembly::OPERAND_OFFSET64: in getInstruction()
204 case WebAssembly::OPERAND_P2ALIGN: in getInstruction()
205 case WebAssembly::OPERAND_TYPEINDEX: in getInstruction()
206 case WebAssembly::OPERAND_TAG: in getInstruction()
213 case WebAssembly::OPERAND_I32IMM: in getInstruction()
214 case WebAssembly::OPERAND_I64IMM: { in getInstruction()
220 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
229 MCOperand::createImm(int64_t(WebAssembly::BlockType::Invalid))); in getInstruction()
245 case WebAssembly::OPERAND_F32IMM: { in getInstruction()
250 case WebAssembly::OPERAND_F64IMM: { in getInstruction()
256 case WebAssembly::OPERAND_VEC_I8IMM: { in getInstruction()
261 case WebAssembly::OPERAND_VEC_I16IMM: { in getInstruction()
266 case WebAssembly::OPERAND_VEC_I32IMM: { in getInstruction()
271 case WebAssembly::OPERAND_VEC_I64IMM: { in getInstruction()
276 case WebAssembly::OPERAND_BRLIST: { in getInstruction()