Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc2101 Register false_high = false_loc.AsRegisterPairHigh<Register>(); in VisitSelect() local
2104 __ cmovl(cond, false_high, true_loc.AsRegisterPairHigh<Register>()); in VisitSelect()
2107 __ cmovl(cond, false_high, Address(ESP, true_loc.GetHighStackIndex(kX86WordSize))); in VisitSelect()