Lines Matching refs:base
18 #include "src/base/bits.h"
19 #include "src/base/cpu.h"
20 #include "src/base/platform/wrappers.h"
91 base::CPU cpu;
178 // Mode 0 with rbp/r13 as ModR/M or SIB base register always has a 32-bit
180 bool is_baseless = (mode == 0) && (base_reg == 0x05); // No base or RIP base.
183 // Mode 2 or mode 0 with rbp/r13 as base: Word displacement.
220 // Start with only low three bits of base register. Initial decoding
229 // Add REX.B to get the full base register code.
231 // A base register of 0x05 (rbp) with mod = 0 means no base register.
235 // A base register with low bits of 0x05 (rbp or r13) and mod = 0 means
236 // no base register.
452 DCHECK(base::bits::IsPowerOfTwo(m));