Searched refs:GenerateOrrConst (Results 1 – 2 of 2) sorted by relevance
437 void GenerateOrrConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
8915 void InstructionCodeGeneratorARMVIXL::GenerateOrrConst(vixl32::Register out, in GenerateOrrConst() function in art::arm::InstructionCodeGeneratorARMVIXL8991 GenerateOrrConst(out_reg, first_reg, value_low); in HandleBitwiseOperation()9007 GenerateOrrConst(out_low, first_low, value_low); in HandleBitwiseOperation()9008 GenerateOrrConst(out_high, first_high, value_high); in HandleBitwiseOperation()