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

/freebsd-10.0-release/contrib/binutils/include/opcode/
H A Darm.h179 unsigned long coproc; member in struct:__anon566
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-10.0-release/sys/arm/arm/
H A Dvfp.c89 u_int coproc, vfp_arch; local
91 coproc = get_coprocessorACR();
92 coproc |= COPROC10 | COPROC11;
93 set_coprocessorACR(coproc);
H A Dundefined.c94 install_coproc_handler(int coproc, undef_handler_t handler) argument
98 KASSERT(coproc >= 0 && coproc < MAX_COPROCS, ("bad coproc"));
104 install_coproc_handler_static(coproc, uh);
109 install_coproc_handler_static(int coproc, struct undefined_handler *uh) argument
112 LIST_INSERT_HEAD(&undefined_handlers[coproc], uh, uh_link);
/freebsd-10.0-release/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-10.0-release/sys/mips/mips/
H A Dexception.S1137 lw a0, 4(a2) # a0 = coproc instruction
1143 lw a0, 0(a2) # a0 = coproc instruction
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1292 unsigned coproc = fieldFromInstruction(Insn, 8, 4); local
1330 if (coproc == 0xA || coproc == 0xB)
1337 Inst.addOperand(MCOperand::CreateImm(coproc));

Completed in 269 milliseconds