Searched refs:GenerateAndConst (Results 1 – 2 of 2) sorted by relevance
355 void GenerateAndConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
8468 void InstructionCodeGeneratorARMVIXL::GenerateAndConst(vixl32::Register out, in GenerateAndConst() function in art::arm::InstructionCodeGeneratorARMVIXL8567 GenerateAndConst(out_reg, first_reg, value_low); in HandleBitwiseOperation()8582 GenerateAndConst(out_low, first_low, value_low); in HandleBitwiseOperation()8583 GenerateAndConst(out_high, first_high, value_high); in HandleBitwiseOperation()