HomeSort by: relevance | last modified time | path
    Searched defs:QI (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/cgen/
basic-modes.h 32 typedef int8_t QI;
  /src/external/gpl3/binutils.old/dist/include/cgen/
basic-modes.h 32 typedef int8_t QI;
  /src/external/gpl3/gdb/dist/include/cgen/
basic-modes.h 32 typedef int8_t QI;
  /src/external/gpl3/gdb/dist/sim/rl78/
cpu.h 33 typedef uint8_t QI;
  /src/external/gpl3/gdb.old/dist/include/cgen/
basic-modes.h 32 typedef int8_t QI;
  /src/external/gpl3/gdb.old/dist/sim/rl78/
cpu.h 33 typedef uint8_t QI;
  /src/external/gpl3/gdb/dist/sim/common/
cgen-types.h 65 typedef int8_t QI;
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-types.h 65 typedef int8_t QI;
  /src/external/gpl3/gdb/dist/sim/m32c/
cpu.h 28 typedef unsigned char QI;
58 QI r_intbh;
130 QI bytes;
131 QI mem;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
cpu.h 28 typedef unsigned char QI;
58 QI r_intbh;
130 QI bytes;
131 QI mem;
  /src/external/gpl3/gdb/dist/sim/rx/
cpu.h 28 typedef uint8_t QI;
  /src/external/gpl3/gdb.old/dist/sim/rx/
cpu.h 28 typedef uint8_t QI;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 1561 auto *QI = dyn_cast<ConstantInt>(PV.Q);
1562 assert(QI && QI->getBitWidth() <= 32);
1566 unsigned Tmp = (QI->getZExtValue() | 1) & M;
1568 auto *QVI = ConstantInt::get(QI->getType(), QV);
1570 P = B.CreateTrunc(P, QI->getType());

Completed in 27 milliseconds