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 256 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) {
259 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
325 size_t reg_bits = Primitive::ComponentSize(ushr->GetType()) * kBitsPerByte; local
328 if (((ldist + rdist) & (reg_bits - 1)) == 0) {
386 size_t reg_bits = Primitive::ComponentSize(ushr->GetType()) * kBitsPerByte; local
389 if ((shl_shift->IsSub() && IsSubRegBitsMinusOther(shl_shift->AsSub(), reg_bits, ushr_shift)) ||
390 (ushr_shift->IsSub() && IsSubRegBitsMinusOther(ushr_shift->AsSub(), reg_bits, shl_shift))) {
966 size_t reg_bits = (instruction->GetResultType() == Primitive::kPrimLong) ? 64 : 32; local
    [all...]
nodes.h 4735 const V reg_bits = sizeof(T) * 8; local
    [all...]

Completed in 53 milliseconds