From 60925658bbb3a7f7383f138608ed7d1b17e421bc Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 4 Nov 2023 17:17:27 +0100 Subject: [RV64_DYNAREC] Fix test failling --- src/dynarec/rv64/dynarec_rv64_f20f.c | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'src') diff --git a/src/dynarec/rv64/dynarec_rv64_f20f.c b/src/dynarec/rv64/dynarec_rv64_f20f.c index e2ce3aac..62b66544 100644 --- a/src/dynarec/rv64/dynarec_rv64_f20f.c +++ b/src/dynarec/rv64/dynarec_rv64_f20f.c @@ -146,33 +146,6 @@ uintptr_t dynarec64_F20F(dynarec_rv64_t* dyn, uintptr_t addr, uintptr_t ip, int opcode = F8; switch(opcode) { - case 0xF0: - INST_NAME("(unsupported) CRC32 Gd, Eb)"); - nextop = F8; - addr = fakeed(dyn, addr, ninst, nextop); - SETFLAGS(X_ALL, SF_SET); // Hack to set flags in "don't care" state - GETIP(ip); - STORE_XEMU_CALL(x3); - CALL(native_ud, -1); - LOAD_XEMU_CALL(); - jump_to_epilog(dyn, 0, xRIP, ninst); - *need_epilog = 0; - *ok = 0; - break; - case 0xF1: - INST_NAME("(unsupported) CRC32 Gd, Ed)"); - nextop = F8; - addr = fakeed(dyn, addr, ninst, nextop); - SETFLAGS(X_ALL, SF_SET); // Hack to set flags in "don't care" state - GETIP(ip); - STORE_XEMU_CALL(x3); - CALL(native_ud, -1); - LOAD_XEMU_CALL(); - jump_to_epilog(dyn, 0, xRIP, ninst); - *need_epilog = 0; - *ok = 0; - break; - default: DEFAULT; } -- cgit 1.4.1