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/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDToken.cpp109 bool readOpcode = false; in tokenize() local
144 if (!readOpcode) { in tokenize()
149 readOpcode = true; in tokenize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp153 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function
159 Expr.Opcode = readOpcode(Ctx); in readInitExpr()
182 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c529 static int readOpcode(struct InternalInstruction* insn) { in readOpcode() function
1610 readOpcode(insn) || in decodeInstruction()
/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-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp644 static int readOpcode(struct InternalInstruction* insn) { in readOpcode() function
1942 readOpcode(insn) || in decodeInstruction()
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c916 static int readOpcode(struct InternalInstruction *insn) in readOpcode() function
2349 readOpcode(insn) || in decodeInstruction()