Searched defs:jit_instr (Results 1 – 1 of 1) sorted by relevance
117 struct jit_instr { struct118 const struct tilegx_opcode* opcode; 119 tilegx_pipeline pipe;120 unsigned long input_registers;121 unsigned long output_registers;122 int operand_value[4];123 int line;
Completed in 23 milliseconds