Home
last modified time | relevance | path

Searched defs:coproc (Results 1 – 4 of 4) 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
783 #define __arm_ldc(coproc, CRd, p) __builtin_arm_ldc(coproc, CRd, p) argument
784 #define __arm_stc(coproc, CRd, p) __builtin_arm_stc(coproc, CRd, p) argument
786 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument
788 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument
792 #define __arm_ldcl(coproc, CRd, p) __builtin_arm_ldcl(coproc, CRd, p) argument
793 #define __arm_stcl(coproc, CRd, p) __builtin_arm_stcl(coproc, CRd, p) argument
797 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
799 #define __arm_ldcl(coproc, CRd, p) __builtin_arm_ldcl(coproc, CRd, p) argument
800 #define __arm_stcl(coproc, CRd, p) __builtin_arm_stcl(coproc, CRd, p) argument
[all …]
/freebsd/sys/arm/arm/
H A Dundefined.c118 install_coproc_handler(int coproc, undef_handler_t handler) in install_coproc_handler()
133 install_coproc_handler_static(int coproc, struct undefined_handler *uh) in install_coproc_handler_static()
H A Dvfp.c136 u_int coproc, vfp_arch; in vfp_init() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1870 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local