Home
last modified time | relevance | path

Searched refs:GenerateAndConst (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h355 void GenerateAndConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
Dcode_generator_arm_vixl.cc8468 void InstructionCodeGeneratorARMVIXL::GenerateAndConst(vixl32::Register out, in GenerateAndConst() function in art::arm::InstructionCodeGeneratorARMVIXL
8567 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()