Lines Matching refs:opcode_len

113   uint8_t opcode_len;  member
132 uint8_t opcode_len = opcode_and_modrm.opcode_len; in MapOpcodeIntoControlFlowKind() local
135 if (opcode_len > 2) in MapOpcodeIntoControlFlowKind()
139 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
146 if (opcode_len == 2) in MapOpcodeIntoControlFlowKind()
154 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
158 if (opcode_len == 1) { in MapOpcodeIntoControlFlowKind()
171 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
178 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
182 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
187 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
191 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
198 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
203 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
208 if (opcode_len == 1) in MapOpcodeIntoControlFlowKind()
213 if (opcode_len == 2) in MapOpcodeIntoControlFlowKind()
218 if (opcode_len == 2) in MapOpcodeIntoControlFlowKind()
222 if (opcode_len == 2) { in MapOpcodeIntoControlFlowKind()
326 ret.opcode_len = 2; in InstructionLengthDecode()
336 ret.opcode_len = inst_bytes[op_idx + 1] & 0x1f; in InstructionLengthDecode()
347 ret.opcode_len = inst_bytes[op_idx + 1] & 0x03; in InstructionLengthDecode()
360 ret.opcode_len = 1; in InstructionLengthDecode()
367 ret.opcode_len = 3; in InstructionLengthDecode()
371 ret.opcode_len = 3; in InstructionLengthDecode()
375 ret.opcode_len = 0; in InstructionLengthDecode()
379 ret.opcode_len = 3; in InstructionLengthDecode()
383 ret.opcode_len = 2; in InstructionLengthDecode()