Searched refs:inst_length (Results 1 – 2 of 2) sorted by relevance
1318 unsigned inst_length; in end_emit_instruction() local1332 inst_length = emit_get_num_tokens(emit) - emit->inst_start_token; in end_emit_instruction()1334 assert(inst_length > 0); in end_emit_instruction()1336 tokens[emit->inst_start_token].instructionLength = inst_length; in end_emit_instruction()
3548 int inst_length = Instruction::InstructionLength( in EVALUATE() local3554 << (8 * inst_length - 16); in EVALUATE()