HomeSort by: relevance | last modified time | path
    Searched defs:inst_size (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c 337 sljit_s32 inst_size; local in function:emit_x86_instruction
352 inst_size = size;
355 inst_size++;
357 inst_size++;
360 inst_size += 1; /* mod r/m byte. */
363 inst_size += sizeof(sljit_sw);
367 inst_size += sizeof(sljit_s8);
369 inst_size += sizeof(sljit_sw);
376 inst_size += 1; /* SIB byte. */
383 inst_size += 1
    [all...]
sljitNativeX86_32.c 337 sljit_s32 inst_size; local in function:emit_x86_instruction
352 inst_size = size;
355 inst_size++;
357 inst_size++;
360 inst_size += 1; /* mod r/m byte. */
363 inst_size += sizeof(sljit_sw);
367 inst_size += sizeof(sljit_s8);
369 inst_size += sizeof(sljit_sw);
376 inst_size += 1; /* SIB byte. */
383 inst_size += 1
    [all...]
sljitNativeX86_64.c 351 sljit_s32 inst_size; local in function:emit_x86_instruction
368 inst_size = size;
376 inst_size++;
378 inst_size++;
381 inst_size += 1; /* mod r/m byte. */
397 inst_size += 1 + sizeof(sljit_s32); /* SIB byte required to avoid RIP based addressing. */
405 inst_size += sizeof(sljit_s8);
407 inst_size += sizeof(sljit_s32);
410 inst_size += sizeof(sljit_s8);
413 inst_size += 1; /* SIB byte. *
    [all...]
sljitNativeX86_64.c 351 sljit_s32 inst_size; local in function:emit_x86_instruction
368 inst_size = size;
376 inst_size++;
378 inst_size++;
381 inst_size += 1; /* mod r/m byte. */
397 inst_size += 1 + sizeof(sljit_s32); /* SIB byte required to avoid RIP based addressing. */
405 inst_size += sizeof(sljit_s8);
407 inst_size += sizeof(sljit_s32);
410 inst_size += sizeof(sljit_s8);
413 inst_size += 1; /* SIB byte. *
    [all...]
  /src/usr.sbin/sysinst/arch/i386/
md.c 542 daddr_t inst_start, inst_size; local in function:md_check_mbr
552 &inst_size)) {
554 inst_size = parts->disk_size;
md.c 542 daddr_t inst_start, inst_size; local in function:md_check_mbr
552 &inst_size)) {
554 inst_size = parts->disk_size;
  /src/usr.sbin/sysinst/
part_edit.c 1117 daddr_t first_bsdstart, inst_start, inst_size; local in function:verify_outer_parts
1120 inst_size = 0;
1137 inst_size = info.size;
1147 &inst_start, &inst_size)) {
part_edit.c 1117 daddr_t first_bsdstart, inst_start, inst_size; local in function:verify_outer_parts
1120 inst_size = 0;
1137 inst_size = info.size;
1147 &inst_start, &inst_size)) {
  /src/sys/dev/pci/
if_iwmreg.h 882 uint32_t inst_size; /* bytes of runtime code */ member in struct:iwm_ucode_header::__anond45a4523010a::__anond45a45230208
891 uint32_t inst_size; /* bytes of runtime code */ member in struct:iwm_ucode_header::__anond45a4523010a::__anond45a45230308
if_iwmreg.h 882 uint32_t inst_size; /* bytes of runtime code */ member in struct:iwm_ucode_header::__anond45a4523010a::__anond45a45230208
891 uint32_t inst_size; /* bytes of runtime code */ member in struct:iwm_ucode_header::__anond45a4523010a::__anond45a45230308

Completed in 44 milliseconds