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

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp156 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst,
909 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, function
1160 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder)))
1162 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rs, Address, Decoder)))
1497 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder)))
2026 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rd, Address, Decoder)))
2028 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rn, Address, Decoder)))
2030 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder)))
2032 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Ra, Address, Decoder)))
3213 if (!Check(S, DecodeGPRnopcRegisterClass(Ins
[all...]

Completed in 154 milliseconds