From 035efc913e7f2a68315d4206cef46672005b8442 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 24 Feb 2018 11:19:28 -0300 Subject: Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers --- ChocolArm64/Decoder/AOpCodeSimd.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ChocolArm64/Decoder/AOpCodeSimd.cs') diff --git a/ChocolArm64/Decoder/AOpCodeSimd.cs b/ChocolArm64/Decoder/AOpCodeSimd.cs index 5f940b22..41708517 100644 --- a/ChocolArm64/Decoder/AOpCodeSimd.cs +++ b/ChocolArm64/Decoder/AOpCodeSimd.cs @@ -10,8 +10,6 @@ namespace ChocolArm64.Decoder public int Opc { get; private set; } public int Size { get; protected set; } - public int SizeF => Size & 1; - public AOpCodeSimd(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode) { Rd = (OpCode >> 0) & 0x1f; -- cgit v1.2.3