Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrThumb.td161 let DecoderMethod = "DecodeThumbAddrModeRR";
177 let DecoderMethod = "DecodeThumbAddrModeRR";
184 let DecoderMethod = "DecodeThumbAddrModeRR";
192 let DecoderMethod = "DecodeThumbAddrModeRR";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp327 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
3227 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR() function