Home
last modified time | relevance | path

Searched defs:coproc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/arm/arm/
H A Dundefined.c111 install_coproc_handler(int coproc, undef_handler_t handler) in install_coproc_handler()
126 install_coproc_handler_static(int coproc, struct undefined_handler *uh) in install_coproc_handler_static()
H A Dvfp.c109 u_int coproc, vfp_arch; in vfp_init() local
/freebsd-12.1/contrib/binutils/include/opcode/
H A Darm.h179 unsigned long coproc; member
197 #define ARM_FEATURE(core, coproc) {(core), (coproc)} argument
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mips.c4561 int coproc = 0; in macro() local
7247 int coproc = 0; in macro2() local
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1326 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local