HomeSort by relevance Sort by last modified time
    Searched refs:isShiftedImm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 695 bool isShiftedImm() const { return Kind == k_ShiftedImm; }
697 if (!isShiftedImm() && !isImm())
703 if (isShiftedImm()) {
735 if (!isShiftedImm() && !isImm())
741 if (isShiftedImm()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 738 bool isShiftedImm() const { return Kind == k_ShiftedImm; }
745 if (isShiftedImm() && Width == getShiftedImmShift())
762 if (!isShiftedImm() && !isImm())
768 if (isShiftedImm()) {
807 if (!isShiftedImm() && !isImm())
824 if (!isShiftedImm() && (!isImm() || !isa<MCConstantExpr>(getImm())))
842 if (!isShiftedImm() && (!isImm() || !isa<MCConstantExpr>(getImm())))
    [all...]

Completed in 1951 milliseconds