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