aboutsummaryrefslogtreecommitdiff
path: root/ops/le/xle2.c
blob: aa06057b8eff4779fa064b15658b14710095fa0e (plain) (blame)
1
2
3
4
5
#include "../common.h"

DEFINE_OP(xle2) {
	NEXT_OP(sp, x <= 2, x, y, o);
}