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