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

/external/pcre/dist/sljit/
H A DsljitNativeX86_32.c262 sljit_si inst_size; local
277 inst_size = size;
280 inst_size++;
282 inst_size++;
285 inst_size += 1; /* mod r/m byte. */
288 inst_size += sizeof(sljit_sw);
292 inst_size += sizeof(sljit_sb);
294 inst_size += sizeof(sljit_sw);
301 inst_size += 1; /* SIB byte. */
308 inst_size
[all...]
H A DsljitNativeX86_64.c369 sljit_si inst_size; local
386 inst_size = size;
394 inst_size++;
396 inst_size++;
399 inst_size += 1; /* mod r/m byte. */
416 inst_size += 1 + sizeof(sljit_si); /* SIB byte required to avoid RIP based addressing. */
424 inst_size += sizeof(sljit_sb);
426 inst_size += sizeof(sljit_si);
429 inst_size += sizeof(sljit_sb);
432 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;

Completed in 169 milliseconds