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