aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/individual/cb.wgez.c
blob: 5779ad9229d3ea696af2115d97504aeb736bd4dc (plain)
1
2
3
4
5
6
7
8
9
10
#include "framework.h"

BEGIN_TEST(int)
{
    if (0 > (a & 0x1) - 1)
        c = 1;
    else
        c = 0;
}
END_TEST32()