Searched refs:GenerateOrrConst (Results 1 – 2 of 2) sorted by relevance
358 void GenerateOrrConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
8589 void InstructionCodeGeneratorARMVIXL::GenerateOrrConst(vixl32::Register out, in GenerateOrrConst() function in art::arm::InstructionCodeGeneratorARMVIXL8665 GenerateOrrConst(out_reg, first_reg, value_low); in HandleBitwiseOperation()8681 GenerateOrrConst(out_low, first_low, value_low); in HandleBitwiseOperation()8682 GenerateOrrConst(out_high, first_high, value_high); in HandleBitwiseOperation()