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

  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc-b.c 92 #define BRT(a,b,c,d,e,f) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, f, 0, NULL
165 {"br.ret.sptk.few", BRT (0x21, 4, 0, 0, 0, MOD_RRBS)},
166 {"br.ret.sptk", BRT (0x21, 4, 0, 0, 0, PSEUDO | MOD_RRBS)},
167 {"br.ret.sptk.few.clr", BRT (0x21, 4, 0, 0, 1, MOD_RRBS)},
168 {"br.ret.sptk.clr", BRT (0x21, 4, 0, 0, 1, PSEUDO | MOD_RRBS)},
169 {"br.ret.spnt.few", BRT (0x21, 4, 0, 1, 0, MOD_RRBS)},
170 {"br.ret.spnt", BRT (0x21, 4, 0, 1, 0, PSEUDO | MOD_RRBS)},
171 {"br.ret.spnt.few.clr", BRT (0x21, 4, 0, 1, 1, MOD_RRBS)},
172 {"br.ret.spnt.clr", BRT (0x21, 4, 0, 1, 1, PSEUDO | MOD_RRBS)},
173 {"br.ret.dptk.few", BRT (0x21, 4, 0, 2, 0, MOD_RRBS)}
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 220 if (auto *BRT = dyn_cast<BitsRecTy>(Ty)) {
221 SmallVector<Init *, 16> NewBits(BRT->getNumBits());
223 for (unsigned i = 0; i != BRT->getNumBits(); ++i)
247 if (auto *BRT = dyn_cast<BitsRecTy>(Ty)) {
249 if (BRT->getNumBits() == 1)
294 if (auto *BRT = dyn_cast<BitsRecTy>(Ty)) {
297 if (getNumBits() != BRT->getNumBits()) return nullptr;
423 if (auto *BRT = dyn_cast<BitsRecTy>(Ty)) {
426 if (!canFitInBitfield(Value, BRT->getNumBits()))
429 SmallVector<Init *, 16> NewBits(BRT->getNumBits())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 175 if (BitsRecTy *BRT = dynamic_cast<BitsRecTy*>(VI->getType()))
176 if (BRT->Size == Size) {
    [all...]

Completed in 267 milliseconds