HomeSort by relevance Sort by last modified time
    Searched refs:reg_bits (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
instruction_simplifier.cc 304 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) {
307 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
374 size_t reg_bits = Primitive::ComponentSize(ushr->GetType()) * kBitsPerByte; local
377 if (((ldist + rdist) & (reg_bits - 1)) == 0) {
435 size_t reg_bits = Primitive::ComponentSize(ushr->GetType()) * kBitsPerByte; local
438 if ((shl_shift->IsSub() && IsSubRegBitsMinusOther(shl_shift->AsSub(), reg_bits, ushr_shift)) ||
439 (ushr_shift->IsSub() && IsSubRegBitsMinusOther(ushr_shift->AsSub(), reg_bits, shl_shift))) {
1063 size_t reg_bits = (instruction->GetResultType() == Primitive::kPrimLong) ? 64 : 32; local
    [all...]
nodes.h 5030 const V reg_bits = sizeof(T) * 8; local
    [all...]

Completed in 154 milliseconds