Searched refs:int3 (Results 1 - 25 of 47) sorted by relevance

12

/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
H A Dspirv.h5 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySize(image2d_array_t img);
6 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySize(image2d_array_depth_t img);
12 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySizeLod(image2d_array_t img, int lod);
13 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySizeLod(image2d_array_depth_t img, int lod);
14 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySizeLod(image3d_t img, int lod);
H A Dspirv_convert.h1147 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3(half3);
1148 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_rtz(half3);
1149 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_rte(half3);
1150 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_rtp(half3);
1151 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_rtn(half3);
1152 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_sat(half3);
1153 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_sat_rtz(half3);
1154 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_sat_rte(half3);
1155 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_sat_rtp(half3);
1156 __attribute__((overloadable)) int3 __spirv_ConvertFToS_Rint3_sat_rt
[all...]
/external/libcxx/test/std/utilities/intseq/intseq.intseq/
H A Dinteger_seq.pass.cpp29 using int3 = std::integer_sequence<int, 3, 2, 1>;
35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
36 static_assert ( int3::size() == 3, "int3 size wrong" );
/external/libcxx/test/std/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp28 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2
36 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
37 static_assert ( int3::size () == 3, "int3 size wrong" );
57 auto t3 = extract ( tup, int3() );
58 static_assert ( std::tuple_size<decltype(t3)>::value == int3::size (), "t3 size wrong");
/external/clang/test/CodeGen/
H A Darm-swiftcall.c65 typedef int int3 __attribute__((ext_vector_type(3))); typedef
501 int3 v __attribute__((packed));
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DOther.cpp39 __ int3();
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dsigreturn.c101 * An aligned int3 instruction used as a trampoline. Some of the tests
103 * before the int3.
106 ".type int3, @function\n\t"
108 "int3:\n\t"
110 "int3\n\t"
111 ".size int3, . - int3\n\t"
114 extern char int3[4096];
121 * - code16_sel: A 16-bit LDT code segment pointing to int3.
123 * - npcode32_sel: A 32-bit not-present LDT code segment pointing to int3
[all...]
/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/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DOther.cpp39 __ int3();
/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/libbrillo/brillo/
H A Dany_unittest.cc265 Any int3{20};
267 EXPECT_NE(int2, int3);
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc106 patcher.masm()->int3();
114 osr_patcher.masm()->int3();
H A Dcodegen-ia32.cc403 __ int3();
460 __ int3();
H A Dmacro-assembler-ia32.cc191 int3();
458 int3();
491 int3();
560 int3();
626 int3();
2447 int3();
2462 int3();
2482 int3();
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc46 patcher.masm()->int3();
54 osr_patcher.masm()->int3();
H A Dmacro-assembler-x64.cc217 int3();
291 int3();
361 int3();
375 int3();
438 int3();
508 int3();
611 int3();
638 int3();
657 int3();
/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/v8/src/x87/
H A Ddeoptimizer-x87.cc106 patcher.masm()->int3();
114 osr_patcher.masm()->int3();
H A Dmacro-assembler-x87.cc183 int3();
380 int3();
410 int3();
475 int3();
541 int3();
2304 int3();
2319 int3();
2339 int3();
/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/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/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-32.s80 int3 label
81 // CHECK: int3
/external/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc784 __ int3();
937 __ int3();
980 __ int3();
3239 __ int3();

Completed in 653 milliseconds

12