reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
163 if (!isInt<21>(v)) 165 uint32_t s = v < 0 ? 1 : 0; 166 uint32_t j1 = (v >> 19) & 1; 167 uint32_t j2 = (v >> 18) & 1; 168 or16(off, (s << 10) | ((v >> 12) & 0x3f)); 169 or16(off + 2, (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff));