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