Lines Matching refs:inst_size
56 sljit_uw inst_size; in emit_x86_instruction() local
71 inst_size = size; in emit_x86_instruction()
74 inst_size++; in emit_x86_instruction()
76 inst_size++; in emit_x86_instruction()
79 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
82 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
86 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
88 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
91 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
97 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
104 inst_size += 1; in emit_x86_instruction()
107 inst_size += 4; in emit_x86_instruction()
112 inst_size ++; in emit_x86_instruction()
116 inst_size++; in emit_x86_instruction()
118 inst_size += sizeof(short); in emit_x86_instruction()
120 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
125 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
129 INC_SIZE(inst_size); in emit_x86_instruction()