Lines Matching refs:func_index
241 unsigned func_index;
249 func_index = -index;
250 func_index += opcode & ((1 << next_remain) - 1);
251 return func_index;
264 const int func_index = get_decode_index(dispatch_info, opcode);
266 return (func_index < 0)
269 dispatch_functions[func_index][swapped_version];
277 const int func_index = get_decode_index(dispatch_info, opcode);
279 if ((func_index >= 0)
280 && (dispatch_info->size_table[func_index][0] != 0)) {
281 const int var_offset = dispatch_info->size_table[func_index][1];
283 data->bytes = dispatch_info->size_table[func_index][0];