Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h438 void GenerateEorConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
Dcode_generator_arm_vixl.cc8938 void InstructionCodeGeneratorARMVIXL::GenerateEorConst(vixl32::Register out, in GenerateEorConst() function in art::arm::InstructionCodeGeneratorARMVIXL
8994 GenerateEorConst(out_reg, first_reg, value_low); in HandleBitwiseOperation()
9011 GenerateEorConst(out_low, first_low, value_low); in HandleBitwiseOperation()
9012 GenerateEorConst(out_high, first_high, value_high); in HandleBitwiseOperation()