Home | History | Annotate | Download | only in x87

Lines Matching refs:short_size

1461     const int short_size = 2;
1465 if (is_int8(offs - short_size)) {
1468 EMIT((offs - short_size) & 0xFF);
1516 const int short_size = 2;
1520 if (is_int8(offs - short_size)) {
1523 EMIT((offs - short_size) & 0xFF);