Searched refs:inst_size (Results 1 – 7 of 7) sorted by relevance
526 const size_t inst_size = in Decode() 528 if (inst_size == 0) in Decode() 531 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode() 609 size_t inst_size = in CalculateMnemonicOperandsAndComment() 612 if (inst_size > 0) { in CalculateMnemonicOperandsAndComment() 628 if (inst_size == 0) { in CalculateMnemonicOperandsAndComment() 630 inst_size = m_opcode.GetByteSize(); in CalculateMnemonicOperandsAndComment() 634 switch (inst_size) { in CalculateMnemonicOperandsAndComment() 660 if (inst_size == 0) in CalculateMnemonicOperandsAndComment() 663 const uint8_t *bytes = data.PeekData(offset, inst_size); in CalculateMnemonicOperandsAndComment() 521 const size_t inst_size = Decode() local 602 size_t inst_size = CalculateMnemonicOperandsAndComment() local 1192 const size_t inst_size = VisitInstruction() local 1616 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor); DecodeInstructions() local [all...]
18 __le32 inst_size; /* bytes of runtime code */ member 27 __le32 inst_size; /* bytes of runtime code */ member
86 uint32_t inst_size = m_opcode.GetByteSize(); in EvaluateInstruction() local111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
978 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() local979 if (max_inst_size < inst_size) in GetMaxOpcocdeByteSize()980 max_inst_size = inst_size; in GetMaxOpcocdeByteSize()
883 const size_t inst_size = in instruction_length() local887 length = inst_size; in instruction_length()
534 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()553 le32_to_cpu(ucode->u.v1.inst_size)); in iwl_parse_v1_v2_firmware()
1064 uint32_t inst_size; /* bytes of runtime code */ member 1073 uint32_t inst_size; /* bytes of runtime code */ member