Home
last modified time | relevance | path

Searched refs:cop_usable (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.h101 bool cop_usable (int coprocno);
H A Dcpzero.cc394 CPZero::cop_usable(int coprocno) in cop_usable() function in CPZero
H A Dcpu.cc371 if (cpzero->cop_usable (coprocno)) { in cop_unimpl()
396 if (cpzero->cop_usable (1) && rs (instr) == 2 in cpone_emulate()
H A DChangeLog6968 cpzero.cc: Include error.h. New cop_usable() method to check status word
6970 cpzero.h: New prototype for cop_usable().