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

  /external/swiftshader/src/Reactor/
x86.hpp 67 RValue<Short8> packssdw(RValue<Int4> x, RValue<Int4> y);
76 RValue<Short8> psraw(RValue<Short8> x, unsigned char y);
78 RValue<Short8> psllw(RValue<Short8> x, unsigned char y);
95 RValue<Short8> pmulhw(RValue<Short8> x, RValue<Short8> y);
97 RValue<Int4> pmaddwd(RValue<Short8> x, RValue<Short8> y)
    [all...]
LLVMReactor.cpp 105 case Type_v4i16: return T(Short8::getType());
106 case Type_v2i16: return T(Short8::getType());
2562 Value *short8 = Nucleus::createBitCast(cast.value, Short8::getType()); local
3293 Value *short8 = Nucleus::createBitCast(shuffle, UShort8::getType()); local
    [all...]
Reactor.hpp 43 class Short8;
    [all...]
SubzeroReactor.cpp     [all...]
Main.cpp 232 *Pointer<Short8>(out + 16 * 1) = Short8(Short4(0x0201, 0x0403, 0x0605, 0x0807), Short4(0x0A09, 0x0C0B, 0x0E0D, 0x100F));
872 *Pointer<Short8>(out + 8 * 2) =
933 // (U)Short8 variants are mentioned but unimplemented
972 // (U)Short8 variant is mentioned but unimplemented

Completed in 214 milliseconds