reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
231 assert((((*p & 0x3B000000) == 0x39000000) || 232 ((*p & 0x11C00000) == 0x11000000) ) && 238 if ((*p & 0x3B000000) == 0x39000000) { // << load / store 240 ImplicitShift = ((*p >> 30) & 0x3); 244 if ((*p & 0x04800000) == 0x04800000) { 266 *p = (*p & 0xFFC003FF) | ((uint32_t)(Addend << 10) & 0x003FFC00); 266 *p = (*p & 0xFFC003FF) | ((uint32_t)(Addend << 10) & 0x003FFC00);