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.cc2936 Operand operand_high(0); in VisitSelect() local
2942 operand_high = High32Bits(value); in VisitSelect()
2946 operand_high = HighRegisterFrom(src); in VisitSelect()
2953 __ mov(cond.first, HighRegisterFrom(out), operand_high); in VisitSelect()