Lines Matching refs:WebAssembly
85 if (MI.getOpcode() == WebAssembly::BR_TABLE_I32_S || in encodeInstruction()
86 MI.getOpcode() == WebAssembly::BR_TABLE_I64_S) in encodeInstruction()
88 if (MI.getOpcode() == WebAssembly::BR_TABLE_I32 || in encodeInstruction()
89 MI.getOpcode() == WebAssembly::BR_TABLE_I64) in encodeInstruction()
104 case WebAssembly::OPERAND_I32IMM: in encodeInstruction()
107 case WebAssembly::OPERAND_OFFSET32: in encodeInstruction()
110 case WebAssembly::OPERAND_I64IMM: in encodeInstruction()
113 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
114 case WebAssembly::OPERAND_VEC_I8IMM: in encodeInstruction()
118 case WebAssembly::OPERAND_VEC_I16IMM: in encodeInstruction()
122 case WebAssembly::OPERAND_VEC_I32IMM: in encodeInstruction()
126 case WebAssembly::OPERAND_VEC_I64IMM: in encodeInstruction()
130 case WebAssembly::OPERAND_GLOBAL: in encodeInstruction()
153 case WebAssembly::OPERAND_I32IMM: in encodeInstruction()
154 FixupKind = MCFixupKind(WebAssembly::fixup_sleb128_i32); in encodeInstruction()
156 case WebAssembly::OPERAND_I64IMM: in encodeInstruction()
157 FixupKind = MCFixupKind(WebAssembly::fixup_sleb128_i64); in encodeInstruction()
160 case WebAssembly::OPERAND_FUNCTION32: in encodeInstruction()
161 case WebAssembly::OPERAND_TABLE: in encodeInstruction()
162 case WebAssembly::OPERAND_OFFSET32: in encodeInstruction()
163 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
164 case WebAssembly::OPERAND_TYPEINDEX: in encodeInstruction()
165 case WebAssembly::OPERAND_GLOBAL: in encodeInstruction()
166 case WebAssembly::OPERAND_TAG: in encodeInstruction()
167 FixupKind = MCFixupKind(WebAssembly::fixup_uleb128_i32); in encodeInstruction()
169 case WebAssembly::OPERAND_OFFSET64: in encodeInstruction()
170 FixupKind = MCFixupKind(WebAssembly::fixup_uleb128_i64); in encodeInstruction()