|
@@ -401,6 +401,8 @@ static struct ins instructions[] = {
|
|
|
{ .name = "testb", .ops = &mov_ops, },
|
|
|
{ .name = "testl", .ops = &mov_ops, },
|
|
|
{ .name = "xadd", .ops = &mov_ops, },
|
|
|
+ { .name = "xbeginl", .ops = &jump_ops, },
|
|
|
+ { .name = "xbeginq", .ops = &jump_ops, },
|
|
|
};
|
|
|
|
|
|
static int ins__cmp(const void *name, const void *insp)
|