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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc1902 // shifter operand operation, the IR generating `right_reg` (input to the type
1905 Register right_reg = RegisterFrom(instruction->GetLocations()->InAt(1), type); local
1913 right_operand = Operand(right_reg, helpers::ExtendFromOpKind(op_kind));
1915 right_operand = Operand(right_reg, helpers::ShiftFromOpKind(op_kind), shift_amount);

Completed in 17 milliseconds