Home
last modified time | relevance | path

Searched defs:inst_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp258 InstructionLengthDecode(const uint8_t * inst_bytes,int bytes_len,bool is_exec_mode_64b) InstructionLengthDecode() argument
[all...]
/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.h296 uint8_t inst_bytes[15]; member
H A Dsvm.c869 char *inst_bytes; in svm_handle_inst_emul() local
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2013 vie_init(struct vie *vie, const char *inst_bytes, int inst_length) in vie_init()