Home
last modified time | relevance | path

Searched defs:isShift (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/
DInstruction.h87 bool isShift() { return isShift(getOpcode()); } in isShift() function
101 static inline bool isShift(unsigned Opcode) { in isShift() function
/external/llvm/utils/TableGen/
DNeonEmitter.cpp1461 bool isShift) { in GenTest()
1532 bool isShift = R->getValueAsBit("isShift"); in runTests() local
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4041 jint repeatCount, jboolean isShift, jboolean isAlt, jboolean isSym, in Key()
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c2371 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
Dguest_amd64_toIR.c3253 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5811 bool isShift = getSubtarget()->hasSSE2() && in LowerVECTOR_SHUFFLE() local