Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h346 void GenerateAndConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
Dcode_generator_arm_vixl.cc2149 instruction_visitor_.GenerateAndConst(ip, ip, interpreter::kTieredHotnessMask); in MaybeIncrementHotness()
8564 void InstructionCodeGeneratorARMVIXL::GenerateAndConst(vixl32::Register out, in GenerateAndConst() function in art::arm::InstructionCodeGeneratorARMVIXL
8663 GenerateAndConst(out_reg, first_reg, value_low); in HandleBitwiseOperation()
8678 GenerateAndConst(out_low, first_low, value_low); in HandleBitwiseOperation()
8679 GenerateAndConst(out_high, first_high, value_high); in HandleBitwiseOperation()