Searched defs:MSP430ISelAddressMode (Results 1 – 1 of 1) sorted by relevance
36 struct MSP430ISelAddressMode { struct37 enum {40 } BaseType = RegBase;42 struct { // This is really a union, discriminated by BaseType!45 } Base;47 int16_t Disp = 0;48 const GlobalValue *GV = nullptr;49 const Constant *CP = nullptr;50 const BlockAddress *BlockAddr = nullptr;51 const char *ES = nullptr;[all …]