Home
last modified time | relevance | path

Searched refs:int1 (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
Dtest-setcond-int.ll4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-setcond-int.ll4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-setcond-int.ll4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/
Dtest-interp-vec-setcond-int.ll4 %int1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
56 %test37 = icmp eq <3 x i32> %int1, %int2
57 %test38 = icmp sge <3 x i32> %int1, %int2
58 %test39 = icmp sgt <3 x i32> %int1, %int2
59 %test40 = icmp sle <3 x i32> %int1, %int2
60 %test41 = icmp slt <3 x i32> %int1, %int2
61 %test42 = icmp ne <3 x i32> %int1, %int2
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp33 TType *int1 = new TType(EbtInt); in InsertBuiltInFunctions() local
89 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMin, genIType, "min", genIType, int1); in InsertBuiltInFunctions()
95 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMax, genIType, "max", genIType, int1); in InsertBuiltInFunctions()
100 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpClamp, genIType, "clamp", genIType, int1, int1); in InsertBuiltInFunctions()
329 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsampler2D, int1); in InsertBuiltInFunctions()
330 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler3D, int1); in InsertBuiltInFunctions()
331 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsamplerCube, int1); in InsertBuiltInFunctions()
332 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler2DArray, int1); in InsertBuiltInFunctions()
333 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", sampler2DShadow, int1); in InsertBuiltInFunctions()
334 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", samplerCubeShadow, int1); in InsertBuiltInFunctions()
[all …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java279 String int1 = "[I"; in testGetCommonSuperclass_arrays() local
314 superclassTest(int1, int1, int1); in testGetCommonSuperclass_arrays()
315 superclassTest(object, int1, float1); in testGetCommonSuperclass_arrays()
316 superclassTest(object, int1, int2); in testGetCommonSuperclass_arrays()
/external/libbrillo/brillo/
Dany_unittest.cc263 Any int1{12}; in TEST() local
266 EXPECT_EQ(int1, int2); in TEST()
289 Any int1{1}; in TEST() local
291 EXPECT_NE(int1, empty1); in TEST()
292 EXPECT_NE(empty2, int1); in TEST()
/external/libxml2/
Derror.c416 (err->int1 < 100) && in xmlReportError()
417 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in xmlReportError()
422 for (i=0;i < err->int1;i++) in xmlReportError()
459 const char *str2, const char *str3, int int1, int col, in __xmlRaiseError() argument
595 to->int1 = int1; in __xmlRaiseError()
984 to->int1 = from->int1; in xmlCopyError()
Dtestrecurse.c559 (err->int1 < 100) && in testStructuredErrorHandler()
560 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in testStructuredErrorHandler()
565 for (i=0;i < err->int1;i++) in testStructuredErrorHandler()
Dtestlimits.c651 (err->int1 < 100) && in testStructuredErrorHandler()
652 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in testStructuredErrorHandler()
657 for (i=0;i < err->int1;i++) in testStructuredErrorHandler()
Druntest.c515 (err->int1 < 100) && in testStructuredErrorHandler()
516 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in testStructuredErrorHandler()
521 for (i=0;i < err->int1;i++) in testStructuredErrorHandler()
Dxpointer.c106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base; in xmlXPtrErr()
/external/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll56 define float @int1(float %a, float %b) {
57 ; X32-LABEL: @int1
68 ; X64-LABEL: @int1
/external/xmlrpcpp/test/
DTestValuesWin32.cpp41 XmlRpcValue int1(1); in testInt() local
49 assert(int(int10) - int(int1) == int(int9Xml)); in testInt()
DTestValues.cpp38 XmlRpcValue int1(1); in testInt() local
46 assert(int(int10) - int(int1) == int(int9Xml)); in testInt()
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll127 %int1 = bitcast double %biased1 to i64
157 %or1 = or i64 %or0, %int1
187 %int1 = load volatile i64 , i64 *@iptr
188 %masked1 = and i64 %int1, %mask
252 %int1 = phi i64 [ 0, %entry ], [ %add1, %loop ]
264 %add1 = add i64 %int1, %bias
/external/llvm/test/CodeGen/AArch64/
Darm64-andCmpBrToTBZ.ll6 …8* %str8, i8* %str9, i8* %str10, i8* %str11, i8* %str12, i8* %str13, i32 %int1, i8* %str14) unname…
15 %and.i.i.i = and i32 %int1, 4
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
881 int1 = _mm_unpacklo_epi16(linea, lineb); in ih264_deblk_luma_vert_bslt4_ssse3()
887 linea = _mm_unpacklo_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
888 int1 = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
918 int3 = _mm_unpacklo_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
919 lined = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
1044 int1 = _mm_unpacklo_epi16(linea, linee); in ih264_deblk_luma_vert_bslt4_ssse3()
1050 linea = _mm_unpacklo_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
1051 int3 = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
1056 int1 = _mm_unpacklo_epi16(lineb, linef); in ih264_deblk_luma_vert_bslt4_ssse3()
[all …]
/external/libxml2/include/libxml/
Dxmlerror.h88 int int1; /* extra number information */ member
931 int int1,
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp51 int && int1 = ConvertsTo<int&&>(); in test_rvalue_refs()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp867 int int1, int2, default_int; variable
871 typedef S<int1> T1;
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp106 …typedef int int1; //!< \brief integer vector with 1 component. (From GLM_GTX_compatibility… typedef
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c262 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in wpas_dbus_handler_p2p_presence_request() local
282 int1 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request()
295 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0) in wpas_dbus_handler_p2p_presence_request()
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle101 d int1 like(xmlCint) Extra number info
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c6519 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in p2p_ctrl_presence_req() local
6531 int1 = atoi(pos); in p2p_ctrl_presence_req()
6544 return wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2); in p2p_ctrl_presence_req()

12