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

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