Searched defs:DecodeGPRnopcRegisterClass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp156 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst,
869 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, function
1158 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder)))
1160 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rs, Address, Decoder)))
1508 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder)))
1821 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rd, Address, Decoder)))
1823 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder)))
1825 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rn, Address, Decoder)))
2048 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rd, Address, Decoder)))
2051 if (!Check(S, DecodeGPRnopcRegisterClass(Ins
[all...]

Completed in 46 milliseconds