Searched refs:first_byte_set (Results 1 – 1 of 1) sorted by relevance
1208 int first_byte_set = base::bits::CountTrailingZeros64(smi) / 8; in Push() local1210 if (first_byte_set == last_byte_set && kPointerSize == kInt64Size) { in Push()1213 movb(Operand(rsp, first_byte_set), in Push()1214 Immediate(static_cast<int8_t>(smi >> (8 * first_byte_set)))); in Push()