Home
last modified time | relevance | path

Searched refs:st3 (Results 1 – 25 of 49) sorted by relevance

12

/third_party/lame/libmp3lame/i386/
Dfftfpu.nas85 fld st3 ;f1 f2 f3 f0 f1
113 fld st3 ;g1 g2 g3 g0 g1
368 fld st3
369 fld st3
371 fadd st0, st3
374 fxch st3
396 fld st3
397 fld st3
399 fadd st0, st3
402 fxch st3
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_file_util.py96 st3 = os.stat(self.target)
98 self.assertTrue(os.path.samestat(st2, st3), (st2, st3))
112 st3 = os.stat(self.target)
114 self.assertFalse(os.path.samestat(st2, st3), (st2, st3))
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java513 int i, st3; in writeStage3Roundtrip() local
559 st3 = tableInts[stage2]; in writeStage3Roundtrip()
560 st3 = (char)(st3 * 16 + (c&0xf)); in writeStage3Roundtrip()
566 p = st3*3; in writeStage3Roundtrip()
572 ints[st3] = (int)value; in writeStage3Roundtrip()
576 chars[st3] = (char)value; in writeStage3Roundtrip()
604 int st1, st2, st3, i; in reconstituteData() local
611 st3 = mbcsTable.mbcsIndex.get(stageUTF8Index++); in reconstituteData()
612 if (st3 != 0) { in reconstituteData()
614 st3>>=4; in reconstituteData()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnvmbcs.cpp861 uint32_t st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
903 stage3=results+st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
949 stage3=bytes+st3Multiplier*16*(uint32_t)(uint16_t)st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
952 st3>>=16; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
962 if(st3&1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
985 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
991 … if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
994 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
[all …]
Ducnv_ext.cpp1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1080 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
1082 ps3=stage3+st3; in ucnv_extGetUnicodeSet()
/third_party/skia/third_party/externals/icu/source/common/
Ducnvmbcs.cpp861 uint32_t st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
903 stage3=results+st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
949 stage3=bytes+st3Multiplier*16*(uint32_t)(uint16_t)st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
952 st3>>=16; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
962 if(st3&1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
985 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
991 … if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
994 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
[all …]
Ducnv_ext.cpp1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1080 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
1082 ps3=stage3+st3; in ucnv_extGetUnicodeSet()
/third_party/icu/icu4c/source/common/
Ducnvmbcs.cpp861 uint32_t st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
903 stage3=results+st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
949 stage3=bytes+st3Multiplier*16*(uint32_t)(uint16_t)st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
952 st3>>=16; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
962 if(st3&1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
985 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
991 … if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
994 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
[all …]
Ducnv_ext.cpp1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1080 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
1082 ps3=stage3+st3; in ucnv_extGetUnicodeSet()
/third_party/python/PC/icons/
Dsetup.svg1st3{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id=…
Dpythonw.svg1st3{fill:#fff}.st4{fill:url(#path1948_1_)}.st5{fill:url(#path1950_1_)}</style><path class="icon-ca…
Dlauncher.svg1st3{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id=…
/third_party/python/Lib/test/
Dtest_symtable.py175 st3 = symtable.symtable('def f():\n x = 1\n', 'test', 'exec')
176 st4 = st3.get_children()[0]
/third_party/vixl/test/aarch64/
Dtest-trace-aarch64.cc1993 __ st3(v26.V16B(), v27.V16B(), v28.V16B(), MemOperand(x0)); in GenerateTestSequenceNEON() local
1994 __ st3(v21.V16B(), v22.V16B(), v23.V16B(), MemOperand(x1, x2, PostIndex)); in GenerateTestSequenceNEON() local
1995 __ st3(v24.V16B(), v25.V16B(), v26.V16B(), MemOperand(x1, 48, PostIndex)); in GenerateTestSequenceNEON() local
1996 __ st3(v17.V2D(), v18.V2D(), v19.V2D(), MemOperand(x0)); in GenerateTestSequenceNEON() local
1997 __ st3(v23.V2D(), v24.V2D(), v25.V2D(), MemOperand(x1, x2, PostIndex)); in GenerateTestSequenceNEON() local
1998 __ st3(v10.V2D(), v11.V2D(), v12.V2D(), MemOperand(x1, 48, PostIndex)); in GenerateTestSequenceNEON() local
1999 __ st3(v9.V2S(), v10.V2S(), v11.V2S(), MemOperand(x0)); in GenerateTestSequenceNEON() local
2000 __ st3(v13.V2S(), v14.V2S(), v15.V2S(), MemOperand(x1, x2, PostIndex)); in GenerateTestSequenceNEON() local
2001 __ st3(v22.V2S(), v23.V2S(), v24.V2S(), MemOperand(x1, 24, PostIndex)); in GenerateTestSequenceNEON() local
2002 __ st3(v31.V4H(), v0.V4H(), v1.V4H(), MemOperand(x0)); in GenerateTestSequenceNEON() local
[all …]
Dtest-cpu-features-aarch64.cc2211 TEST_NEON(st3_0, st3(v0.V8B(), v1.V8B(), v2.V8B(), MemOperand(x3)))
2212 TEST_NEON(st3_1, st3(v0.V16B(), v1.V16B(), v2.V16B(), MemOperand(x3)))
2213 TEST_NEON(st3_2, st3(v0.V4H(), v1.V4H(), v2.V4H(), MemOperand(x3)))
2214 TEST_NEON(st3_3, st3(v0.V8H(), v1.V8H(), v2.V8H(), MemOperand(x3)))
2215 TEST_NEON(st3_4, st3(v0.V2S(), v1.V2S(), v2.V2S(), MemOperand(x3)))
2216 TEST_NEON(st3_5, st3(v0.V4S(), v1.V4S(), v2.V4S(), MemOperand(x3)))
2217 TEST_NEON(st3_6, st3(v0.V2D(), v1.V2D(), v2.V2D(), MemOperand(x3)))
2219 st3(v0.V8B(), v1.V8B(), v2.V8B(), MemOperand(x3, 24, PostIndex)))
2221 st3(v0.V16B(), v1.V16B(), v2.V16B(), MemOperand(x3, 48, PostIndex)))
2223 st3(v0.V4H(), v1.V4H(), v2.V4H(), MemOperand(x3, 24, PostIndex)))
[all …]
/third_party/vixl/test/test-trace-reference/
Dlog-disasm-colour1701 0x~~~~~~~~~~~~~~~~ 4c00401a st3 {v26.16b, v27.16b, v28.16b}, [x0]
1702 0x~~~~~~~~~~~~~~~~ 4c824035 st3 {v21.16b, v22.16b, v23.16b}, [x1], x2
1703 0x~~~~~~~~~~~~~~~~ 4c9f4038 st3 {v24.16b, v25.16b, v26.16b}, [x1], #48
1704 0x~~~~~~~~~~~~~~~~ 4c004c11 st3 {v17.2d, v18.2d, v19.2d}, [x0]
1705 0x~~~~~~~~~~~~~~~~ 4c824c37 st3 {v23.2d, v24.2d, v25.2d}, [x1], x2
1706 0x~~~~~~~~~~~~~~~~ 4c9f4c2a st3 {v10.2d, v11.2d, v12.2d}, [x1], #48
1707 0x~~~~~~~~~~~~~~~~ 0c004809 st3 {v9.2s, v10.2s, v11.2s}, [x0]
1708 0x~~~~~~~~~~~~~~~~ 0c82482d st3 {v13.2s, v14.2s, v15.2s}, [x1], x2
1709 0x~~~~~~~~~~~~~~~~ 0c9f4836 st3 {v22.2s, v23.2s, v24.2s}, [x1], #24
1710 0x~~~~~~~~~~~~~~~~ 0c00441f st3 {v31.4h, v0.4h, v1.4h}, [x0]
[all …]
Dlog-disasm1701 0x~~~~~~~~~~~~~~~~ 4c00401a st3 {v26.16b, v27.16b, v28.16b}, [x0]
1702 0x~~~~~~~~~~~~~~~~ 4c824035 st3 {v21.16b, v22.16b, v23.16b}, [x1], x2
1703 0x~~~~~~~~~~~~~~~~ 4c9f4038 st3 {v24.16b, v25.16b, v26.16b}, [x1], #48
1704 0x~~~~~~~~~~~~~~~~ 4c004c11 st3 {v17.2d, v18.2d, v19.2d}, [x0]
1705 0x~~~~~~~~~~~~~~~~ 4c824c37 st3 {v23.2d, v24.2d, v25.2d}, [x1], x2
1706 0x~~~~~~~~~~~~~~~~ 4c9f4c2a st3 {v10.2d, v11.2d, v12.2d}, [x1], #48
1707 0x~~~~~~~~~~~~~~~~ 0c004809 st3 {v9.2s, v10.2s, v11.2s}, [x0]
1708 0x~~~~~~~~~~~~~~~~ 0c82482d st3 {v13.2s, v14.2s, v15.2s}, [x1], x2
1709 0x~~~~~~~~~~~~~~~~ 0c9f4836 st3 {v22.2s, v23.2s, v24.2s}, [x1], #24
1710 0x~~~~~~~~~~~~~~~~ 0c00441f st3 {v31.4h, v0.4h, v1.4h}, [x0]
[all …]
Dlog-cpufeatures-custom1700 0x~~~~~~~~~~~~~~~~ 4c00401a st3 {v26.16b, v27.16b, v28.16b}, [x0] ### {NEON} ###
1701 0x~~~~~~~~~~~~~~~~ 4c824035 st3 {v21.16b, v22.16b, v23.16b}, [x1], x2 ### {NEON} ###
1702 0x~~~~~~~~~~~~~~~~ 4c9f4038 st3 {v24.16b, v25.16b, v26.16b}, [x1], #48 ### {NEON} ###
1703 0x~~~~~~~~~~~~~~~~ 4c004c11 st3 {v17.2d, v18.2d, v19.2d}, [x0] ### {NEON} ###
1704 0x~~~~~~~~~~~~~~~~ 4c824c37 st3 {v23.2d, v24.2d, v25.2d}, [x1], x2 ### {NEON} ###
1705 0x~~~~~~~~~~~~~~~~ 4c9f4c2a st3 {v10.2d, v11.2d, v12.2d}, [x1], #48 ### {NEON} ###
1706 0x~~~~~~~~~~~~~~~~ 0c004809 st3 {v9.2s, v10.2s, v11.2s}, [x0] ### {NEON} ###
1707 0x~~~~~~~~~~~~~~~~ 0c82482d st3 {v13.2s, v14.2s, v15.2s}, [x1], x2 ### {NEON} ###
1708 0x~~~~~~~~~~~~~~~~ 0c9f4836 st3 {v22.2s, v23.2s, v24.2s}, [x1], #24 ### {NEON} ###
1709 0x~~~~~~~~~~~~~~~~ 0c00441f st3 {v31.4h, v0.4h, v1.4h}, [x0] ### {NEON} ###
[all …]
Dlog-cpufeatures-colour1700 0x~~~~~~~~~~~~~~~~ 4c00401a st3 {v26.16b, v27.16b, v28.16b}, [x0] NEON
1701 0x~~~~~~~~~~~~~~~~ 4c824035 st3 {v21.16b, v22.16b, v23.16b}, [x1], x2 NEON
1702 0x~~~~~~~~~~~~~~~~ 4c9f4038 st3 {v24.16b, v25.16b, v26.16b}, [x1], #48 NEON
1703 0x~~~~~~~~~~~~~~~~ 4c004c11 st3 {v17.2d, v18.2d, v19.2d}, [x0] NEON
1704 0x~~~~~~~~~~~~~~~~ 4c824c37 st3 {v23.2d, v24.2d, v25.2d}, [x1], x2 NEON
1705 0x~~~~~~~~~~~~~~~~ 4c9f4c2a st3 {v10.2d, v11.2d, v12.2d}, [x1], #48 NEON
1706 0x~~~~~~~~~~~~~~~~ 0c004809 st3 {v9.2s, v10.2s, v11.2s}, [x0] NEON
1707 0x~~~~~~~~~~~~~~~~ 0c82482d st3 {v13.2s, v14.2s, v15.2s}, [x1], x2 NEON
1708 0x~~~~~~~~~~~~~~~~ 0c9f4836 st3 {v22.2s, v23.2s, v24.2s}, [x1], #24 NEON
1709 0x~~~~~~~~~~~~~~~~ 0c00441f st3 {v31.4h, v0.4h, v1.4h}, [x0] NEON
[all …]
Dlog-cpufeatures1700 0x~~~~~~~~~~~~~~~~ 4c00401a st3 {v26.16b, v27.16b, v28.16b}, [x0] // Needs: NEON
1701 0x~~~~~~~~~~~~~~~~ 4c824035 st3 {v21.16b, v22.16b, v23.16b}, [x1], x2 // Needs: NEON
1702 0x~~~~~~~~~~~~~~~~ 4c9f4038 st3 {v24.16b, v25.16b, v26.16b}, [x1], #48 // Needs: NEON
1703 0x~~~~~~~~~~~~~~~~ 4c004c11 st3 {v17.2d, v18.2d, v19.2d}, [x0] // Needs: NEON
1704 0x~~~~~~~~~~~~~~~~ 4c824c37 st3 {v23.2d, v24.2d, v25.2d}, [x1], x2 // Needs: NEON
1705 0x~~~~~~~~~~~~~~~~ 4c9f4c2a st3 {v10.2d, v11.2d, v12.2d}, [x1], #48 // Needs: NEON
1706 0x~~~~~~~~~~~~~~~~ 0c004809 st3 {v9.2s, v10.2s, v11.2s}, [x0] // Needs: NEON
1707 0x~~~~~~~~~~~~~~~~ 0c82482d st3 {v13.2s, v14.2s, v15.2s}, [x1], x2 // Needs: NEON
1708 0x~~~~~~~~~~~~~~~~ 0c9f4836 st3 {v22.2s, v23.2s, v24.2s}, [x1], #24 // Needs: NEON
1709 0x~~~~~~~~~~~~~~~~ 0c00441f st3 {v31.4h, v0.4h, v1.4h}, [x0] // Needs: NEON
[all …]
Dlog-all8159 0x~~~~~~~~~~~~~~~~ 4c00401a st3 {v26.16b, v27.16b, v28.16b}, [x0]
8179 0x~~~~~~~~~~~~~~~~ 4c824035 st3 {v21.16b, v22.16b, v23.16b}, [x1], x2
8200 0x~~~~~~~~~~~~~~~~ 4c9f4038 st3 {v24.16b, v25.16b, v26.16b}, [x1], #48
8221 0x~~~~~~~~~~~~~~~~ 4c004c11 st3 {v17.2d, v18.2d, v19.2d}, [x0]
8227 0x~~~~~~~~~~~~~~~~ 4c824c37 st3 {v23.2d, v24.2d, v25.2d}, [x1], x2
8234 0x~~~~~~~~~~~~~~~~ 4c9f4c2a st3 {v10.2d, v11.2d, v12.2d}, [x1], #48
8241 0x~~~~~~~~~~~~~~~~ 0c004809 st3 {v9.2s, v10.2s, v11.2s}, [x0]
8247 0x~~~~~~~~~~~~~~~~ 0c82482d st3 {v13.2s, v14.2s, v15.2s}, [x1], x2
8254 0x~~~~~~~~~~~~~~~~ 0c9f4836 st3 {v22.2s, v23.2s, v24.2s}, [x1], #24
8261 0x~~~~~~~~~~~~~~~~ 0c00441f st3 {v31.4h, v0.4h, v1.4h}, [x0]
[all …]
/third_party/elfutils/tests/
Drun-allregs.sh76 14: %st3 (st3), float 80 bits
148 36: %st3 (st3), float 80 bits
2798 36: %st3 (st3), float 80 bits
Drun-readelf-mixed-corenote.sh577 st2: 0x00000000000000000000 st3: 0x00000000000000000000
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12581 "st1h\004st1w\003st2\004st2b\004st2d\004st2g\004st2h\004st2w\003st3\004s"
18555 …{ 5287 /* st3 */, AArch64::ST3Threev16b, Convert__TypedVectorList3_1681_0__Reg1_2, AMFBS_HasNEON, …
18556 …{ 5287 /* st3 */, AArch64::ST3Threev2d, Convert__TypedVectorList3_2641_0__Reg1_2, AMFBS_HasNEON, {…
18557 …{ 5287 /* st3 */, AArch64::ST3Threev2s, Convert__TypedVectorList3_2321_0__Reg1_2, AMFBS_HasNEON, {…
18558 …{ 5287 /* st3 */, AArch64::ST3Threev4h, Convert__TypedVectorList3_4161_0__Reg1_2, AMFBS_HasNEON, {…
18559 …{ 5287 /* st3 */, AArch64::ST3Threev4s, Convert__TypedVectorList3_4321_0__Reg1_2, AMFBS_HasNEON, {…
18560 …{ 5287 /* st3 */, AArch64::ST3Threev8b, Convert__TypedVectorList3_881_0__Reg1_2, AMFBS_HasNEON, { …
18561 …{ 5287 /* st3 */, AArch64::ST3Threev8h, Convert__TypedVectorList3_8161_0__Reg1_2, AMFBS_HasNEON, {…
18562 …{ 5287 /* st3 */, AArch64::ST3Threev16b, Convert__VecListThree1281_1__Reg1_3, AMFBS_HasNEON, { MCK…
18563 …{ 5287 /* st3 */, AArch64::ST3Threev2d, Convert__VecListThree1281_1__Reg1_3, AMFBS_HasNEON, { MCK_…
[all …]
/third_party/openh264/codec/common/arm64/
Ddeblocking_aarch64_neon.S183 st3 {\arg0\().b, \arg1\().b, \arg2\().b} [\arg6], [x3], x1
184 st3 {\arg3\().b, \arg4\().b, \arg5\().b} [\arg6], [x0], x1

12