OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islsl
(Results
1 - 10
of
10
) sorted by null
/external/vixl/src/aarch32/
operands-aarch32.h
835
return rm_.IsValid() && shift_.
IsLSL
() && (shift_amount_ == 0);
845
return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.
IsLSL
() &&
866
if ((shift_amount_ == 0) && !shift_.
IsLSL
()) {
operands-aarch32.cc
56
if ((operand.GetShift().
IsLSL
() || operand.GetShift().IsROR()) &&
instructions-aarch32.h
[
all
...]
assembler-aarch32.cc
[
all
...]
disasm-aarch32.cc
[
all
...]
disasm-aarch32.h
427
if ((operand.GetShift().
IsLSL
() || operand.GetShift().IsROR()) &&
[
all
...]
macro-assembler-aarch32.h
[
all
...]
/external/capstone/arch/AArch64/
AArch64InstPrinter.c
[
all
...]
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
Completed in 443 milliseconds