Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h358 void GenerateAddLongConst(Location out, Location first, uint64_t value);
Dcode_generator_arm_vixl.cc4041 GenerateAddLongConst(out, first, value); in VisitAdd()
4103 GenerateAddLongConst(out, first, -value); in VisitSub()
8529 void InstructionCodeGeneratorARMVIXL::GenerateAddLongConst(Location out, in GenerateAddLongConst() function in art::arm::InstructionCodeGeneratorARMVIXL