aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sla45.c
blob: f19638af8661b9addead8eff7873f4629d711ed0 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sla45) {
	NEXT_OP(sp, a >> 45, x, y, o);
}