Home
last modified time | relevance | path

Searched refs:vd (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-constrained.c16 volatile vector double vd; variable
31 d = vec_extract(vd, idx); in test_core()
35 vd = vec_insert(d, vd, idx); in test_core()
39 vd = vec_promote(d, idx); in test_core()
43 vd = vec_insert_and_zero(cptrd); in test_core()
47 vd = vec_revb(vd); in test_core()
50 vd = vec_reve(vd); in test_core()
53 vd = vec_sel(vd, vd, vul); in test_core()
55 vd = vec_sel(vd, vd, vbl); in test_core()
58 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
[all …]
Dbuiltins-systemz-zvector2-constrained.c19 volatile vector double vd; variable
44 d = vec_extract(vd, 0); in test_core()
47 d = vec_extract(vd, idx); in test_core()
61 vd2 = vd; in test_core()
62 vd = vec_insert(d, vd2, 0); in test_core()
65 vd = vec_insert(0.0, vd, 1); in test_core()
68 vd = vec_insert(d, vd, idx); in test_core()
75 vd = vec_promote(d, idx); in test_core()
82 vd = vec_insert_and_zero(cptrd); in test_core()
88 vd = vec_revb(vd); in test_core()
[all …]
Dbuiltins-systemz-zvector2.c24 volatile vector double vd; variable
76 d = vec_extract(vd, 0); in test_core()
79 d = vec_extract(vd, idx); in test_core()
93 vd2 = vd; in test_core()
94 vd = vec_insert(d, vd2, 0); in test_core()
97 vd = vec_insert(0.0, vd, 1); in test_core()
100 vd = vec_insert(d, vd, idx); in test_core()
107 vd = vec_promote(d, idx); in test_core()
114 vd = vec_insert_and_zero(cptrd); in test_core()
121 vd = vec_perm(vd, vd, vuc); in test_core()
[all …]
Dbuiltins-systemz-vector-constrained.c9 volatile vec_double vd; variable
14 vsl = __builtin_s390_vfcedbs(vd, vd, &cc); in test_float()
16 vsl = __builtin_s390_vfchdbs(vd, vd, &cc); in test_float()
18 vsl = __builtin_s390_vfchedbs(vd, vd, &cc); in test_float()
21 vsl = __builtin_s390_vftcidb(vd, 0, &cc); in test_float()
23 vsl = __builtin_s390_vftcidb(vd, 4095, &cc); in test_float()
26 vd = __builtin_s390_vfsqdb(vd); in test_float()
29 vd = __builtin_s390_vfmadb(vd, vd, vd); in test_float()
31 vd = __builtin_s390_vfmsdb(vd, vd, vd); in test_float()
35 vd = __builtin_s390_vflpdb(vd); in test_float()
[all …]
Dbuiltins-systemz-vector2.c24 volatile vec_double vd; variable
51 vd = __builtin_s390_vfmaxdb(vd, vd, 4); in test_float()
53 vd = __builtin_s390_vfmaxdb(vd, vd, 0); in test_float()
55 vd = __builtin_s390_vfmaxdb(vd, vd, 15); in test_float()
58 vd = __builtin_s390_vfmindb(vd, vd, 4); in test_float()
60 vd = __builtin_s390_vfmindb(vd, vd, 0); in test_float()
62 vd = __builtin_s390_vfmindb(vd, vd, 15); in test_float()
65 vd = __builtin_s390_vfnmadb(vd, vd, vd); in test_float()
68 vd = __builtin_s390_vfnmsdb(vd, vd, vd); in test_float()
Dbuiltins-systemz-vector2-constrained.c8 volatile vec_double vd; variable
12 vd = __builtin_s390_vfmaxdb(vd, vd, 4); in test_float()
15 vd = __builtin_s390_vfmindb(vd, vd, 4); in test_float()
17 vd = __builtin_s390_vfmindb(vd, vd, 0); in test_float()
19 vd = __builtin_s390_vfnmadb(vd, vd, vd); in test_float()
23 vd = __builtin_s390_vfnmsdb(vd, vd, vd); in test_float()
Dbuiltins-systemz-zvector2-error.c21 volatile vector double vd; variable
72 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
75 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
78 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
91 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
94 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core()
97 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core()
110 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core()
113 vd = vec_splat(vd, -1); // expected-error {{no matching function}} in test_core()
116 vd = vec_splat(vd, 2); // expected-error {{no matching function}} in test_core()
[all …]
Dbuiltins-systemz-zvector-error.c20 volatile vector double vd; variable
97vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} expected-error {{argume… in test_core()
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core()
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}} in test_core()
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
228 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core()
231 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core()
[all …]
Dbuiltins-systemz-zvector3-constrained.c18 volatile vector double vd; variable
38 vd += vec_revb(vec_xl(idx, cptrd)); in test_core()
43 vec_xst(vec_revb(vd), idx, ptrd); in test_core()
48 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core()
53 vd += vec_revb(vec_splats(d)); in test_core()
59 vd2 = vd; in test_core()
60 vd += vec_revb(vec_insert(d, vec_revb(vd2), 0)); in test_core()
65 d = vec_extract(vec_revb(vd), 0); in test_core()
70 vd += vec_reve(vec_xl(idx, cptrd)); in test_core()
75 vec_xst(vec_reve(vd), idx, ptrd); in test_core()
[all …]
Dbuiltins-systemz-vector2-error.c24 volatile vec_double vd; variable
37 …__builtin_s390_vfmaxdb(vd, vd, -1); // expected-error-re {{argument value {{.*}} is outside… in test_float()
38 …__builtin_s390_vfmaxdb(vd, vd, 16); // expected-error-re {{argument value {{.*}} is outside… in test_float()
39 __builtin_s390_vfmaxdb(vd, vd, len); // expected-error {{must be a constant integer}} in test_float()
40 …__builtin_s390_vfmindb(vd, vd, -1); // expected-error-re {{argument value {{.*}} is outside… in test_float()
41 …__builtin_s390_vfmindb(vd, vd, 16); // expected-error-re {{argument value {{.*}} is outside… in test_float()
42 __builtin_s390_vfmindb(vd, vd, len); // expected-error {{must be a constant integer}} in test_float()
Dbuiltins-systemz-zvector.c23 volatile vector double vd; variable
124 d = vec_extract(vd, idx); in test_core()
164 vd = vec_insert(d, vd, idx); in test_core()
192 vd = vec_promote(d, idx); in test_core()
220 vd = vec_insert_and_zero(cptrd); in test_core()
260 vd = vec_perm(vd, vd, vuc); in test_core()
300 vd = vec_permi(vd, vd, 0); in test_core()
303 vd = vec_permi(vd, vd, 1); in test_core()
306 vd = vec_permi(vd, vd, 2); in test_core()
309 vd = vec_permi(vd, vd, 3); in test_core()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-fpconstrained.c18 volatile vec_double vd; variable
28 vd = __builtin_vsx_xvsqrtdp(vd); in test_float()
40 vd = __builtin_vsx_xvrdpim(vd); in test_float()
52 vd = __builtin_vsx_xvrdpi(vd); in test_float()
64 vd = __builtin_vsx_xvrdpic(vd); in test_float()
76 vd = __builtin_vsx_xvrdpip(vd); in test_float()
88 vd = __builtin_vsx_xvrdpiz(vd); in test_float()
100 vd = __builtin_vsx_xvmaddadp(vd, vd, vd); in test_float()
116 vd = __builtin_vsx_xvnmaddadp(vd, vd, vd); in test_float()
132 vd = __builtin_vsx_xvmsubadp(vd, vd, vd); in test_float()
[all …]
Dbuiltins-ppc-vsx.c13 vector double vd = { 3.5, -7.5 }; variable
75 res_vd = vec_abs(vd); in test1()
83 res_vd = vec_nabs(vd); in test1()
91 res_vd = vec_add(vd, vd); in test1()
95 res_vd = vec_and(vbll, vd); in test1()
101 res_vd = vec_and(vd, vbll); in test1()
107 res_vd = vec_and(vd, vd); in test1()
117 res_vd = vec_andc(vbll, vd); in test1()
131 res_vd = vec_andc(vd, vbll); in test1()
144 res_vd = vec_andc(vd, vd); in test1()
[all …]
Dbuiltins-ppc-fma.c8 volatile vec_double vd; variable
15 vd = __builtin_vsx_xvmaddadp(vd, vd, vd); in test_fma()
22 vd = __builtin_vsx_xvnmaddadp(vd, vd, vd); in test_fma()
30 vd = __builtin_vsx_xvmsubadp(vd, vd, vd); in test_fma()
39 vd = __builtin_vsx_xvnmsubadp(vd, vd, vd); in test_fma()
/external/tremolo/Tremolo/
Ddsp.c208 int vorbis_dsp_synthesis(vorbis_dsp_state *vd,ogg_packet *op,int decodep){ in vorbis_dsp_synthesis() argument
209 vorbis_info *vi=vd->vi; in vorbis_dsp_synthesis()
213 oggpack_readinit(&vd->opb,op->packet); in vorbis_dsp_synthesis()
216 if(oggpack_read(&vd->opb,1)!=0){ in vorbis_dsp_synthesis()
222 mode=oggpack_read(&vd->opb,ilog(ci->modes)); in vorbis_dsp_synthesis()
226 vd->lW=vd->W; in vorbis_dsp_synthesis()
227 vd->W=ci->mode_param[mode].blockflag; in vorbis_dsp_synthesis()
229 mdct_shift_right(ci->blocksizes[vd->lW],vd->work[i],vd->mdctright[i]); in vorbis_dsp_synthesis()
231 if(vd->W){ in vorbis_dsp_synthesis()
233 oggpack_read(&vd->opb,1); in vorbis_dsp_synthesis()
[all …]
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c13 vector double vd = { 3.5, -7.5 }; variable
76 res_vd = vec_add(vd, vd); in test1()
80 res_vd = vec_and(vbll, vd); in test1()
86 res_vd = vec_and(vd, vbll); in test1()
92 res_vd = vec_and(vd, vd); in test1()
102 res_vd = vec_andc(vbll, vd); in test1()
116 res_vd = vec_andc(vd, vbll); in test1()
129 res_vd = vec_andc(vd, vd); in test1()
139 res_vd = vec_ceil(vd); in test1()
147 res_vbll = vec_cmpeq(vd, vd); in test1()
[all …]
Dbuiltins-systemz-zvector-error.c20 volatile vector double vd; variable
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core()
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core()
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}} in test_core()
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
228 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core()
231 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core()
[all …]
/external/vixl/src/aarch64/
Dassembler-aarch64.cc314 void Assembler::NEONTable(const VRegister& vd, in NEONTable() argument
319 VIXL_ASSERT(vd.Is16B() || vd.Is8B()); in NEONTable()
321 VIXL_ASSERT(AreSameFormat(vd, vm)); in NEONTable()
322 Emit(op | (vd.IsQ() ? NEON_Q : 0) | Rm(vm) | Rn(vn) | Rd(vd)); in NEONTable()
326 void Assembler::tbl(const VRegister& vd, in tbl() argument
330 NEONTable(vd, vn, vm, NEON_TBL_1v); in tbl()
334 void Assembler::tbl(const VRegister& vd, in tbl() argument
342 NEONTable(vd, vn, vm, NEON_TBL_2v); in tbl()
346 void Assembler::tbl(const VRegister& vd, in tbl() argument
355 NEONTable(vd, vn, vm, NEON_TBL_3v); in tbl()
[all …]
Dassembler-aarch64.h565 void tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm);
568 void tbl(const VRegister& vd,
574 void tbl(const VRegister& vd,
581 void tbl(const VRegister& vd,
589 void tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm);
592 void tbx(const VRegister& vd,
598 void tbx(const VRegister& vd,
605 void tbx(const VRegister& vd,
2192 void fmov(const VRegister& vd, double imm);
2195 void fmov(const VRegister& vd, float imm);
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
DIPA-Deva.txt72 ɣ > ग़ ्; # 0263 vd velar fricative
73 ʑ > ज्य ्; # 0291 vd alveolopalatal fricative
74 ɽ > ड़ ्; # 027D vd retroflex flap
75 ʙ > ब्र ्; # 0299 vd bilabial trill
92 ɗ > द ्; # 0257 vd alveolar implosive
93 ɖ > ड ्; # 0256 vd retroflex plosive
94 ʤ > ज ्; # 02A4 vd postalveolar affricate
95 ɡ > ग ्; # 0261 vd velar plosive
96 ɭ > ळ ्; # 026D vd retroflex lateral
97 ŋ > ङ ्; # 014B vd velar nasal
[all …]
Dinternal_English-IPA-backwards.txt70 b ← ʙ ; # 0299 vd bilabial trill
71 b ← ɓ ; # 0253 vd bilabial implosive
77 ţh ← ð ; # 00F0 vd dental fricative
78 j ← ʤ ; # 02A4 vd postalveolar affricate
79 d ← ɖ ; # 0256 vd retroflex plosive
80 d ← ɗ ; # 0257 vd alveolar implosive
93 g ← ɡ ; # 0261 vd velar plosive
94 g ← ɢ ; # 0262 vd uvular plosive
95 g ← ɠ ; # 0260 vd velar implosive
96 g ← ʛ ; # 029B vd uvular implosive
[all …]
Dund-IPA.txt81 «042» ↔ ɓ ; # 0253 vd bilabial implosive
83 «044» ↔ ɱ ; # 0271 vd labiodental nasal
84 «045» ↔ ʙ ; # 0299 vd bilabial trill
90 «050» ↔ β ; # 03B2 vd bilabial fricative
94 «054» ↔ ʋ ; # 028B vd labiodental approximant
100 «063» ↔ ɖ ; # 0256 vd retroflex plosive
101 «064» ↔ ɗ ; # 0257 vd alveolar implosive
103 «067» ↔ ɳ ; # 0273 vd retroflex nasal
109 «073» ↔ ɾ ; # 027E vd alveolar tap
110 «074» ↔ ɺ ; # 027A vd alveolar lateral flap
[all …]
/external/capstone/arch/AArch64/
DARMMappingInsnOp.inc31 { /* ARM_AESD, ARM_INS_AESD: aesd.8 $vd, $vm */
34 { /* ARM_AESE, ARM_INS_AESE: aese.8 $vd, $vm */
37 { /* ARM_AESIMC, ARM_INS_AESIMC: aesimc.8 $vd, $vm */
40 { /* ARM_AESMC, ARM_INS_AESMC: aesmc.8 $vd, $vm */
688 { /* ARM_SHA1C, ARM_INS_SHA1C: sha1c.32 $vd, $vn, $vm */
691 { /* ARM_SHA1H, ARM_INS_SHA1H: sha1h.32 $vd, $vm */
694 { /* ARM_SHA1M, ARM_INS_SHA1M: sha1m.32 $vd, $vn, $vm */
697 { /* ARM_SHA1P, ARM_INS_SHA1P: sha1p.32 $vd, $vn, $vm */
700 { /* ARM_SHA1SU0, ARM_INS_SHA1SU0: sha1su0.32 $vd, $vn, $vm */
703 { /* ARM_SHA1SU1, ARM_INS_SHA1SU1: sha1su1.32 $vd, $vm */
[all …]
/external/capstone/arch/ARM/
DARMMappingInsnOp.inc31 { /* ARM_AESD, ARM_INS_AESD: aesd.8 $vd, $vm */
34 { /* ARM_AESE, ARM_INS_AESE: aese.8 $vd, $vm */
37 { /* ARM_AESIMC, ARM_INS_AESIMC: aesimc.8 $vd, $vm */
40 { /* ARM_AESMC, ARM_INS_AESMC: aesmc.8 $vd, $vm */
688 { /* ARM_SHA1C, ARM_INS_SHA1C: sha1c.32 $vd, $vn, $vm */
691 { /* ARM_SHA1H, ARM_INS_SHA1H: sha1h.32 $vd, $vm */
694 { /* ARM_SHA1M, ARM_INS_SHA1M: sha1m.32 $vd, $vn, $vm */
697 { /* ARM_SHA1P, ARM_INS_SHA1P: sha1p.32 $vd, $vn, $vm */
700 { /* ARM_SHA1SU0, ARM_INS_SHA1SU0: sha1su0.32 $vd, $vn, $vm */
703 { /* ARM_SHA1SU1, ARM_INS_SHA1SU1: sha1su1.32 $vd, $vm */
[all …]
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoV.td86 // load vd, (rs1), vm
90 (outs VR:$vd),
91 (ins GPR:$rs1, VMaskOp:$vm), opcodestr, "$vd, (${rs1})$vm">;
93 // load vd, (rs1), rs2, vm
96 (outs VR:$vd),
98 "$vd, (${rs1}), $rs2$vm">;
100 // load vd, (rs1), vs2, vm
103 (outs VR:$vd),
105 "$vd, (${rs1}), $vs2$vm">;
107 // vl<nf>r.v vd, (rs1)
[all …]

12345678910>>...26