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