Searched refs:vst (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | resbin.c | 1050 rc_ver_stringtable *vst; in bin_to_res_version() local 1057 vst = (rc_ver_stringtable *) res_alloc (sizeof (rc_ver_stringtable)); in bin_to_res_version() 1060 &vst->language, &stverlen, &vallen, &type, &off); in bin_to_res_version() 1071 vst->strings = NULL; in bin_to_res_version() 1072 ppvs = &vst->strings; in bin_to_res_version() 1112 vst->next = NULL; in bin_to_res_version() 1113 *ppvst = vst; in bin_to_res_version() 1114 ppvst = &vst->next; in bin_to_res_version() 2025 const rc_ver_stringtable *vst; in res_to_bin_versioninfo() local 2032 for (vst = vi->u.string.stringtables; vst != NULL; vst = vst->next) in res_to_bin_versioninfo() [all …]
|
D | resrc.c | 1827 rc_ver_stringtable *vst, **pp; in append_ver_stringtable() local 1829 vst = (rc_ver_stringtable *) res_alloc (sizeof (rc_ver_stringtable)); in append_ver_stringtable() 1830 vst->next = NULL; in append_ver_stringtable() 1831 unicode_from_ascii ((rc_uint_type *) NULL, &vst->language, language); in append_ver_stringtable() 1832 vst->strings = strings; in append_ver_stringtable() 1836 *pp = vst; in append_ver_stringtable() 3306 const rc_ver_stringtable *vst; in write_rc_versioninfo() local 3312 for (vst = vi->u.string.stringtables; vst != NULL; vst = vst->next) in write_rc_versioninfo() 3315 unicode_print_quoted (e, vst->language, -1); in write_rc_versioninfo() 3320 for (vs = vst->strings; vs != NULL; vs = vs->next) in write_rc_versioninfo()
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/ |
D | zarch-z13.s | 95 vst %v15,4000(%r6,%r9)
|
D | zarch-z13.d | 101 .*: e7 f6 9f a0 00 0e [ ]*vst %v15,4000\(%r6,%r9\)
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2006 | 2001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | s390-opc.txt | 1243 e7000000000e vst VRX_VRRD "vector store" z13 zarch vx
|
D | ChangeLog-9297 | 956 "vsub", "vst", "xnor", and "xor" instructions.
|