Home
last modified time | relevance | path

Searched refs:inst_size (Results 1 – 6 of 6) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_64.c403 sljit_s32 inst_size; in emit_x86_instruction() local
420 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 …]
DsljitNativeX86_32.c357 sljit_s32 inst_size; in emit_x86_instruction() local
374 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 …]
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c217 unsigned inst_size = max_bitsize_for_alu(ins); in mir_pack_mask_alu() local
218 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()
Dmir.c239 mir_upper_override(midgard_instruction *ins, unsigned inst_size) in mir_upper_override() argument
244 if (type_size == inst_size) in mir_upper_override()
Dcompiler.h505 signed mir_upper_override(midgard_instruction *ins, unsigned inst_size);
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c2150 unsigned inst_size = is_compact ? sizeof(brw_compact_inst) in brw_validate_instructions() local
2163 src_offset += inst_size; in brw_validate_instructions()