Home | History | Annotate | Download | only in ia32

Lines Matching refs:short_size

1455     const int short_size = 2;
1459 if (is_int8(offs - short_size)) {
1462 EMIT((offs - short_size) & 0xFF);
1506 const int short_size = 2;
1510 if (is_int8(offs - short_size)) {
1513 EMIT((offs - short_size) & 0xFF);