Lines Matching refs:inst_size
283 sljit_si inst_size; in emit_x86_instruction() local
298 inst_size = size; in emit_x86_instruction()
301 inst_size++; in emit_x86_instruction()
303 inst_size++; in emit_x86_instruction()
306 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
309 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
313 inst_size += sizeof(sljit_sb); in emit_x86_instruction()
315 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
322 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
329 inst_size += 1; in emit_x86_instruction()
332 inst_size += 4; in emit_x86_instruction()
337 inst_size ++; in emit_x86_instruction()
341 inst_size++; in emit_x86_instruction()
343 inst_size += sizeof(short); in emit_x86_instruction()
345 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
350 inst = (sljit_ub*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
354 INC_SIZE(inst_size); in emit_x86_instruction()