Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td244 let DecoderMethod = "DecodeThumbAddrModeIS";
256 let DecoderMethod = "DecodeThumbAddrModeIS";
268 let DecoderMethod = "DecodeThumbAddrModeIS";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp502 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
4009 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeIS() function