Home
last modified time | relevance | path

Searched refs:EXCEPTION_TLBSTORE_FILL (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dmips3com.h161 #define EXCEPTION_TLBSTORE_FILL 17 macro
H A Dmips3.cpp294 if (exception == EXCEPTION_TLBLOAD_FILL || exception == EXCEPTION_TLBSTORE_FILL) in generate_exception()
349 … EXCEPTION_TLBSTORE || exception == EXCEPTION_TLBLOAD_FILL || exception == EXCEPTION_TLBSTORE_FILL) in generate_tlb_exception()
1378 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WBYTE()
1412 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WHALF()
1446 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WWORD()
1470 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WWORD_MASKED()
1494 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WDOUBLE()
1518 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WDOUBLE_MASKED()
1585 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WQUAD()
H A Dmips3drc.cpp242 static_generate_exception(EXCEPTION_TLBSTORE_FILL, true, "exception_tlbstore_fill"); in code_flush_cache()
723 if (exception == EXCEPTION_TLBLOAD_FILL || exception == EXCEPTION_TLBSTORE_FILL) in static_generate_exception()
825 …uml::code_handle &exception_tlbfill = *m_exception[iswrite ? EXCEPTION_TLBSTORE_FILL : EXCEPTION_T… in static_generate_memory_accessor()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dmips3com.h161 #define EXCEPTION_TLBSTORE_FILL 17 macro
H A Dmips3.cpp294 if (exception == EXCEPTION_TLBLOAD_FILL || exception == EXCEPTION_TLBSTORE_FILL) in generate_exception()
349 … EXCEPTION_TLBSTORE || exception == EXCEPTION_TLBLOAD_FILL || exception == EXCEPTION_TLBSTORE_FILL) in generate_tlb_exception()
1378 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WBYTE()
1412 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WHALF()
1446 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WWORD()
1470 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WWORD_MASKED()
1494 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WDOUBLE()
1518 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WDOUBLE_MASKED()
1585 generate_tlb_exception(EXCEPTION_TLBSTORE_FILL, address); in WQUAD()
H A Dmips3drc.cpp242 static_generate_exception(EXCEPTION_TLBSTORE_FILL, true, "exception_tlbstore_fill"); in code_flush_cache()
723 if (exception == EXCEPTION_TLBLOAD_FILL || exception == EXCEPTION_TLBSTORE_FILL) in static_generate_exception()
825 …uml::code_handle &exception_tlbfill = *m_exception[iswrite ? EXCEPTION_TLBSTORE_FILL : EXCEPTION_T… in static_generate_memory_accessor()