Home
last modified time | relevance | path

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

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