Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrThumb.td160 let DecoderMethod = "DecodeThumbAddrModeRR";
176 let DecoderMethod = "DecodeThumbAddrModeRR";
183 let DecoderMethod = "DecodeThumbAddrModeRR";
191 let DecoderMethod = "DecodeThumbAddrModeRR";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp327 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
3240 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR() function