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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc7742 void InstructionCodeGeneratorARM::GenerateEorConst(Register out, Register first, uint32_t value) { function in class:art::arm::InstructionCodeGeneratorARM
7799 GenerateEorConst(out_reg, first_reg, value_low);
7816 GenerateEorConst(out_low, first_low, value_low);
7817 GenerateEorConst(out_high, first_high, value_high);
H A Dcode_generator_arm_vixl.cc7816 void InstructionCodeGeneratorARMVIXL::GenerateEorConst(vixl32::Register out, function in class:art::arm::InstructionCodeGeneratorARMVIXL
7874 GenerateEorConst(out_reg, first_reg, value_low);
7891 GenerateEorConst(out_low, first_low, value_low);
7892 GenerateEorConst(out_high, first_high, value_high);

Completed in 52 milliseconds