Searched refs:short_size (Results 1 – 2 of 2) sorted by relevance
1455 const int short_size = 2; in jmp() local1459 if (is_int8(offs - short_size)) { in jmp()1462 EMIT((offs - short_size) & 0xFF); in jmp()1506 const int short_size = 2; in j() local1510 if (is_int8(offs - short_size)) { in j()1513 EMIT((offs - short_size) & 0xFF); in j()
1231 const int short_size = 2; in j() local1235 if (is_int8(offs - short_size)) { in j()1238 emit((offs - short_size) & 0xFF); in j()1287 const int short_size = sizeof(int8_t); in jmp() local1292 if (is_int8(offs - short_size)) { in jmp()1295 emit((offs - short_size) & 0xFF); in jmp()