HomeSort by relevance Sort by last modified time
    Searched full:elementbitwidth (Results 1 - 1 of 1) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 140 unsigned Bitwidth, ElementBitwidth, NumVectors;
146 NoManglingQ(false), Bitwidth(0), ElementBitwidth(0), NumVectors(0) {}
151 NoManglingQ(false), Bitwidth(0), ElementBitwidth(0), NumVectors(0) {
174 bool isFloat() const { return Float && ElementBitwidth == 32; }
175 bool isDouble() const { return Float && ElementBitwidth == 64; }
176 bool isHalf() const { return Float && ElementBitwidth == 16; }
178 bool isChar() const { return ElementBitwidth == 8; }
179 bool isShort() const { return !Float && ElementBitwidth == 16; }
180 bool isInt() const { return !Float && ElementBitwidth == 32; }
181 bool isLong() const { return !Float && ElementBitwidth == 64;
    [all...]

Completed in 455 milliseconds