Home
last modified time | relevance | path

Searched refs:GenerateAddLongConst (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h360 void GenerateAddLongConst(Location out, Location first, uint64_t value);
H A Dcode_generator_arm_vixl.cc4087 GenerateAddLongConst(out, first, value); in VisitAdd()
4149 GenerateAddLongConst(out, first, -value); in VisitSub()
8625 void InstructionCodeGeneratorARMVIXL::GenerateAddLongConst(Location out, in GenerateAddLongConst() function in art::arm::InstructionCodeGeneratorARMVIXL