Home
last modified time | relevance | path

Searched refs:vor (Results 1 – 25 of 74) sorted by relevance

123

/external/llvm/test/CodeGen/PowerPC/
Dvsx.ll73 ; CHECK-FISL: vor
74 ; CHECK-FISL: vor
76 ; CHECK-FISL: vor 2
94 ; CHECK-FISL: vor 4, 2, 2
95 ; CHECK-FISL: vor 5, 3, 3
97 ; CHECK-FISL: vor 2, 4, 4
115 ; CHECK-FISL: vor 4, 2, 2
116 ; CHECK-FISL: vor 5, 3, 3
118 ; CHECK-FISL: vor 2, 4, 4
136 ; CHECK-FISL: vor
[all …]
Dvsx-args.ll15 ; CHECK-DAG: vor [[V:[0-9]+]], 2, 2
18 ; CHECK-DAG: vor 4, [[V]], [[V]]
D2006-08-11-RetVector.ll2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vor
Dvrspill.ll20 ; needlessly generates "vor 3,2,2 / stxvw4x 35,0,3", so we'll settle for
Dvsx-p8.ll51 ; CHECK-FISL: vor 3, 2, 2
/external/icu/icu4c/source/data/locales/
Dde.txt884 "vor unserer Zeitrechnung",
1696 "vor Volksrepublik China",
1818 one{"vor {0} Tag"}
1819 other{"vor {0} Tagen"}
1838 one{"vor {0} Tag"}
1839 other{"vor {0} Tagen"}
1858 one{"vor {0} Tag"}
1859 other{"vor {0} Tagen"}
1902 one{"Freitag vor {0} Woche"}
1903 other{"Freitag vor {0} Wochen"}
[all …]
Dwae.txt488 one{"vor {0} tag"}
489 other{"vor {0} täg"}
507 one{"vor {0} stund"}
508 other{"vor {0} stunde"}
520 one{"vor {0} minüta"}
521 other{"vor {0} minüte"}
533 one{"vor {0} mánet"}
534 other{"vor {0} mánet"}
546 one{"vor {0} sekund"}
547 other{"vor {0} sekunde"}
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_winsys.h24 uint32_t flags, uint32_t vor, uint32_t tor) in PUSH_RELOC() argument
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor); in PUSH_RELOC()
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo() argument
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDo()
65 PUSH_DATA(push, vor); in PUSH_MTHDo()
73 uint32_t vor, uint32_t tor) in PUSH_MTHDs() argument
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL; in PUSH_MTHDs()
78 PUSH_DATA(push, data | vor); in PUSH_MTHDs()
86 uint32_t vor, uint32_t tor) in PUSH_MTHD() argument
90 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD()
[all …]
/external/boringssl/linux-ppc64le/crypto/aes/
Daesp8-ppc.S84 vor 10,11,11
104 vor 10,11,11
121 vor 10,11,11
134 vor 10,11,11
149 vor 10,11,11
182 vor 10,11,11
192 vor 10,11,11
208 vor 10,11,11
225 vor 10,11,11
236 vor 10,11,11
[all …]
/external/boringssl/linux-ppc64le/crypto/fipsmodule/
Daesp8-ppc.S98 vor 10,11,11
118 vor 10,11,11
135 vor 10,11,11
148 vor 10,11,11
163 vor 10,11,11
196 vor 10,11,11
206 vor 10,11,11
222 vor 10,11,11
239 vor 10,11,11
250 vor 10,11,11
[all …]
Dghashp8-ppc.S34 vor 8,8,5
39 vor 8,8,6
499 vor 29,23,23
500 vor 30, 24, 24
501 vor 31,25,25
523 vor 30, 17, 17
537 vor 30, 9, 9
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h78 uint32_t flags, uint32_t vor, uint32_t tor) in PUSH_RELOC() argument
80 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor); in PUSH_RELOC()
113 uint32_t vor, uint32_t tor) in PUSH_MTHDs() argument
116 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHDs()
119 PUSH_DATA(push, data | vor); in PUSH_MTHDs()
127 uint32_t vor, uint32_t tor) in PUSH_MTHD() argument
130 bo, data, access | NOUVEAU_BO_OR, vor, tor); in PUSH_MTHD()
137 data |= vor; in PUSH_MTHD()
/external/boringssl/linux-ppc64le/crypto/modes/
Dghashp8-ppc.S20 vor 8,8,5
25 vor 8,8,6
479 vor 29,23,23
480 vor 30, 24, 24
481 vor 31,25,25
503 vor 30, 17, 17
517 vor 30, 9, 9
/external/libdrm/nouveau/
Dbufctx.c146 uint32_t vor, uint32_t tor) in nouveau_bufctx_mthd() argument
154 bref->vor = vor; in nouveau_bufctx_mthd()
Dpushbuf.c220 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) in pushbuf_krel() argument
240 krel->vor = vor; in pushbuf_krel()
253 reloc |= vor; in pushbuf_krel()
287 krel->vor, krel->tor); in pushbuf_dump()
512 bref->vor, bref->tor); in pushbuf_validate()
740 uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) in nouveau_pushbuf_reloc() argument
742 *push->cur = pushbuf_krel(push, bo, data, flags, vor, tor); in nouveau_pushbuf_reloc()
Dnouveau.h165 uint32_t vor; member
188 uint32_t vor, uint32_t tor);
225 uint32_t vor, uint32_t tor);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dpeephole-move-phi.ll27 %v4 = tail call <32 x i32> @llvm.hexagon.V6.vor.128B(<32 x i32> undef, <32 x i32> %v3) #2
28 %v5 = tail call <32 x i32> @llvm.hexagon.V6.vor.128B(<32 x i32> %v4, <32 x i32> undef) #2
49 declare <32 x i32> @llvm.hexagon.V6.vor.128B(<32 x i32>, <32 x i32>) #1
Dsplit-vecpred.ll51 %v7 = tail call <16 x i32> @llvm.hexagon.V6.vor(<16 x i32> %v6, <16 x i32> undef)
55 %v11 = tail call <16 x i32> @llvm.hexagon.V6.vor(<16 x i32> %v10, <16 x i32> undef)
90 declare <16 x i32> @llvm.hexagon.V6.vor(<16 x i32>, <16 x i32>) #1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Darith.ll50 ; CHECK: vor(v0,v1)
57 ; CHECK: vor(v0,v1)
64 ; CHECK: vor(v0,v1)
71 ; CHECK: vor(v0,v1)
78 ; CHECK: vor(v0,v1)
85 ; CHECK: vor(v0,v1)
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vor
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll2 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | not grep vor
Dvrspill.ll20 ; needlessly generates "vor 3,2,2 / stxvw4x 35,0,3", so we'll settle for
/external/kernel-headers/original/uapi/drm/
Dnouveau_drm.h91 __u32 vor; member
/external/google-breakpad/src/client/mac/sender/de.lproj/
DLocalizable.strings8 "commentsMsg" = "Bitte helfen Sie uns bei der Behebung des Problems indem Sie beschreiben was vor d…
/external/capstone/suite/MC/PowerPC/
Dppc64-encoding-vmx.s.cs129 0x10,0x43,0x24,0x84 = vor 2, 3, 4

123