aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slx29.c
blob: d349d0b9369cb5254bbd8ee5625729e7b7d1959f (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(slx29) {
	NEXT_OP(sp, a, x << 29, y, o);
}