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

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