/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/ |
H A D | internal.h | 284 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 D | cpu.h | 1101 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */
|
/dports/emulators/qemu/qemu-6.2.0/target/mips/ |
H A D | internal.h | 284 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 D | cpu.h | 1101 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/qemu60/qemu-6.0.0/target/mips/ |
H A D | internal.h | 284 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 D | cpu.h | 1101 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/ |
H A D | internal.h | 329 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 D | cpu.h | 1058 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/qemu5/qemu-5.2.0/target/mips/ |
H A D | internal.h | 331 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 D | cpu.h | 1088 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/ |
H A D | internal.h | 330 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 D | cpu.h | 1058 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/qemu42/qemu-4.2.1/target/mips/ |
H A D | internal.h | 329 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 D | cpu.h | 1058 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/ |
H A D | internal.h | 307 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 D | cpu.h | 576 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
H A D | translate.c | 1815 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 D | internal.h | 385 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 D | cpu.h | 1169 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
|
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-mips/ |
H A D | cpu.h | 535 #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 D | translate.c | 1734 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 D | cpu.h | 535 #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 D | translate.c | 1734 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 D | translate.c | 1530 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 D | translate.c | 1530 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()
|