Searched refs:vtbl (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-current/sys/dev/ic/
H A Dac97var.h92 struct ac97_codec_if_vtbl *vtbl; member in struct:ac97_codec_if
99 !((codec)->vtbl->get_extcaps(codec) & AC97_EXT_AUDIO_VRA)
101 ((codec)->vtbl->get_extcaps(codec) & AC97_EXT_AUDIO_SDAC)
103 (((codec)->vtbl->get_extcaps(codec) \
107 ((codec)->vtbl->get_extcaps(codec) & AC97_EXT_AUDIO_SPDIF)
H A Dpl041.c154 return sc->sc_ac97_codec->vtbl->mixer_set_port(sc->sc_ac97_codec, mc);
162 return sc->sc_ac97_codec->vtbl->mixer_get_port(sc->sc_ac97_codec, mc);
170 return sc->sc_ac97_codec->vtbl->query_devinfo(sc->sc_ac97_codec, di);
/netbsd-current/sys/crypto/aes/arch/arm/
H A Daes_neon_32.S255 vtbl.8 d4, {q4}, d4
256 vtbl.8 d5, {q4}, d5
257 vtbl.8 d6, {q5}, d6
258 vtbl.8 d7, {q5}, d7
270 vtbl.8 d24, {q6}, d4
271 vtbl.8 d25, {q6}, d5
272 vtbl.8 d26, {q7}, d6
273 vtbl.8 d27, {q7}, d7
278 vtbl.8 d24, {q8}, d4
279 vtbl
[all...]
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dmemcpy_neon.S84 vtbl.8 d0, {d1-d2}, d0 /* merge last dwords */
97 vtbl.8 d1, {d1-d2}, d0 /* reorder */
118 vtbl.8 d1, {d1-d2}, d0 /* reorder */
119 vtbl.8 d2, {d2-d3}, d0 /* reorder */
120 vtbl.8 d3, {d3-d4}, d0 /* reorder */
121 vtbl.8 d4, {d4-d5}, d0 /* reorder */
127 2: vtbl.8 d6, {d6-d7}, d0 /* reorder */
128 vtbl.8 d7, {d7-d8}, d0 /* reorder */
129 vtbl.8 d8, {d8-d9}, d0 /* reorder */
130 vtbl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v2-abi.c97 struct value *vtbl;
106 g++ version 1). Try to get the vtbl from the TYPE_VPTR_BASETYPE.
111 /* Now context is a pointer to the basetype containing the vtbl. */
121 /* Now context is the basetype containing the vtbl. */
131 vtbl = value_primitive_field (arg1, 0, context_vptr_fieldno,
134 /* With older versions of g++, the vtbl field pointed to an array
136 if (value_type (vtbl)->code () == TYPE_CODE_PTR
137 && TYPE_TARGET_TYPE (value_type (vtbl))->code () == TYPE_CODE_ARRAY)
139 /* Handle the case where the vtbl field points to an
141 vtbl
96 struct value *vtbl; local
190 CORE_ADDR vtbl; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v2-abi.c97 struct value *vtbl;
106 g++ version 1). Try to get the vtbl from the TYPE_VPTR_BASETYPE.
111 /* Now context is a pointer to the basetype containing the vtbl. */
121 /* Now context is the basetype containing the vtbl. */
131 vtbl = value_primitive_field (arg1, 0, context_vptr_fieldno,
134 /* With older versions of g++, the vtbl field pointed to an array
136 if (value_type (vtbl)->code () == TYPE_CODE_PTR
137 && value_type (vtbl)->target_type ()->code () == TYPE_CODE_ARRAY)
139 /* Handle the case where the vtbl field points to an
141 vtbl
96 struct value *vtbl; local
190 CORE_ADDR vtbl; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dbsaes-armv7.S103 vtbl.8 d0, {q10}, d16
104 vtbl.8 d1, {q10}, d17
106 vtbl.8 d2, {q11}, d16
107 vtbl.8 d3, {q11}, d17
109 vtbl.8 d4, {q12}, d16
110 vtbl.8 d5, {q12}, d17
112 vtbl.8 d6, {q13}, d16
113 vtbl.8 d7, {q13}, d17
115 vtbl.8 d8, {q14}, d16
116 vtbl
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d48 // for interfaces: Array of FuncDeclaration's making up the vtbl[]
49 FuncDeclarations vtbl;
62 * Fill in vtbl[] for base class based on member functions of class cd.
64 * vtbl if !=NULL, fill it in
71 extern (C++) bool fillVtbl(ClassDeclaration cd, FuncDeclarations* vtbl, int newinstance)
76 if (vtbl)
77 vtbl.setDim(sym.vtbl.dim);
80 for (size_t j = sym.vtblOffset(); j < sym.vtbl.dim; j++)
82 FuncDeclaration ifd = sym.vtbl[
[all...]
H A Daggregate.h220 // making up the vtbl[]
221 FuncDeclarations vtbl; member in struct:BaseClass
226 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
258 Dsymbols vtbl; // Array of FuncDeclaration's making up the vtbl[] member in class:ClassDeclaration
259 Dsymbols vtblFinal; // More FuncDeclaration's that aren't in vtbl[]
268 // their own vtbl[]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dneon-ldst-es.s53 vtbl.8 d3,{d4},d5
54 vtbl.8 d3,{q1-q2},d5
55 vtbl.8 d3,{q15},d5
H A Dneon-psyn.s47 vtbl d1, {baa}, d4.8
69 vtbl d7.8, {d4, d5}, chicken8
H A Dneon-psyn.d26 0[0-9a-f]+ <[^>]+> f3ba1904 vtbl\.8 d1, {d10-d11}, d4
33 0[0-9a-f]+ <[^>]+> f3b47908 vtbl\.8 d7, {d4-d5}, d8
H A Dneon-ldst-es.d52 0[0-9a-f]+ <[^>]+> f3b43805 vtbl\.8 d3, {d4}, d5
53 0[0-9a-f]+ <[^>]+> f3b23b05 vtbl\.8 d3, {d2-d5}, d5
54 0[0-9a-f]+ <[^>]+> f3be3985 vtbl\.8 d3, {d30-d31}, d5
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c624 * vtbl in this class. However if a base class refers the member of this class,
673 // initialize vtbl
676 if (isCPPclass() && baseClass->vtbl.dim == 0)
681 // Copy vtbl[] from base class
682 vtbl.setDim(baseClass->vtbl.dim);
683 memcpy(vtbl.tdata(), baseClass->vtbl.tdata(), sizeof(void *) * vtbl.dim);
690 vtbl
1198 Dsymbols *vtbl = &cd->vtbl; local
1864 fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance) argument
[all...]
H A Daggregate.h236 // making up the vtbl[]
237 FuncDeclarations vtbl; member in struct:BaseClass
245 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
278 Dsymbols vtbl; // Array of FuncDeclaration's making up the vtbl[] member in class:ClassDeclaration
279 Dsymbols vtblFinal; // More FuncDeclaration's that aren't in vtbl[]
288 // their own vtbl[]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Dbsaes-armv7.pl362 vtbl.8 `&Dlo(@x[0])`, {@t[0]}, `&Dlo($mask)`
363 vtbl.8 `&Dhi(@x[0])`, {@t[0]}, `&Dhi($mask)`
366 vtbl.8 `&Dlo(@x[1])`, {@t[1]}, `&Dlo($mask)`
367 vtbl.8 `&Dhi(@x[1])`, {@t[1]}, `&Dhi($mask)`
370 vtbl.8 `&Dlo(@x[2])`, {@t[2]}, `&Dlo($mask)`
371 vtbl.8 `&Dhi(@x[2])`, {@t[2]}, `&Dhi($mask)`
373 vtbl.8 `&Dlo(@x[3])`, {@t[3]}, `&Dlo($mask)`
374 vtbl.8 `&Dhi(@x[3])`, {@t[3]}, `&Dhi($mask)`
378 vtbl.8 `&Dlo(@x[4])`, {@t[0]}, `&Dlo($mask)`
379 vtbl
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Dbsaes-armv7.pl364 vtbl.8 `&Dlo(@x[0])`, {@t[0]}, `&Dlo($mask)`
365 vtbl.8 `&Dhi(@x[0])`, {@t[0]}, `&Dhi($mask)`
368 vtbl.8 `&Dlo(@x[1])`, {@t[1]}, `&Dlo($mask)`
369 vtbl.8 `&Dhi(@x[1])`, {@t[1]}, `&Dhi($mask)`
372 vtbl.8 `&Dlo(@x[2])`, {@t[2]}, `&Dlo($mask)`
373 vtbl.8 `&Dhi(@x[2])`, {@t[2]}, `&Dhi($mask)`
375 vtbl.8 `&Dlo(@x[3])`, {@t[3]}, `&Dlo($mask)`
376 vtbl.8 `&Dhi(@x[3])`, {@t[3]}, `&Dhi($mask)`
380 vtbl.8 `&Dlo(@x[4])`, {@t[0]}, `&Dlo($mask)`
381 vtbl
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc450 void*[] vtbl;
460 /* Fill in the vtbl[]. */
462 b->fillVtbl (cd, &b->vtbl, 1);
476 size_int (id->vtbl.length));
508 if (id->vtbl.length == 0 || base_vtable_offset (cd, bs) == ~0u)
525 for (size_t i = id->vtblOffset () ? 1 : 0; i < id->vtbl.length; i++)
527 FuncDeclaration *fd = (cd == bcd) ? bs->vtbl[i] : bvtbl[i];
535 tree vtbldomain = build_index_type (size_int (id->vtbl.length - 1));
803 void*[] vtbl;
845 value = d_array_value (array_type_node, size_int (cd->vtbl
[all...]
/netbsd-current/sys/dev/pci/
H A Dauvia.c300 sc->codec_if->vtbl->detach(sc->codec_if);
486 sc->codec_if->vtbl->unlock(sc->codec_if);
617 sc->codec_if->vtbl->lock(sc->codec_if);
627 sc->codec_if->vtbl->unlock(sc->codec_if);
717 if (codec->vtbl->set_rate(codec, reg, &rate))
722 && codec->vtbl->set_rate(codec, reg, &rate))
727 && codec->vtbl->set_rate(codec, reg, &rate))
807 return sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
816 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
825 return sc->codec_if->vtbl
[all...]
H A Dcs428x.c88 val = sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
99 return (sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp));
108 return (sc->codec_if->vtbl->query_devinfo(sc->codec_if, dip));
H A Dauich.c631 sc->codec_if->vtbl->unlock(sc->codec_if);
719 sc->codec_if->vtbl->detach(sc->codec_if);
935 sc->codec_if->vtbl->lock(sc->codec_if);
945 sc->codec_if->vtbl->unlock(sc->codec_if);
969 sc->codec_if->vtbl->set_clock(sc->codec_if, sc->sc_ac97_clock);
972 return sc->codec_if->vtbl->set_rate(sc->codec_if,
974 ret = sc->codec_if->vtbl->set_rate(sc->codec_if,
979 ret = sc->codec_if->vtbl->set_rate(sc->codec_if,
984 ret = sc->codec_if->vtbl->set_rate(sc->codec_if,
1118 return sc->codec_if->vtbl
[all...]
H A Dauacer.c506 return sc->codec_if->vtbl->set_rate(sc->codec_if,
508 ret = sc->codec_if->vtbl->set_rate(sc->codec_if,
513 ret = sc->codec_if->vtbl->set_rate(sc->codec_if,
518 ret = sc->codec_if->vtbl->set_rate(sc->codec_if,
627 return sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
637 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
647 return sc->codec_if->vtbl->query_devinfo(sc->codec_if, dp);
987 sc->codec_if->vtbl->restore_ports(sc->codec_if);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc431 void*[] vtbl;
441 /* Fill in the vtbl[]. */
443 b->fillVtbl (cd, &b->vtbl, 1);
456 CONSTRUCTOR_APPEND_ELT (v, size_int (1), size_int (id->vtbl.dim));
488 if (id->vtbl.dim == 0 || base_vtable_offset (cd, bs) == ~0u)
505 for (size_t i = id->vtblOffset () ? 1 : 0; i < id->vtbl.dim; i++)
507 FuncDeclaration *fd = (cd == bcd) ? bs->vtbl[i] : bvtbl[i];
515 tree vtbldomain = build_index_type (size_int (id->vtbl.dim - 1));
789 void*[] vtbl;
832 value = d_array_value (array_type_node, size_int (cd->vtbl
[all...]
/netbsd-current/sys/crypto/chacha/arch/arm/
H A Dchacha_neon_32.S112 vtbl.8 \d0l, {\d0l}, \c0l /* <<< 8 */
113 vtbl.8 \d0h, {\d0h}, \c0l
114 vtbl.8 \d1l, {\d1l}, \c0l
115 vtbl.8 \d1h, {\d1h}, \c0l
116 vtbl.8 \d2l, {\d2l}, \c0l
117 vtbl.8 \d2h, {\d2h}, \c0l
118 vtbl.8 \d3l, {\d3l}, \c0l
119 vtbl.8 \d3h, {\d3h}, \c0l
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dcast_.d127 * Find the vtbl[] associated with Interface ic.
138 return cast(void*) iface.vtbl;

Completed in 172 milliseconds

1234