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

  /art/compiler/dex/quick/x86/
x86_lir.h 204 xr0 = RegStorage::k128BitSolo | 0,
205 xr1 = RegStorage::k128BitSolo | 1,
206 xr2 = RegStorage::k128BitSolo | 2,
207 xr3 = RegStorage::k128BitSolo | 3,
208 xr4 = RegStorage::k128BitSolo | 4,
209 xr5 = RegStorage::k128BitSolo | 5,
210 xr6 = RegStorage::k128BitSolo | 6,
211 xr7 = RegStorage::k128BitSolo | 7,
212 xr8 = RegStorage::k128BitSolo | 8,
213 xr9 = RegStorage::k128BitSolo | 9
    [all...]
  /art/compiler/dex/
reg_storage.h 86 k128BitSolo = 0x0200,
300 return RegStorage(k128BitSolo, reg_num & kRegTypeMask);
331 case k128BitSolo: return 16;

Completed in 462 milliseconds