Lines Matching refs:WebAssembly
80 if (MI.getOpcode() == WebAssembly::BR_TABLE_I32_S || in encodeInstruction()
81 MI.getOpcode() == WebAssembly::BR_TABLE_I64_S) in encodeInstruction()
83 if (MI.getOpcode() == WebAssembly::BR_TABLE_I32 || in encodeInstruction()
84 MI.getOpcode() == WebAssembly::BR_TABLE_I64) in encodeInstruction()
99 case WebAssembly::OPERAND_I32IMM: in encodeInstruction()
102 case WebAssembly::OPERAND_OFFSET32: in encodeInstruction()
105 case WebAssembly::OPERAND_I64IMM: in encodeInstruction()
108 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
109 case WebAssembly::OPERAND_VEC_I8IMM: in encodeInstruction()
112 case WebAssembly::OPERAND_VEC_I16IMM: in encodeInstruction()
115 case WebAssembly::OPERAND_VEC_I32IMM: in encodeInstruction()
118 case WebAssembly::OPERAND_VEC_I64IMM: in encodeInstruction()
121 case WebAssembly::OPERAND_GLOBAL: in encodeInstruction()
141 case WebAssembly::OPERAND_I32IMM: in encodeInstruction()
142 FixupKind = MCFixupKind(WebAssembly::fixup_sleb128_i32); in encodeInstruction()
144 case WebAssembly::OPERAND_I64IMM: in encodeInstruction()
145 FixupKind = MCFixupKind(WebAssembly::fixup_sleb128_i64); in encodeInstruction()
148 case WebAssembly::OPERAND_FUNCTION32: in encodeInstruction()
149 case WebAssembly::OPERAND_TABLE: in encodeInstruction()
150 case WebAssembly::OPERAND_OFFSET32: in encodeInstruction()
151 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
152 case WebAssembly::OPERAND_TYPEINDEX: in encodeInstruction()
153 case WebAssembly::OPERAND_GLOBAL: in encodeInstruction()
154 case WebAssembly::OPERAND_TAG: in encodeInstruction()
155 FixupKind = MCFixupKind(WebAssembly::fixup_uleb128_i32); in encodeInstruction()
157 case WebAssembly::OPERAND_OFFSET64: in encodeInstruction()
158 FixupKind = MCFixupKind(WebAssembly::fixup_uleb128_i64); in encodeInstruction()