Lines Matching refs:data
182 // A literal is a 32-bit or 64-bit piece of data stored in the instruction
456 // and data that has already been emitted into the buffer.
1279 // Load double-word with pointer authentication, using data key A and a
1283 // Load double-word with pointer authentication, using data key B and a
2186 // System data cache operation.
7105 // Emit 32 bits of data into the instruction stream.
7106 void dc32(uint32_t data) { dc(data); }
7108 // Emit 64 bits of data into the instruction stream.
7109 void dc64(uint64_t data) { dc(data); }
7111 // Emit data in the instruction stream.
7113 void dc(T data) {
7115 GetBuffer()->Emit<T>(data);
7564 // Instruction bits for vector format in data processing operations.
7594 // Instruction bits for vector format in floating point data processing
7677 // Instruction bits for scalar format in data processing operations.