Lines Matching refs:inst_size
72 sljit_uw inst_size; in emit_x86_instruction() local
89 inst_size = size; in emit_x86_instruction()
97 inst_size++; in emit_x86_instruction()
99 inst_size++; in emit_x86_instruction()
102 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
118 inst_size += 1 + sizeof(sljit_s32); /* SIB byte required to avoid RIP based addressing. */ in emit_x86_instruction()
126 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
128 inst_size += sizeof(sljit_s32); in emit_x86_instruction()
131 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
134 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
150 inst_size += 1; in emit_x86_instruction()
153 inst_size += 4; in emit_x86_instruction()
158 inst_size ++; in emit_x86_instruction()
162 inst_size++; in emit_x86_instruction()
164 inst_size += sizeof(short); in emit_x86_instruction()
166 inst_size += sizeof(sljit_s32); in emit_x86_instruction()
180 inst_size++; in emit_x86_instruction()
182 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
186 INC_SIZE(inst_size); in emit_x86_instruction()