Home
last modified time | relevance | path

Searched refs:DstB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp232 unsigned SrcC, DstB, LImm; in DecodeStLImmInstruction() local
233 DstB = decodeBField(Insn); in DecodeStLImmInstruction()
234 if (DstB != 62) { in DecodeStLImmInstruction()
310 unsigned DstB; in DecodeCCRU6Instruction() local
312 DstB = decodeBField(Insn); in DecodeCCRU6Instruction()
313 DecodeGPR32RegisterClass(Inst, DstB, Address, Decoder); in DecodeCCRU6Instruction()
325 unsigned DstB = decodeBField(Insn); in DecodeSOPwithRU6() local
326 DecodeGPR32RegisterClass(Inst, DstB, Address, Decoder); in DecodeSOPwithRU6()
336 unsigned DstB = decodeBField(Insn); in DecodeSOPwithRS12() local
337 DecodeGPR32RegisterClass(Inst, DstB, Address, Decoder); in DecodeSOPwithRS12()