Home
last modified time | relevance | path

Searched refs:PS (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/external/clang/test/CodeGen/
Dc11atomics-ios.c145 typedef struct { short x, y, z; } PS; typedef
147 void testPromotedStruct(_Atomic(PS) *fp) { in testPromotedStruct()
165 __c11_atomic_init(fp, (PS){1,2,3}); in testPromotedStruct()
176 _Atomic(PS) x = (PS){1,2,3}; in testPromotedStruct()
187 PS f = *fp; in testPromotedStruct()
205 void testPromotedStructOps(_Atomic(PS) *p) { in testPromotedStructOps()
206 PS a = __c11_atomic_load(p, 5); in testPromotedStructOps()
208 PS b = __c11_atomic_exchange(p, a, 5); in testPromotedStructOps()
Dc11atomics.c274 typedef struct { short x, y, z; } PS; typedef
276 void testPromotedStruct(_Atomic(PS) *fp) { in testPromotedStruct()
297 __c11_atomic_init(fp, (PS){1,2,3}); in testPromotedStruct()
308 _Atomic(PS) x = (PS){1,2,3}; in testPromotedStruct()
318 PS f = *fp; in testPromotedStruct()
344 int a = ((PS)*fp).x; in testPromotedStruct()
353 void testPromotedStructOps(_Atomic(PS) *p) { in testPromotedStructOps()
354 PS a = __c11_atomic_load(p, 5); in testPromotedStructOps()
356 PS b = __c11_atomic_exchange(p, a, 5); in testPromotedStructOps()
Dbuiltin-memfns.c70 struct PS { struct
73 struct PS ps; argument
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS)); in test8()
Ddebug-info-crash.c27 } PS; typedef
30 PS p2; in foo()
/external/valgrind/main/memcheck/tests/x86/
Dsse_memory.c176 #define PS 16 macro
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltps)
[all …]
/external/valgrind/main/memcheck/tests/amd64/
Dsse_memory.c176 #define PS 16 macro
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltps)
[all …]
/external/clang/docs/tools/
DMakefile30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) macro
81 ps: $(PS)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
103 install-ps:: $(PS)
104 $(Echo) Installing PS Clang Tools Documentation
106 $(Verb) $(DataInstall) $(PS) $(PS_DIR)
/external/llvm/lib/Target/X86/
DX86InstrVMX.td43 "vmptrld\t$vmcs", []>, PS;
47 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>;
49 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>;
51 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>;
53 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>;
55 "vmwrite{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>;
57 "vmwrite{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>;
59 "vmwrite{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>;
61 "vmwrite{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>;
DX86InstrFormats.td113 def PS : Prefix<1>;
158 class XOP8 { Map OpMap = XOP8; Prefix OpPrefix = PS; }
159 class XOP9 { Map OpMap = XOP9; Prefix OpPrefix = PS; }
160 class XOPA { Map OpMap = XOPA; Prefix OpPrefix = PS; }
162 class PS : TB { Prefix OpPrefix = PS; }
166 class T8PS : T8 { Prefix OpPrefix = PS; }
170 class TAPS : TA { Prefix OpPrefix = PS; }
458 // PSI - SSE1 instructions with PS prefix.
459 // PSIi8 - SSE1 instructions with ImmT == Imm8 and PS prefix.
461 // VPSI - SSE1 instructions with PS prefix in AVX form, packed single.
[all …]
/external/chromium_org/content/browser/fileapi/
Dsandbox_file_system_backend_unittest.cc29 #define PS "\\" macro
31 #define PS "/" macro
43 {storage::kFileSystemTypeTemporary, "http://foo:1/", "000" PS "t"},
44 {storage::kFileSystemTypePersistent, "http://foo:1/", "000" PS "p"},
45 {storage::kFileSystemTypeTemporary, "http://bar.com/", "001" PS "t"},
46 {storage::kFileSystemTypePersistent, "http://bar.com/", "001" PS "p"},
47 {storage::kFileSystemTypeTemporary, "https://foo:2/", "002" PS "t"},
48 {storage::kFileSystemTypePersistent, "https://foo:2/", "002" PS "p"},
49 {storage::kFileSystemTypeTemporary, "https://bar.com/", "003" PS "t"},
50 {storage::kFileSystemTypePersistent, "https://bar.com/", "003" PS "p"},
[all …]
/external/llvm/test/CodeGen/R600/
Dllvm.sqrt.ll6 ; R600-CHECK: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[2].Z, PS
18 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[2].W, PS
20 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].X, PS
33 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].Y, PS
35 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].Z, PS
37 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].W, PS
39 ; R600-CHECK-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[4].X, PS
Dfdiv.ll11 ; R600-CHECK-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[3].X, PS
12 ; R600-CHECK-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].W, PS
30 ; R600-CHECK-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, PS
31 ; R600-CHECK-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, PS
32 ; R600-CHECK-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, PS
33 ; R600-CHECK-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, PS
Dllvm.pow.ll5 ;CHECK-NEXT: MUL NON-IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}},
19 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}},
21 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}},
25 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}},
27 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}},
/external/llvm/test/TableGen/
DPaste.td9 def Vx#NAME#PS : Instr<0>;
11 def Vy#NAME#PS : Instr<2>;
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp9 typedef S* PS; typedef
30 PS ps2 = &s; in f()
45 memset(ps2, 0, sizeof(PS)); // \ in f()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dctype.c16 PS = GIT_SPACE | GIT_PRINT_EXTRA, enumerator
24 PS,P, P, P, R, P, P, P, R, R, G, R, P, P, R, P, /* 32.. 47 */
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefBranchChecker.cpp93 if (Optional<PostStmt> PS = P.getAs<PostStmt>()) in checkBranchCondition() local
94 if (PS->getStmt() == Ex) in checkBranchCondition()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp110 PS = 1, PD = 2, XS = 3, XD = 4 enumerator
284 else if (OpPrefix == X86Local::PS) in insnContext()
298 else if (OpPrefix == X86Local::PS) in insnContext()
313 else if (OpPrefix == X86Local::PS) in insnContext()
327 else if (OpPrefix == X86Local::PS) in insnContext()
342 else if (OpPrefix == X86Local::PS) in insnContext()
367 else if (OpPrefix == X86Local::PS) in insnContext()
387 else if (HasVEX_WPrefix && OpPrefix == X86Local::PS) in insnContext()
389 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS) in insnContext()
395 else if (OpPrefix == X86Local::PS) in insnContext()
/external/llvm/test/CodeGen/X86/
Dsse2-blend.ll29 ; Without forcing instructions, fall back to the preferred PS domain.
43 ; Without forcing instructions, fall back to the preferred PS domain.
/external/guava/guava-tests/test/com/google/common/net/
DInternetDomainNameTest.java102 private static final List<String> PS = ImmutableList.of( field in InternetDomainNameTest
215 for (String name : PS) { in testPublicSuffix()
335 VALID_NAME, PS, NO_PS, NON_PS); in testIsValid()
/external/chromium_org/third_party/icu/source/data/region/
Dhy.txt203 PS{"Պաղեստինյան տարածքներ"}
279 PS{"Պաղեստին"}
Dbg.txt204 PS{"Палестински територии"}
280 PS{"Палестина"}
Dsi.txt204 PS{"පලස්තීන රාජ්‍යය"}
280 PS{"පලස්තීනය"}
Dbn.txt204 PS{"ফিলিস্তিন অঞ্চলসমূহ"}
280 PS{"ফিলিস্তিন"}
Duk.txt204 PS{"Палестина"}
280 PS{"Палестина"}

12345678910>>...19