Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h32 AddrMode32WD = 3, // ld32.w, st32.w, ld32.d, st32.d, +16kb enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp146 case CSKYII::AddrMode32WD: in IsLegalOffset()
H A DCSKYInstrInfo.td667 def LD32W : I_LD<AddrMode32WD, 0x2, "ld32.w", uimm12_2>;
670 def LD32D : I_LD<AddrMode32WD, 0x3, "ld32.d", uimm12_2>;
692 def ST32W : I_ST<AddrMode32WD, 0x2, "st32.w", uimm12_2>;
695 def ST32D : I_ST<AddrMode32WD, 0x3, "st32.d", uimm12_2>;
919 def LDEX32W : I_LD<AddrMode32WD, 0x7, "ldex32.w", uimm12_2>;
921 def STEX32W : I_LDST<AddrMode32WD, 0x37, 7,
1069 def PLDR32 :I_PLDR<AddrMode32WD, 0x36, 0b0110, (outs), (ins GPR:$rx, uimm12_2:$imm12), "pldr32", []>;
1070 def PLDW32 :I_PLDR<AddrMode32WD, 0x37, 0b0110, (outs), (ins GPR:$rx, uimm12_2:$imm12), "pldw32", []>;
H A DCSKYFrameLowering.cpp333 case CSKYII::AddrMode32WD: in estimateRSStackSizeLimit()
H A DCSKYInstrFormats.td16 def AddrMode32WD : AddrMode<3>; // ld32.w, st32.w, ld32.d, st32.d, +16kb