Searched defs:jit_instr (Results 1 – 1 of 1) sorted by relevance
119 struct jit_instr { struct120 const struct tilegx_opcode* opcode; 121 tilegx_pipeline pipe;122 unsigned long input_registers;123 unsigned long output_registers;124 int operand_value[4];125 int line;