Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GenerateOrrConst

5857 void InstructionCodeGeneratorARM::GenerateOrrConst(Register out, Register first, uint32_t value) {
5904 GenerateOrrConst(out_reg, first_reg, value_low);
5920 GenerateOrrConst(out_low, first_low, value_low);
5921 GenerateOrrConst(out_high, first_high, value_high);