aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sla18.c
blob: 7353b9342edf025727f854ec1ae98bba2ec733ff (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sla18) {
	NEXT_OP(sp, a >> 18, x, y, o);
}