Searched refs:inst_buf (Results 1 – 1 of 1) sorted by relevance
514 struct jit_instr inst_buf[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; variable530 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]); in insert_nop()533 inst_buf[0].opcode = opcode; in insert_nop()534 inst_buf[0].pipe = get_any_valid_pipe(opcode); in insert_nop()535 inst_buf[0].input_registers = 0; in insert_nop()536 inst_buf[0].output_registers = 0; in insert_nop()537 inst_buf[0].line = line; in insert_nop()544 inst_buf[0].opcode->pipes, in compute_format()545 inst_buf[1].opcode->pipes, in compute_format()546 (inst_buf_index == 3 ? inst_buf[2].opcode->pipes : (1 << NO_PIPELINE))); in compute_format()[all …]