Searched defs:Int4 (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp104 case Type_v2i32: return T(Int4::getType());
563 createStore(createExtractElement(createBitCast(value, Int4::getType()), Int::getType(), 0), createBitCast(ptr, Pointer<Int>::getType()), Int::getType(), isVolatile, alignment);
2250 return As<Short4>(Swizzle(As<Int4>(lowHigh), 0xEE));
2456 return As<Short4>(Swizzle(As<Int4>(lowHigh), 0xEE));
2559 Short4::Short4(RValue<Int4> cast)
2565 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value;
2576 Int4 v4i32 = Int4(cast);
2577 v4i32 = As<Int4>(x86::packssdw(v4i32, v4i32));
2793 RValue<Int4> int
4463 Int4::Int4() : XYZW(this) function in class:sw::Int4
4467 Int4::Int4(RValue<Byte4> cast) : XYZW(this) function in class:sw::Int4
4487 Int4::Int4(RValue<SByte4> cast) : XYZW(this) function in class:sw::Int4
4507 Int4::Int4(RValue<Float4> cast) : XYZW(this) function in class:sw::Int4
4514 Int4::Int4(RValue<Short4> cast) : XYZW(this) function in class:sw::Int4
4528 Int4::Int4(RValue<UShort4> cast) : XYZW(this) function in class:sw::Int4
4542 Int4::Int4(int xyzw) : XYZW(this) function in class:sw::Int4
4547 Int4::Int4(int x, int yzw) : XYZW(this) function in class:sw::Int4
4552 Int4::Int4(int x, int y, int zw) : XYZW(this) function in class:sw::Int4
4557 Int4::Int4(int x, int y, int z, int w) : XYZW(this) function in class:sw::Int4
4568 Int4::Int4(RValue<Int4> rhs) : XYZW(this) function in class:sw::Int4
4573 Int4::Int4(const Int4 &rhs) : XYZW(this) function in class:sw::Int4
4579 Int4::Int4(const Reference<Int4> &rhs) : XYZW(this) function in class:sw::Int4
4585 Int4::Int4(RValue<UInt4> rhs) : XYZW(this) function in class:sw::Int4
4590 Int4::Int4(const UInt4 &rhs) : XYZW(this) function in class:sw::Int4
4596 Int4::Int4(const Reference<UInt4> &rhs) : XYZW(this) function in class:sw::Int4
4602 Int4::Int4(RValue<Int2> lo, RValue<Int2> hi) : XYZW(this) function in class:sw::Int4
4610 Int4::Int4(RValue<Int> rhs) : XYZW(this) function in class:sw::Int4
4621 Int4::Int4(const Int &rhs) : XYZW(this) function in class:sw::Int4
4626 Int4::Int4(const Reference<Int> &rhs) : XYZW(this) function in class:sw::Int4
[all...]
H A DReactor.hpp49 class Int4;
735 explicit Short4(RValue<Int4> cast);
813 explicit UShort4(RValue<Int4> cast);
926 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y);
927 RValue<Int4> Abs(RValue<Int4> x);
1199 explicit Int2(RValue<Int4> cast);
1357 struct Scalar<Int4>
1754 class Int4 : public LValue<Int4>, publi class in namespace:sw
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 394 milliseconds