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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2589 // shifter operand operation, the IR generating `right_reg` (input to the type
2592 Register right_reg = RegisterFrom(instruction->GetLocations()->InAt(1), type); local
2597 right_operand = Operand(right_reg, helpers::ExtendFromOpKind(op_kind));
2599 right_operand = Operand(right_reg,

Completed in 299 milliseconds