Searched refs:DecodetGPRRegisterClass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp162 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo,
896 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, function
3118 if (!Check(S, DecodetGPRRegisterClass(Inst, dst, Address, Decoder)))
3166 if (!Check(S, DecodetGPRRegisterClass(Inst, Rn, Address, Decoder)))
3168 if (!Check(S, DecodetGPRRegisterClass(Inst, Rm, Address, Decoder)))
3181 if (!Check(S, DecodetGPRRegisterClass(Inst, Rn, Address, Decoder)))

Completed in 54 milliseconds