Lines Matching defs:bytes
105 int bytes = list.TotalSizeInBytes();
110 bytes += fp_list.TotalSizeInBytes();
112 return bytes;
124 int bytes = list.TotalSizeInBytes();
130 bytes += fp_list.TotalSizeInBytes();
132 return bytes;
137 int bytes = 0;
142 bytes += fp_list.TotalSizeInBytes();
150 bytes += list.TotalSizeInBytes();
152 return bytes;
436 uint8_t bytes[sizeof(imm)];
437 memcpy(bytes, &imm, sizeof(imm));
439 // All bytes are either 0x00 or 0xFF.
443 if ((bytes[i] != 0) && (bytes[i] != 0xFF)) {
455 // Of the 4 bytes, only one byte is non-zero.
458 movi(vd, bytes[i], LSL, i * 8);
463 // Of the 4 bytes, only one byte is not 0xFF.
467 mvni(vd, ~bytes[i] & 0xFF, LSL, i * 8);
474 movi(vd, bytes[2], MSL, 16);
480 movi(vd, bytes[1], MSL, 8);
486 mvni(vd, ~bytes[2] & 0xFF, MSL, 16);
491 mvni(vd, ~bytes[1] & 0xFF, MSL, 8);
511 // All bytes are either 0x00 or 0xFF.
3616 // bytes.