Home
last modified time | relevance | path

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

/external/pcre/src/sljit/
DsljitNativeX86_64.c72 sljit_uw inst_size; in emit_x86_instruction() local
89 inst_size = size; in emit_x86_instruction()
97 inst_size++; in emit_x86_instruction()
99 inst_size++; in emit_x86_instruction()
102 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
114 inst_size += 1 + sizeof(sljit_s32); /* SIB byte required to avoid RIP based addressing. */ in emit_x86_instruction()
119 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
121 inst_size += sizeof(sljit_s32); in emit_x86_instruction()
128 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
138 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
[all …]
DsljitNativeX86_32.c56 sljit_uw inst_size; in emit_x86_instruction() local
71 inst_size = size; in emit_x86_instruction()
74 inst_size++; in emit_x86_instruction()
76 inst_size++; in emit_x86_instruction()
79 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
82 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
87 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
89 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
96 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
103 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
[all …]
/external/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c176 unsigned inst_size = max_bitsize_for_alu(ins); in mir_pack_mask_alu() local
177 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()
Dmir.c233 mir_upper_override(midgard_instruction *ins, unsigned inst_size) in mir_upper_override() argument
238 if (type_size == inst_size) in mir_upper_override()
Dcompiler.h512 signed mir_upper_override(midgard_instruction *ins, unsigned inst_size);
/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c1985 unsigned inst_size = is_compact ? sizeof(brw_compact_inst) in brw_validate_instructions() local
1998 src_offset += inst_size; in brw_validate_instructions()