Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_ITC_CACHE (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1402 env->hflags |= MIPS_HFLAG_ITC_CACHE; in helper_mtc0_errctl()
1404 env->hflags &= ~MIPS_HFLAG_ITC_CACHE; in helper_mtc0_errctl()
1410 if (env->hflags & MIPS_HFLAG_ITC_CACHE) { in helper_mtc0_taglo()
/qemu/target/mips/
H A Dcpu.h1163 #define MIPS_HFLAG_ITC_CACHE 0x8000000 /* CACHE instr. operates on ITC tag */ macro
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1833 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) {
2651 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) {
H A Dtranslate.c13717 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) { in decode_opc_special3_r6()
14456 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) { in decode_opc_special3()
14920 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) { in decode_opc_legacy()
H A Dnanomips_translate.c.inc4178 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) {