Home
last modified time | relevance | path

Searched refs:SIB_BASE_EBP (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_modrm.c40 #define SIB_BASE_EBP 0x05 macro
118 if ( sib.base == SIB_BASE_EBP && ! mod ) { /* if base == 101 (ebp) */ in sib_decode()
Dia32_invariant.c46 #define SIB_BASE_EBP 0x05 macro
105 if ( sib.base == SIB_BASE_EBP && ! modrm.mod ) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c976 SIB_BASE_EBP : SIB_BASE_RBP); in readSIB()
981 SIB_BASE_EBP : SIB_BASE_RBP); in readSIB()