aboutsummaryrefslogtreecommitdiff
path: root/ops/branchi/xlei.c
blob: f42d9fb31f5213d664349fef064be785145f9dd7 (plain) (blame)
1
2
3
4
5
6
7
#include "../common.h"

DEFINE_OP(xlei)
{
	UNUSED(a);
	NEXT_OP(sp, x <= IMM(), x, y, o);
}