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.td245 let DecoderMethod = "DecodeThumbAddrModeIS";
257 let DecoderMethod = "DecodeThumbAddrModeIS";
269 let DecoderMethod = "DecodeThumbAddrModeIS";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp502 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
4003 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeIS() function