Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/target/mips/
H A Dcpu.h1162 #define MIPS_HFLAG_ITC_CACHE 0x8000000 /* CACHE instr. operates on ITC tag */ macro
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1829 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) {
2650 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) {
H A Dtranslate.c13474 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) { in decode_opc_special3_r6()
14197 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) { in decode_opc_special3()
14661 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) { in decode_opc_legacy()
H A Dnanomips_translate.c.inc4151 if (ctx->hflags & MIPS_HFLAG_ITC_CACHE) {