mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target-mips: optimize gen_HILO()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6938 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cdc0faa66a
commit
f129981a6a
1 changed files with 0 additions and 4 deletions
|
@ -1795,10 +1795,6 @@ static void gen_HILO (DisasContext *ctx, uint32_t opc, int reg)
|
|||
tcg_gen_movi_tl(cpu_LO[0], 0);
|
||||
opn = "mtlo";
|
||||
break;
|
||||
default:
|
||||
MIPS_INVAL(opn);
|
||||
generate_exception(ctx, EXCP_RI);
|
||||
return;
|
||||
}
|
||||
MIPS_DEBUG("%s %s", opn, regnames[reg]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue