Home
last modified time | relevance | path

Searched defs:opc1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Darm_acle.h779 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
786 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument
788 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument
797 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
806 #define __arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
812 #define __arm_mcr2(coproc, opc1, value, CRn, CRm, opc2) \ argument
814 #define __arm_mrc2(coproc, opc1, CRn, CRm, opc2) \ argument
819 #define __arm_mcrr(coproc, opc1, value, CRm) \ argument
821 #define __arm_mrrc(coproc, opc1, CRm) __builtin_arm_mrrc(coproc, opc1, CRm) argument
825 #define __arm_mcrr2(coproc, opc1, value, CRm) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6196 unsigned opc1 = fieldFromInstruction(Val, 4, 4); in DecoderForMRRC2AndMCRR2() local