Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc2752 Operand operand_high(0); in VisitSelect() local
2758 operand_high = High32Bits(value); in VisitSelect()
2762 operand_high = HighRegisterFrom(src); in VisitSelect()
2769 __ mov(cond.first, HighRegisterFrom(out), operand_high); in VisitSelect()