Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrThumb.td245 let DecoderMethod = "DecodeThumbAddrModeIS";
257 let DecoderMethod = "DecodeThumbAddrModeIS";
269 let DecoderMethod = "DecodeThumbAddrModeIS";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp506 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
4001 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeIS() function