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