aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slx57.c
blob: a046ccb953433f02ca431a41ef2c63efd1da50d9 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(slx57) {
	NEXT_OP(sp, a, x << 57, y, o);
}