Searched defs:int3 (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-32.s80 int3 label
81 // CHECK: int3
/external/clang/test/CodeGen/
H A Darm-swiftcall.c65 typedef int int3 __attribute__((ext_vector_type(3))); typedef
501 int3 v __attribute__((packed));
/external/llvm/test/MC/X86/
H A Dx86-16.s64 int3 label
65 // CHECK: int3
H A Dx86-32.s108 int3 label
109 // CHECK: int3
/external/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp35 TType *int3 = new TType(EbtInt, 3); local
343 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler3D, int1);
345 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler2DArray, int1);
348 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", sampler2DArrayShadow, int1);
358 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler3D, float3, int3);
365 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler3D, float3, int3, float1);
372 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProjOffset", gsampler3D, float4, int3);
379 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProjOffset", gsampler3D, float4, int3, float1);
384 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureLodOffset", gsampler3D, float3, float1, int3);
395 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProjLodOffset", gsampler3D, float4, float1, int3);
[all...]
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dcompatibility.hpp108 typedef detail::tvec3<int, highp> int3; //!< \brief integer vector with 3 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp65 int &&int3 = ConvertsTo<float&>(); // expected-error{{no viable conversion from 'ConvertsTo<float &>' to 'int'}} local
/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; local
906 int3 = _mm_unpacklo_epi16(lineg, lineh);
909 linee = _mm_unpacklo_epi16(int2, int3);
910 int2 = _mm_unpackhi_epi16(int2, int3);
918 int3 = _mm_unpacklo_epi16(int1, int2);
925 linec = int3;
1051 int3 = _mm_unpackhi_epi16(int1, int2);
1071 int2 = _mm_unpacklo_epi16(int3, int4);
1072 high1 = _mm_unpackhi_epi16(int3, int4);
/external/clang/lib/Headers/
H A Dopencl-c.h99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
1848 char3 __ovld __cnfn convert_char3_rte(int3);
1849 char3 __ovld __cnfn convert_char3_sat_rte(int3);
1850 char3 __ovld __cnfn convert_char3_rtz(int3);
1851 char3 __ovld __cnfn convert_char3_sat_rtz(int3);
1852 char3 __ovld __cnfn convert_char3_rtp(int3);
1853 char3 __ovld __cnfn convert_char3_sat_rtp(int3);
1854 char3 __ovld __cnfn convert_char3_rtn(int3);
1855 char3 __ovld __cnfn convert_char3_sat_rtn(int3);
1856 char3 __ovld __cnfn convert_char3(int3);
[all...]
/external/v8/src/x87/
H A Dassembler-x87.cc225 memset(buffer_, 0xCC, buffer_size_); // int3
1288 void Assembler::int3() { function in class:v8::internal::Assembler
2072 // Clear the buffer in debug mode. Use 'int3' instructions to make
/external/v8/src/ia32/
H A Dassembler-ia32.cc310 memset(buffer_, 0xCC, buffer_size_); // int3
1417 void Assembler::int3() { function in class:v8::internal::Assembler
2932 // Clear the buffer in debug mode. Use 'int3' instructions to make
/external/v8/src/x64/
H A Dassembler-x64.cc300 memset(buffer_, 0xCC, buffer_size_); // int3
425 // Clear the buffer in debug mode. Use 'int3' instructions to make
1191 void Assembler::int3() { function in class:v8::internal::Assembler

Completed in 471 milliseconds