aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/individual/compd.eq.c
blob: 4fe8de2a3310a23efc2d7ce38012626cb4e4a2f2 (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(long long)
{
    c = ((a & 0x1LL) == (b & 0x1LL));
}
END_TEST64()