Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.h129 bool isCDECoproc(size_t Coproc, const MCSubtargetInfo &STI);
DARMMCTargetDesc.cpp452 bool ARM::isCDECoproc(size_t Coproc, const MCSubtargetInfo &STI) { in isCDECoproc() function in ARM
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8330 if (Coproc < 8 && !ARM::isCDECoproc(Coproc, *STI)) in validateInstruction()
8393 if (ARM::isCDECoproc(Coproc, *STI)) in validateInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1093 const uint8_t *DecoderTable = ARM::isCDECoproc(Coproc, STI) in getThumbInstruction()