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