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