HomeSort by relevance Sort by last modified time
    Searched defs:isShift (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 110 bool isShift() { return isShift(getOpcode()); }
125 static inline bool isShift(unsigned Opcode) {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 432 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) {
457 if (!RLL || !isShift(RLL, SystemZ::RLL, 31))
461 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 605 public final boolean isShift() {
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 777 milliseconds