Searched refs:inst_size (Results 1 – 3 of 3) sorted by relevance
283 sljit_si inst_size; in emit_x86_instruction() local298 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 …]
356 sljit_si inst_size; in emit_x86_instruction() local373 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 …]
2548 int inst_size = static_cast<int>(kInstructionSizeLog2); in IsImmLLiteral() local2550 (((offset >> inst_size) << inst_size) == offset); in IsImmLLiteral()