Searched refs:inst_size (Results 1 – 6 of 6) 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 …]
217 unsigned inst_size = max_bitsize_for_alu(ins); in mir_pack_mask_alu() local218 signed upper_shift = mir_upper_override(ins, inst_size); in mir_pack_mask_alu()229 if (inst_size == 32) in mir_pack_mask_alu()231 else if (inst_size == 64) in mir_pack_mask_alu()
239 mir_upper_override(midgard_instruction *ins, unsigned inst_size) in mir_upper_override() argument244 if (type_size == inst_size) in mir_upper_override()
505 signed mir_upper_override(midgard_instruction *ins, unsigned inst_size);
2150 unsigned inst_size = is_compact ? sizeof(brw_compact_inst) in brw_validate_instructions() local2163 src_offset += inst_size; in brw_validate_instructions()