Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h333 void GenerateEorConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
Dcode_generator_arm_vixl.cc8344 void InstructionCodeGeneratorARMVIXL::GenerateEorConst(vixl32::Register out, in GenerateEorConst() function in art::arm::InstructionCodeGeneratorARMVIXL
8400 GenerateEorConst(out_reg, first_reg, value_low); in HandleBitwiseOperation()
8417 GenerateEorConst(out_low, first_low, value_low); in HandleBitwiseOperation()
8418 GenerateEorConst(out_high, first_high, value_high); in HandleBitwiseOperation()