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