Lines Matching defs:NEONLdStTableEntry
104 struct NEONLdStTableEntry { struct
105 uint16_t PseudoOpc;
106 uint16_t RealOpc;
107 bool IsLoad;
108 bool isUpdating;
109 bool hasWritebackOperand;
110 uint8_t RegSpacing; // One of type NEONRegSpacing
111 uint8_t NumRegs; // D registers loaded or stored
112 uint8_t RegElts; // elements per D register; used for lane ops
118 bool copyAllListRegs;
121 bool operator<(const NEONLdStTableEntry &TE) const { in operator <()