Lines Matching refs:func_index
260 unsigned func_index;
269 func_index = -index;
270 func_index += opcode & ((1 << next_remain) - 1);
271 return func_index;
285 const int func_index = get_decode_index(dispatch_info, opcode);
287 return (func_index < 0)
289 : (void *) dispatch_info->dispatch_functions[func_index][swapped_version];
298 const int func_index = get_decode_index(dispatch_info, opcode);
300 if ((func_index >= 0)
301 && (dispatch_info->size_table[func_index][0] != 0)) {
303 dispatch_info->size_table[func_index][1];
305 data->bytes = dispatch_info->size_table[func_index][0];