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.h745 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
752 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument
754 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument
763 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
772 #define __arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
778 #define __arm_mcr2(coproc, opc1, value, CRn, CRm, opc2) \ argument
780 #define __arm_mrc2(coproc, opc1, CRn, CRm, opc2) \ argument
785 #define __arm_mcrr(coproc, opc1, value, CRm) \ argument
787 #define __arm_mrrc(coproc, opc1, CRm) __builtin_arm_mrrc(coproc, opc1, CRm) argument
791 #define __arm_mcrr2(coproc, opc1, value, CRm) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6202 unsigned opc1 = fieldFromInstruction(Val, 4, 4); in DecoderForMRRC2AndMCRR2() local