Home
last modified time | relevance | path

Searched refs:AddrMode16W (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h35 AddrMode16W = 6, // ld16.w, +128b or +1kb enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo16Instr.td136 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 DCSKYRegisterInfo.cpp158 case CSKYII::AddrMode16W: in IsLegalOffset()
H A DCSKYFrameLowering.cpp342 case CSKYII::AddrMode16W: in estimateRSStackSizeLimit()
H A DCSKYInstrFormats.td19 def AddrMode16W : AddrMode<6>; // ld16.w, +128b or +1kb