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.h745 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
749 #define __arm_ldc(coproc, CRd, p) __builtin_arm_ldc(coproc, CRd, p) argument
750 #define __arm_stc(coproc, CRd, p) __builtin_arm_stc(coproc, CRd, p) argument
752 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument
754 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument
758 #define __arm_ldcl(coproc, CRd, p) __builtin_arm_ldcl(coproc, CRd, p) argument
759 #define __arm_stcl(coproc, CRd, p) __builtin_arm_stcl(coproc, CRd, p) argument
763 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
765 #define __arm_ldcl(coproc, CRd, p) __builtin_arm_ldcl(coproc, CRd, p) argument
766 #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.cpp1876 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local