On 03/23/2018 12:17 PM, Chema Casanova wrote:
>
>
> On 23/03/18 19:27, Matt Turner wrote:
>> On Wed, Mar 21, 2018 at 5:58 PM, Ian Romanick wrote:
>>> From: Ian Romanick
>>>
>>> This method is similar to the existing ::equals methods. Instead of
>>> testing that two src_regs are equal to each o
On 23/03/18 19:27, Matt Turner wrote:
> On Wed, Mar 21, 2018 at 5:58 PM, Ian Romanick wrote:
>> From: Ian Romanick
>>
>> This method is similar to the existing ::equals methods. Instead of
>> testing that two src_regs are equal to each other, it tests that one is
>> the negation of the other.
On Wed, Mar 21, 2018 at 5:58 PM, Ian Romanick wrote:
> From: Ian Romanick
>
> This method is similar to the existing ::equals methods. Instead of
> testing that two src_regs are equal to each other, it tests that one is
> the negation of the other.
>
> v2: Simplify various checks based on sugges
On 23/03/18 16:13, Ian Romanick wrote:
> On 03/23/2018 01:21 AM, Alejandro Piñeiro wrote:
>> On 22/03/18 19:08, Ian Romanick wrote:
>>> On 03/22/2018 01:12 AM, Alejandro Piñeiro wrote:
Looks good in general, just a comment below.
On 22/03/18 01:58, Ian Romanick wrote:
> From
On 03/23/2018 01:21 AM, Alejandro Piñeiro wrote:
> On 22/03/18 19:08, Ian Romanick wrote:
>> On 03/22/2018 01:12 AM, Alejandro Piñeiro wrote:
>>> Looks good in general, just a comment below.
>>>
>>>
>>> On 22/03/18 01:58, Ian Romanick wrote:
From: Ian Romanick
This method is similar
On 22/03/18 19:08, Ian Romanick wrote:
> On 03/22/2018 01:12 AM, Alejandro Piñeiro wrote:
>> Looks good in general, just a comment below.
>>
>>
>> On 22/03/18 01:58, Ian Romanick wrote:
>>> From: Ian Romanick
>>>
>>> This method is similar to the existing ::equals methods. Instead of
>>> testing
On 03/22/2018 01:12 AM, Alejandro Piñeiro wrote:
> Looks good in general, just a comment below.
>
>
> On 22/03/18 01:58, Ian Romanick wrote:
>> From: Ian Romanick
>>
>> This method is similar to the existing ::equals methods. Instead of
>> testing that two src_regs are equal to each other, it t
Looks good in general, just a comment below.
On 22/03/18 01:58, Ian Romanick wrote:
> From: Ian Romanick
>
> This method is similar to the existing ::equals methods. Instead of
> testing that two src_regs are equal to each other, it tests that one is
> the negation of the other.
>
> v2: Simplif
From: Ian Romanick
This method is similar to the existing ::equals methods. Instead of
testing that two src_regs are equal to each other, it tests that one is
the negation of the other.
v2: Simplify various checks based on suggestions from Matt. Use
src_reg::type instead of fixed_hw_reg.type i