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

  /external/swiftshader/src/Reactor/
x86.hpp 102 RValue<Int4> pmovzxbd(RValue<Byte16> x);
Reactor.hpp 35 class Byte16;
627 class Byte16 : public LValue<Byte16>
630 Byte16() = default;
631 // Byte16(int x, int y, int z, int w);
632 Byte16(RValue<Byte16> rhs);
633 Byte16(const Byte16 &rhs);
634 Byte16(const Reference<Byte16> &rhs)
    [all...]
LLVMReactor.cpp 107 case Type_v8i8: return T(Byte16::getType());
108 case Type_v4i8: return T(Byte16::getType());
3291 Value *byte16 = Nucleus::createBitCast(x.value, Byte16::getType()); local
    [all...]
SubzeroReactor.cpp     [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-memcmp-atom.S 1601 jnz L(Byte16)
1627 L(Byte16):
1680 jnz L(Byte16)
    [all...]

Completed in 408 milliseconds