aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra26.c
blob: e5196f7027b3e268157838254231c0b7674779c7 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sra26) {
	NEXT_OP(sp, (sreg_t)a >> 26, x, y, o);
}