Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc7671 int32_t compare_to_value = lower_bound + index + 1; in VisitPackedSwitch() local
7672 __ cmpl(value_reg_in, Immediate(compare_to_value)); in VisitPackedSwitch()
H A Dcode_generator_x86.cc8583 int32_t compare_to_value = lower_bound + index + 1; in GenPackedSwitchWithCompares() local
8584 __ cmpl(value_reg, Immediate(compare_to_value)); in GenPackedSwitchWithCompares()