Home
last modified time | relevance | path

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

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