HomeSort by relevance Sort by last modified time
    Searched refs:readOpcode (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDToken.cpp 109 bool readOpcode = false;
144 if (!readOpcode) {
149 readOpcode = true;
  /external/boringssl/src/ssl/test/runner/
packet_adapter.go 49 func (p *packetAdaptor) readOpcode() (byte, error) {
70 opcode, err := p.readOpcode()
110 opcode, err := p.readOpcode()
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 120 int opcodeValue = readOpcode(file);
168 private int readOpcode(DexRandomAccessFile file) throws IOException {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 523 * readOpcode - Reads the opcode (excepting the ModR/M byte in the case of
529 static int readOpcode(struct InternalInstruction* insn) {
534 dbgprintf(insn, "readOpcode()");
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 670 * readOpcode - Reads the opcode (excepting the ModR/M byte in the case of
676 static int readOpcode(struct InternalInstruction* insn) {
681 dbgprintf(insn, "readOpcode()");
    [all...]
  /external/capstone/arch/X86/
X86DisassemblerDecoder.c 910 * readOpcode - Reads the opcode (excepting the ModR/M byte in the case of
916 static int readOpcode(struct InternalInstruction *insn)
921 // printf(">>> readOpcode() = %x\n", insn->readerCursor);
    [all...]

Completed in 497 milliseconds