Searched defs:right_high (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1327 Register right_high = right.AsRegisterPairHigh<Register>(); local
1330 __ cmp(left_high, ShifterOperand(right_high));
H A Dcode_generator_x86.cc1248 Register right_high = right.AsRegisterPairHigh<Register>(); local
1251 __ cmpl(left_high, right_high);

Completed in 127 milliseconds