Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc5910 Opcode high_opcode = opcode; in CanEncodeConstantAsImmediate() local
5922 high_opcode = ADC; in CanEncodeConstantAsImmediate()
5928 return CanEncode32BitConstantAsImmediate(codegen_, High32Bits(value), high_opcode) && in CanEncodeConstantAsImmediate()