Lines Matching defs:byte
34 // signinficant byte.
222 *off = 1; // First byte is size data.
255 uint8_t byte = getByte(data, offset++);
256 if ((byte & 0x80) == 0) {
259 if (byte & 0x40)
260 sp -= (((uint32_t)byte & 0x3f) << 2) + 4;
262 sp += ((uint32_t)byte << 2) + 4;
265 switch (byte & 0xf0) {
270 (((uint32_t)byte & 0x0f) << 12) |
280 uint8_t reg = byte & 0x0f;
291 uint32_t registers = RegisterMask(4, byte & 0x07);
292 if (byte & 0x08)
298 switch (byte) {
346 RegisterRange(8, byte & 0x07), _UVRSD_VFPX);
352 switch (byte) {
361 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE);
386 static_cast<uint8_t>(((byte == 0xc8) ? 16 : 0) + (v >> 4));
401 if (byte & 0x08)
403 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7),