Home
last modified time | relevance | path

Searched refs:DecodeThumbAddSPImm (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrThumb.td429 let DecoderMethod = "DecodeThumbAddSPImm";
440 let DecoderMethod = "DecodeThumbAddSPImm";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp561 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val,
4685 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm() function