Searched refs:inst_size (Results 1 – 5 of 5) sorted by relevance
188 const size_t inst_size = in Decode() local190 if (inst_size == 0) in Decode()193 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()256 size_t inst_size = in CalculateMnemonicOperandsAndComment() local259 if (inst_size > 0) { in CalculateMnemonicOperandsAndComment()268 if (inst_size == 0) { in CalculateMnemonicOperandsAndComment()270 inst_size = m_opcode.GetByteSize(); in CalculateMnemonicOperandsAndComment()274 switch (inst_size) { in CalculateMnemonicOperandsAndComment()300 if (inst_size == 0) in CalculateMnemonicOperandsAndComment()303 const uint8_t *bytes = data.PeekData(offset, inst_size); in CalculateMnemonicOperandsAndComment()[all …]
939 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() local940 if (max_inst_size < inst_size) in GetMaxOpcocdeByteSize()941 max_inst_size = inst_size; in GetMaxOpcocdeByteSize()
1434 unsigned HOST_WIDE_INT full_size, inst_size = 0; in decide_block_copy() local1449 inst_count = sum_instantiated_sizes (elt, &inst_size); in decide_block_copy()1463 && inst_size * 100 >= full_size * SRA_FIELD_STRUCTURE_RATIO) in decide_block_copy()
897 const size_t inst_size = in instruction_length() local901 length = inst_size; in instruction_length()
925 uint32_t inst_size; /* bytes of runtime code */ member934 uint32_t inst_size; /* bytes of runtime code */ member