Home
last modified time | relevance | path

Searched refs:readSIB (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c905 static int readSIB(struct InternalInstruction* insn) { in readSIB() function
1135 readSIB(insn); in readModRM()
1157 readSIB(insn); in readModRM()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1176 static int readSIB(struct InternalInstruction* insn) { in readSIB() function
1409 if (readSIB(insn) || readDisplacement(insn)) in readModRM()
1431 if (readSIB(insn) || readDisplacement(insn)) in readModRM()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1188 static int readSIB(struct InternalInstruction* insn) { in readSIB() function
1407 if (readSIB(insn) || readDisplacement(insn)) in readModRM()
1429 if (readSIB(insn) || readDisplacement(insn)) in readModRM()
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c1371 static int readSIB(struct InternalInstruction *insn) in readSIB() function
1623 if (readSIB(insn) || readDisplacement(insn)) in readModRM()
1649 if (readSIB(insn) || readDisplacement(insn)) in readModRM()