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