Searched refs:DecodeGPR64commonRegisterClass (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
| D | AArch64Disassembler.cpp | 60 DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, 486 DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, in DecodeGPR64commonRegisterClass() function 2017 if (!DecodeGPR64commonRegisterClass(Inst, Rd, Addr, Decoder) || in DecodeCPYMemOpInstruction() 2018 !DecodeGPR64commonRegisterClass(Inst, Rs, Addr, Decoder) || in DecodeCPYMemOpInstruction() 2020 !DecodeGPR64commonRegisterClass(Inst, Rd, Addr, Decoder) || in DecodeCPYMemOpInstruction() 2021 !DecodeGPR64commonRegisterClass(Inst, Rs, Addr, Decoder) || in DecodeCPYMemOpInstruction() 2042 if (!DecodeGPR64commonRegisterClass(Inst, Rd, Addr, Decoder) || in DecodeSETMemOpInstruction() 2044 !DecodeGPR64commonRegisterClass(Inst, Rd, Addr, Decoder) || in DecodeSETMemOpInstruction()
|