Searched refs:inst_size (Results 1 – 9 of 9) sorted by relevance
403 sljit_s32 inst_size; in emit_x86_instruction() local420 inst_size = size; in emit_x86_instruction()428 inst_size++; in emit_x86_instruction()430 inst_size++; in emit_x86_instruction()433 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()449 inst_size += 1 + sizeof(sljit_s32); /* SIB byte required to avoid RIP based addressing. */ in emit_x86_instruction()457 inst_size += sizeof(sljit_s8); in emit_x86_instruction()459 inst_size += sizeof(sljit_s32); in emit_x86_instruction()462 inst_size += sizeof(sljit_s8); in emit_x86_instruction()465 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()[all …]
357 sljit_s32 inst_size; in emit_x86_instruction() local374 inst_size = size; in emit_x86_instruction()377 inst_size++; in emit_x86_instruction()379 inst_size++; in emit_x86_instruction()382 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()385 inst_size += sizeof(sljit_sw); in emit_x86_instruction()389 inst_size += sizeof(sljit_s8); in emit_x86_instruction()391 inst_size += sizeof(sljit_sw); in emit_x86_instruction()398 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()405 inst_size += 1; in emit_x86_instruction()[all …]
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 …]
176 unsigned inst_size = max_bitsize_for_alu(ins); in mir_pack_mask_alu() local177 signed upper_shift = mir_upper_override(ins, inst_size); in mir_pack_mask_alu()188 if (inst_size == 32) in mir_pack_mask_alu()190 else if (inst_size == 64) in mir_pack_mask_alu()
233 mir_upper_override(midgard_instruction *ins, unsigned inst_size) in mir_upper_override() argument238 if (type_size == inst_size) in mir_upper_override()
512 signed mir_upper_override(midgard_instruction *ins, unsigned inst_size);
941 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() local942 if (max_inst_size < inst_size) in GetMaxOpcocdeByteSize()943 max_inst_size = inst_size; in GetMaxOpcocdeByteSize()
897 const size_t inst_size = in instruction_length() local901 length = inst_size; in instruction_length()
1985 unsigned inst_size = is_compact ? sizeof(brw_compact_inst) in brw_validate_instructions() local1998 src_offset += inst_size; in brw_validate_instructions()