Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_COP1X (Results 1 – 25 of 31) sorted by relevance

12

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/
H A Dinternal.h284 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
366 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
370 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
380 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1101 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */
/dports/emulators/qemu/qemu-6.2.0/target/mips/
H A Dinternal.h284 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
366 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
370 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
380 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1101 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dinternal.h284 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
366 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
370 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
380 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1101 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dinternal.h329 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
411 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
415 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
425 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1058 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dinternal.h331 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
413 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
417 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
427 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1088 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dinternal.h330 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
412 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
416 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
426 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1058 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dinternal.h329 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
411 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
415 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
425 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1058 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dinternal.h307 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
375 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
379 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
387 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h576 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
H A Dtranslate.c1815 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) in check_cop1x()
1824 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X))) in check_cp1_64bitmode()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dinternal.h385 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
479 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
482 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
487 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
497 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dcpu.h1169 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-mips/
H A Dcpu.h535 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
818 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
879 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
883 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
891 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
H A Dtranslate.c1734 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) in check_cop1x()
1743 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X))) in check_cp1_64bitmode()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-mips/
H A Dcpu.h535 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */
818 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 |
879 env->hflags |= MIPS_HFLAG_COP1X;
883 env->hflags |= MIPS_HFLAG_COP1X;
891 env->hflags |= MIPS_HFLAG_COP1X;
H A Dtranslate.c1734 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) in check_cop1x()
1743 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X))) in check_cp1_64bitmode()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/
H A Dtranslate.c1530 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) { in check_cop1x()
1541 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X))) { in check_cp1_64bitmode()
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/
H A Dtranslate.c1530 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) { in check_cop1x()
1541 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X))) { in check_cp1_64bitmode()

12