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

  /art/compiler/optimizing/
instruction_simplifier.cc 416 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) {
419 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
487 size_t reg_bits = DataType::Size(ushr->GetType()) * kBitsPerByte; local
490 if (((ldist + rdist) & (reg_bits - 1)) == 0) {
548 size_t reg_bits = DataType::Size(ushr->GetType()) * kBitsPerByte; local
551 if ((shl_shift->IsSub() && IsSubRegBitsMinusOther(shl_shift->AsSub(), reg_bits, ushr_shift)) ||
552 (ushr_shift->IsSub() && IsSubRegBitsMinusOther(ushr_shift->AsSub(), reg_bits, shl_shift))) {
1416 size_t reg_bits = (instruction->GetResultType() == DataType::Type::kInt64) ? 64 : 32; local
    [all...]
nodes.h 5531 const V reg_bits = sizeof(T) * 8; local
    [all...]
  /external/u-boot/arch/arm/include/asm/
omap_common.h 555 * @reg_bits: Number of bits in a register address, mandatory.
559 u8 reg_bits; member in struct:volts_efuse_data

Completed in 965 milliseconds