OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shl_shift
(Results
1 - 1
of
1
) sorted by null
/art/compiler/optimizing/
instruction_simplifier.cc
436
HInstruction*
shl_shift
= shl->GetRight();
local
438
if ((
shl_shift
->IsSub() && IsSubRegBitsMinusOther(
shl_shift
->AsSub(), reg_bits, ushr_shift)) ||
439
(ushr_shift->IsSub() && IsSubRegBitsMinusOther(ushr_shift->AsSub(), reg_bits,
shl_shift
))) {
[
all
...]
Completed in 117 milliseconds