Home
last modified time | relevance | path

Searched refs:coprocno (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Ddeviceexc.h34 int coprocno = -1) = 0;
H A Ddebug.h53 void exception(uint16 excCode, int mode, int coprocno);
H A Dcpzero.h101 bool cop_usable (int coprocno);
H A Dcpu.cc258 CPU::exception(uint16 excCode, int mode /* = ANY */, int coprocno /* = -1 */) in exception() argument
309 cpzero->enter_exception(epc,excCode,coprocno,delaying); in exception()
369 CPU::cop_unimpl (int coprocno, uint32 instr, uint32 pc) in cop_unimpl() argument
371 if (cpzero->cop_usable (coprocno)) { in cop_unimpl()
375 coprocno, instr, pc); in cop_unimpl()
377 exception (CpU, ANY, coprocno); in cop_unimpl()
381 exception (CpU, ANY, coprocno); in cop_unimpl()
H A Dcpzero.cc394 CPZero::cop_usable(int coprocno) in cop_usable() argument
396 switch (coprocno) { in cop_usable()
H A Dcpu.h170 void cop_unimpl (int coprocno, uint32 instr, uint32 pc);
290 void exception (uint16 excCode, int mode = ANY, int coprocno = -1);
H A Ddebug.cc52 Debug::exception(uint16 excCode, int mode, int coprocno) in exception() argument
H A DChangeLog88 coprocno. This might not matter, but let's set it anyway.