HomeSort by relevance Sort by last modified time
    Searched full:p2constant (Results 1 - 1 of 1) sorted by null

  /external/v8/src/mips/
lithium-codegen-mips.cc 874 int32_t p2constant = HConstant::cast( local
876 ASSERT(p2constant != 0);
878 p2constant = abs(p2constant);
883 __ And(result, result, p2constant - 1);
890 __ And(result, scratch, p2constant - 1);
    [all...]

Completed in 158 milliseconds