Home
last modified time | relevance | path

Searched refs:readOpcode (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dpacket_adapter.go49 func (p *packetAdaptor) readOpcode() (byte, error) { func
70 opcode, err := p.readOpcode()
110 opcode, err := p.readOpcode()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp676 static int readOpcode(struct InternalInstruction* insn) { in readOpcode() function
1884 readOpcode(insn) || in decodeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp158 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function
164 Expr.Opcode = readOpcode(Ctx); in readInitExpr()
187 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp163 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function
169 Expr.Opcode = readOpcode(Ctx); in readInitExpr()
200 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c929 static int readOpcode(struct InternalInstruction *insn) in readOpcode() function
2374 readOpcode(insn) || in decodeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp867 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function
1712 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()
/external/llvm-project/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp872 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function
1726 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()