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

BEGIN_TEST(int)
{
    c = ((a & 0x1) == (b & 0x1));
}
END_TEST32()