Lines Matching refs:WebAssembly

77   if (MI.getOpcode() == WebAssembly::BR_TABLE_I32_S ||  in encodeInstruction()
78 MI.getOpcode() == WebAssembly::BR_TABLE_I64_S) in encodeInstruction()
80 if (MI.getOpcode() == WebAssembly::BR_TABLE_I32 || in encodeInstruction()
81 MI.getOpcode() == WebAssembly::BR_TABLE_I64) in encodeInstruction()
96 case WebAssembly::OPERAND_I32IMM: in encodeInstruction()
99 case WebAssembly::OPERAND_OFFSET32: in encodeInstruction()
102 case WebAssembly::OPERAND_I64IMM: in encodeInstruction()
105 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
108 case WebAssembly::OPERAND_VEC_I8IMM: in encodeInstruction()
111 case WebAssembly::OPERAND_VEC_I16IMM: in encodeInstruction()
114 case WebAssembly::OPERAND_VEC_I32IMM: in encodeInstruction()
117 case WebAssembly::OPERAND_VEC_I64IMM: in encodeInstruction()
120 case WebAssembly::OPERAND_GLOBAL: in encodeInstruction()
131 if (Info.OperandType == WebAssembly::OPERAND_F32IMM) { in encodeInstruction()
137 assert(Info.OperandType == WebAssembly::OPERAND_F64IMM); in encodeInstruction()
147 case WebAssembly::OPERAND_I32IMM: in encodeInstruction()
148 FixupKind = MCFixupKind(WebAssembly::fixup_code_sleb128_i32); in encodeInstruction()
150 case WebAssembly::OPERAND_I64IMM: in encodeInstruction()
151 FixupKind = MCFixupKind(WebAssembly::fixup_code_sleb128_i64); in encodeInstruction()
154 case WebAssembly::OPERAND_FUNCTION32: in encodeInstruction()
155 case WebAssembly::OPERAND_OFFSET32: in encodeInstruction()
156 case WebAssembly::OPERAND_TYPEINDEX: in encodeInstruction()
157 case WebAssembly::OPERAND_GLOBAL: in encodeInstruction()
158 case WebAssembly::OPERAND_EVENT: in encodeInstruction()
159 FixupKind = MCFixupKind(WebAssembly::fixup_code_uleb128_i32); in encodeInstruction()