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

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