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