Searched refs:coproc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Darm.h179 unsigned long coproc; member in struct:__anon556
183 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
188 (TARG).coproc = (F1).coproc | (F2).coproc; \
194 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
197 #define ARM_FEATURE(core, coproc) {(cor
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dundefined.c109 install_coproc_handler(int coproc, undef_handler_t handler) argument
113 KASSERT(coproc >= 0 && coproc < MAX_COPROCS, ("bad coproc"));
119 install_coproc_handler_static(coproc, uh);
124 install_coproc_handler_static(int coproc, struct undefined_handler *uh) argument
127 LIST_INSERT_HEAD(&undefined_handlers[coproc], uh, uh_link);
H A Dvfp.c107 u_int coproc, vfp_arch; local
109 coproc = get_coprocessorACR();
110 coproc |= COPROC10 | COPROC11;
111 set_coprocessorACR(coproc);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c4568 int coproc = 0;
6111 coproc = 1;
6116 coproc = 1;
6121 coproc = 1;
6126 coproc = 1;
6144 coproc = 1;
6149 coproc = 1;
6154 coproc = 1;
6183 if (breg == treg || coproc || lr)
6205 coproc
4561 int coproc = 0; local
7247 int coproc = 0; local
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S1139 lw a0, 4(a2) # a0 = coproc instruction
1145 lw a0, 0(a2) # a0 = coproc instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1650 unsigned coproc = fieldFromInstruction(Insn, 8, 4); local
1716 if (coproc == 0xA || coproc == 0xB ||
1718 (coproc == 0x8 || coproc == 0x9 || coproc == 0xA || coproc == 0xB ||
1719 coproc == 0xE || coproc == 0xF)))
1726 if (featureBits[ARM::HasV8Ops] && (coproc !
[all...]

Completed in 132 milliseconds