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

#include "../common.h"
DEFINE_OP(slo31) {
	NEXT_OP(sp, a, x, y, o << 31);
}