Home
last modified time | relevance | path

Searched refs:first_byte_set (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.cc1208 int first_byte_set = base::bits::CountTrailingZeros64(smi) / 8; in Push() local
1210 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()