Lines Matching refs:inst_size
356 sljit_si inst_size; in emit_x86_instruction() local
373 inst_size = size; in emit_x86_instruction()
381 inst_size++; in emit_x86_instruction()
383 inst_size++; in emit_x86_instruction()
386 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
403 inst_size += 1 + sizeof(sljit_si); /* SIB byte required to avoid RIP based addressing. */ in emit_x86_instruction()
411 inst_size += sizeof(sljit_sb); in emit_x86_instruction()
413 inst_size += sizeof(sljit_si); in emit_x86_instruction()
416 inst_size += sizeof(sljit_sb); in emit_x86_instruction()
419 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
431 inst_size += 1; in emit_x86_instruction()
434 inst_size += 4; in emit_x86_instruction()
439 inst_size ++; in emit_x86_instruction()
443 inst_size++; in emit_x86_instruction()
445 inst_size += sizeof(short); in emit_x86_instruction()
447 inst_size += sizeof(sljit_si); in emit_x86_instruction()
457 inst_size++; in emit_x86_instruction()
459 inst = (sljit_ub*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
463 INC_SIZE(inst_size); in emit_x86_instruction()