Lines Matching defs:NEONLdStTableEntry
154 struct NEONLdStTableEntry { struct
155 uint16_t PseudoOpc;
156 uint16_t RealOpc;
157 bool IsLoad;
158 bool isUpdating;
159 bool hasWritebackOperand;
160 uint8_t RegSpacing; // One of type NEONRegSpacing
161 uint8_t NumRegs; // D registers loaded or stored
162 uint8_t RegElts; // elements per D register; used for lane ops
168 bool copyAllListRegs;
171 bool operator<(const NEONLdStTableEntry &TE) const { in operator <()