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