aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra49.c
blob: 47cf3233122521db20b3eb3d5cf925a61c93526e (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

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