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

/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp65 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
246 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo, function
492 DecodeGPR64RegisterClass(Inst, Rd, Address, Decoder);
494 if (Opc == BFM) DecodeGPR64RegisterClass(Inst, Rd, Address, Decoder);
495 DecodeGPR64RegisterClass(Inst, Rn, Address, Decoder);
574 DecodeGPR64RegisterClass(Inst, Rn, Address, Decoder);
576 DecodeGPR64RegisterClass(Inst, Rd, Address, Decoder);
648 DecodeGPR64RegisterClass(Inst, Rt, Address, Decoder);
649 DecodeGPR64RegisterClass(Inst, Rt2, Address, Decoder);
652 DecodeGPR64RegisterClass(Ins
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp91 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
338 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, function

Completed in 96 milliseconds