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

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp154 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
858 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, function
876 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
892 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
900 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
958 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder));
1121 if (!Check(S, DecodeGPRRegisterClass(Inst, Rm, Address, Decoder)))
1208 if (!Check(S, DecodeGPRRegisterClass(Inst, i, Address, Decoder)))
1348 if (!Check(S, DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)))
1463 if (!Check(S, DecodeGPRRegisterClass(Ins
[all...]

Completed in 63 milliseconds