Lines Matching refs:opcode_len
107 uint8_t opcode_len; member
126 uint8_t opcode_len = opcode_and_modrm.opcode_len; in MapOpcodeIntoControlFlowKind() local
129 if (opcode_len > 2) in MapOpcodeIntoControlFlowKind()
133 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
140 if (opcode_len == 2) in MapOpcodeIntoControlFlowKind()
148 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
152 if (opcode_len == 1) { in MapOpcodeIntoControlFlowKind()
165 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
172 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
176 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
181 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
185 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
192 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
197 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
202 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
207 if (opcode_len == 2) in MapOpcodeIntoControlFlowKind()
212 if (opcode_len == 2) in MapOpcodeIntoControlFlowKind()
216 if (opcode_len == 2) { in MapOpcodeIntoControlFlowKind()
320 ret.opcode_len = 2; in InstructionLengthDecode()
330 ret.opcode_len = inst_bytes[op_idx + 1] & 0x1f; in InstructionLengthDecode()
341 ret.opcode_len = inst_bytes[op_idx + 1] & 0x03; in InstructionLengthDecode()
354 ret.opcode_len = 1; in InstructionLengthDecode()
361 ret.opcode_len = 3; in InstructionLengthDecode()
365 ret.opcode_len = 3; in InstructionLengthDecode()
369 ret.opcode_len = 0; in InstructionLengthDecode()
373 ret.opcode_len = 3; in InstructionLengthDecode()
377 ret.opcode_len = 2; in InstructionLengthDecode()