Searched defs:inst_size (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeX86_32.c283 sljit_si inst_size; local
298 inst_size = size;
301 inst_size++;
303 inst_size++;
306 inst_size += 1; /* mod r/m byte. */
309 inst_size += sizeof(sljit_sw);
313 inst_size += sizeof(sljit_sb);
315 inst_size += sizeof(sljit_sw);
322 inst_size += 1; /* SIB byte. */
329 inst_size
[all...]
H A DsljitNativeX86_64.c356 sljit_si inst_size; local
373 inst_size = size;
381 inst_size++;
383 inst_size++;
386 inst_size += 1; /* mod r/m byte. */
403 inst_size += 1 + sizeof(sljit_si); /* SIB byte required to avoid RIP based addressing. */
411 inst_size += sizeof(sljit_sb);
413 inst_size += sizeof(sljit_si);
416 inst_size += sizeof(sljit_sb);
419 inst_size
[all...]
/external/lldb/source/Core/
H A DDisassembler.cpp979 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); local
980 if (max_inst_size < inst_size)
981 max_inst_size = inst_size;
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp81 const size_t inst_size = mc_disasm_ptr->GetMCInst (opcode_data, local
86 if (inst_size == 0)
207 const size_t inst_size = mc_disasm_ptr->GetMCInst(opcode_data, local
212 if (inst_size == 0)
216 m_opcode.SetOpcodeBytes(opcode_data, inst_size);
287 size_t inst_size = mc_disasm_ptr->GetMCInst (opcode_data, local
292 if (inst_size > 0)
300 if (inst_size == 0)
303 inst_size = m_opcode.GetByteSize();
306 switch (inst_size)
721 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor); local
[all...]
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp489 const size_t inst_size = ::LLVMDisasmInstruction (m_disasm_context, local
496 length = inst_size;
/external/v8/src/arm64/
H A Dassembler-arm64.cc2624 int inst_size = static_cast<int>(kInstructionSizeLog2); local
2626 (((offset >> inst_size) << inst_size) == offset);

Completed in 202 milliseconds