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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc5878 void InstructionCodeGeneratorARM::GenerateEorConst(Register out, Register first, uint32_t value) { function in class:art::arm::InstructionCodeGeneratorARM
5907 GenerateEorConst(out_reg, first_reg, value_low);
5924 GenerateEorConst(out_low, first_low, value_low);
5925 GenerateEorConst(out_high, first_high, value_high);

Completed in 125 milliseconds