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

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