Lines Matching refs:bytes
1050 uint8_t bytes[sizeof(imm)];
1051 memcpy(bytes, &imm, sizeof(imm));
1053 // All bytes are either 0x00 or 0xff.
1057 if ((bytes[i] != 0) && (bytes[i] != 0xff)) {
1069 // Of the 4 bytes, only one byte is non-zero.
1072 movi(vd, bytes[i], LSL, i * 8);
1077 // Of the 4 bytes, only one byte is not 0xff.
1081 mvni(vd, ~bytes[i] & 0xff, LSL, i * 8);
1088 movi(vd, bytes[2], MSL, 16);
1094 movi(vd, bytes[1], MSL, 8);
1100 mvni(vd, ~bytes[2] & 0xff, MSL, 16);
1105 mvni(vd, ~bytes[1] & 0xff, MSL, 8);
1126 // All bytes are either 0x00 or 0xff.
2174 // The access size is implicitly 8 bytes for all prefetch operations.
2411 // If the current stack pointer is sp, then it must be aligned to 16 bytes
2413 // multiple of 16 bytes.
2427 // If the current stack pointer is sp, then it must be aligned to 16 bytes
2429 // multiple of 16 bytes.
2836 // list is a multiple of 16 bytes.