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