Searched refs:AddrMode16W (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYBaseInfo.h | 35 AddrMode16W = 6, // ld16.w, +128b or +1kb enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo16Instr.td | 136 def LD16W : I16_XZ_LDST<AddrMode16W, 0b010, "ld16.w", 142 def ST16W : I16_XZ_LDST<AddrMode16W, 0b110, "st16.w", 145 def LD16WSP : I16_ZSP_LDST<AddrMode16W, 0b011, "ld16.w", 147 def ST16WSP : I16_ZSP_LDST<AddrMode16W, 0b111, "st16.w",
|
H A D | CSKYRegisterInfo.cpp | 158 case CSKYII::AddrMode16W: in IsLegalOffset()
|
H A D | CSKYFrameLowering.cpp | 342 case CSKYII::AddrMode16W: in estimateRSStackSizeLimit()
|
H A D | CSKYInstrFormats.td | 19 def AddrMode16W : AddrMode<6>; // ld16.w, +128b or +1kb
|