Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeX86_32.c283 sljit_si inst_size; in emit_x86_instruction() local
298 inst_size = size; in emit_x86_instruction()
301 inst_size++; in emit_x86_instruction()
303 inst_size++; in emit_x86_instruction()
306 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
309 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
313 inst_size += sizeof(sljit_sb); in emit_x86_instruction()
315 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
322 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
329 inst_size += 1; in emit_x86_instruction()
[all …]
DsljitNativeX86_64.c356 sljit_si inst_size; in emit_x86_instruction() local
373 inst_size = size; in emit_x86_instruction()
381 inst_size++; in emit_x86_instruction()
383 inst_size++; in emit_x86_instruction()
386 inst_size += 1; /* mod r/m byte. */ in emit_x86_instruction()
403 inst_size += 1 + sizeof(sljit_si); /* SIB byte required to avoid RIP based addressing. */ in emit_x86_instruction()
411 inst_size += sizeof(sljit_sb); in emit_x86_instruction()
413 inst_size += sizeof(sljit_si); in emit_x86_instruction()
416 inst_size += sizeof(sljit_sb); in emit_x86_instruction()
419 inst_size += 1; /* SIB byte. */ in emit_x86_instruction()
[all …]
/external/v8/src/arm64/
Dassembler-arm64.cc2548 int inst_size = static_cast<int>(kInstructionSizeLog2); in IsImmLLiteral() local
2550 (((offset >> inst_size) << inst_size) == offset); in IsImmLLiteral()