Home | History | Annotate | Download | only in x87

Lines Matching refs:short_size

1467     const int short_size = 2;
1471 if (is_int8(offs - short_size)) {
1474 EMIT((offs - short_size) & 0xFF);
1522 const int short_size = 2;
1526 if (is_int8(offs - short_size)) {
1529 EMIT((offs - short_size) & 0xFF);