diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-02-24 11:19:28 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-02-24 11:19:28 -0300 |
| commit | 035efc913e7f2a68315d4206cef46672005b8442 (patch) | |
| tree | eeb130850da914eb18e50ab5106db801b2eb4b14 /ChocolArm64/Decoder/AOpCodeSimd.cs | |
| parent | 3936c934482a587635bc5a1e47962551aeb53aeb (diff) | |
Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers
Diffstat (limited to 'ChocolArm64/Decoder/AOpCodeSimd.cs')
| -rw-r--r-- | ChocolArm64/Decoder/AOpCodeSimd.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
