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