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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc5836 void InstructionCodeGeneratorARM::GenerateAndConst(Register out, Register first, uint32_t value) { function in class:art::arm::InstructionCodeGeneratorARM
5902 GenerateAndConst(out_reg, first_reg, value_low);
5917 GenerateAndConst(out_low, first_low, value_low);
5918 GenerateAndConst(out_high, first_high, value_high);

Completed in 84 milliseconds