OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isShift
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
88
bool
isShift
() { return
isShift
(getOpcode()); }
102
static inline bool
isShift
(unsigned Opcode) {
/external/clang/utils/TableGen/
NeonEmitter.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
447
bool
isShift
() const {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
548
public final boolean
isShift
() {
[
all
...]
/external/valgrind/main/VEX/priv/
guest_x86_toIR.c
[
all
...]
guest_amd64_toIR.c
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 5025 milliseconds