Lines Matching defs:opcode_len
104 /// opcode_len
113 uint8_t opcode_len;
132 uint8_t opcode_len = opcode_and_modrm.opcode_len;
135 if (opcode_len > 2)
139 if (opcode_len == 1)
146 if (opcode_len == 2)
154 if (opcode_len == 1)
158 if (opcode_len == 1) {
171 if (opcode_len == 1)
178 if (opcode_len == 1)
182 if (opcode_len == 1)
187 if (opcode_len == 1)
191 if (opcode_len == 1)
198 if (opcode_len == 1)
203 if (opcode_len == 1)
208 if (opcode_len == 1)
213 if (opcode_len == 2)
218 if (opcode_len == 2)
222 if (opcode_len == 2) {
241 /// Decode an instruction into opcode, modrm and opcode_len.
259 /// primary_opcode, opcode_len and modrm byte. Refer to the struct definition
326 ret.opcode_len = 2;
336 ret.opcode_len = inst_bytes[op_idx + 1] & 0x1f;
347 ret.opcode_len = inst_bytes[op_idx + 1] & 0x03;
360 ret.opcode_len = 1;
367 ret.opcode_len = 3;
371 ret.opcode_len = 3;
375 ret.opcode_len = 0;
379 ret.opcode_len = 3;
383 ret.opcode_len = 2;