Searched defs:IsLowRegister (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc35 static bool IsLowRegister(int reg) { return (reg & 1) == 0; } function in namespace:art
868 if (!IsLowRegister(i)) continue;
973 !IsLowRegister(active->GetRegister())) {
/art/compiler/utils/arm/
H A Dassembler_arm.h1022 static bool IsLowRegister(Register r) { function in class:art::arm::ArmAssembler

Completed in 53 milliseconds