HomeSort by relevance Sort by last modified time
    Searched full:tasm (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
Makefile.inc 3 ytasm_SOURCES = frontends/tasm/tasm.c
4 ytasm_SOURCES += frontends/tasm/tasm-options.c
5 ytasm_SOURCES += frontends/tasm/tasm-options.h
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/exe/
tasm_exe_test.sh 2 ${srcdir}/out_test.sh tasm_test modules/parsers/tasm/tests/exe "tasm-compat parser" "-f dosexe -p tasm" ""
Makefile.inc 1 TESTS += modules/parsers/tasm/tests/exe/tasm_exe_test.sh
3 EXTRA_DIST += modules/parsers/tasm/tests/exe/tasm_exe_test.sh
4 EXTRA_DIST += modules/parsers/tasm/tests/exe/exe.asm
5 EXTRA_DIST += modules/parsers/tasm/tests/exe/exe.hex
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
tasm_test.sh 2 ${srcdir}/out_test.sh tasm_test modules/parsers/tasm/tests "tasm-compat parser" "-f bin -p tasm" ""
Makefile.inc 1 TESTS += modules/parsers/tasm/tests/tasm_test.sh
3 EXTRA_DIST += modules/parsers/tasm/tests/tasm_test.sh
4 EXTRA_DIST += modules/parsers/tasm/tests/array.asm
5 EXTRA_DIST += modules/parsers/tasm/tests/array.hex
6 EXTRA_DIST += modules/parsers/tasm/tests/case.asm
7 EXTRA_DIST += modules/parsers/tasm/tests/case.hex
8 EXTRA_DIST += modules/parsers/tasm/tests/charstr.asm
9 EXTRA_DIST += modules/parsers/tasm/tests/charstr.hex
10 EXTRA_DIST += modules/parsers/tasm/tests/dup.asm
11 EXTRA_DIST += modules/parsers/tasm/tests/dup.he
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/
Makefile.inc 1 EXTRA_DIST += modules/parsers/tasm/tests/Makefile.inc
3 include modules/parsers/tasm/tests/Makefile.inc
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/
Makefile.inc 2 EXTRA_DIST += frontends/tasm/Makefile.inc
6 include frontends/tasm/Makefile.inc
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/
Makefile.inc 1 EXTRA_DIST += modules/preprocs/tasm/Makefile.inc
7 include modules/preprocs/tasm/Makefile.inc
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.c 36 yasm_linemap *linemap, yasm_errwarns *errwarns, int tasm)
40 parser_nasm.tasm = tasm;
123 "tasm",
128 { "tasm", "tasm", nasm_standard_mac },
134 "TASM-compatible parser",
135 "tasm",
137 "tasm",
nasm-parse.c 71 if (parser_nasm->tasm) {
393 int local = parser_nasm->tasm
412 if (curtok == EQU || (parser_nasm->tasm && curtok == '=')) {
417 if (parser_nasm->tasm && curtok == SIZE_OVERRIDE) {
434 if (parser_nasm->tasm && curtok == LABEL)
437 if (parser_nasm->tasm && curtok == SIZE_OVERRIDE) {
455 if (!parser_nasm->tasm && !bc)
458 if (parser_nasm->tasm && bc && !size)
820 if (parser_nasm->tasm && !is_eol() && curtok != ',') {
898 if (parser_nasm->tasm && curtok == ':')
    [all...]
nasm-parser-struct.h 44 int tasm; member in struct:yasm_parser_nasm
nasm-token.re 79 lvalp->str_val = yasm__xstrndup(tok+zeropos+(parser_nasm->tasm?2:0),
80 toklen-zeropos-(parser_nasm->tasm?2:0));
90 if (parser_nasm->tasm && (!tasm_locals ||
93 /* no locals on Tasm without the 'locals' directive */
382 (parser_nasm->tasm && TOK[1] == '@' && TOK[2] == '@')) {
435 } else if (parser_nasm->tasm) {
757 } else if (!parser_nasm->tasm) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/
Makefile.inc 6 include modules/parsers/tasm/Makefile.inc
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
ytasm.vcproj 390 RelativePath="..\..\frontends\tasm\tasm-options.c"
394 RelativePath="..\..\frontends\tasm\tasm.c"
403 RelativePath="..\..\frontends\tasm\tasm-options.h"
  /external/zlib/src/contrib/masmx86/
readme.txt 25 * With Borland C and TASM:
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/
Makefile.dj 158 frontends/tasm/tasm.o \
159 frontends/tasm/tasm-options.o \
Makefile.flat 161 frontends/tasm/tasm.o \
162 frontends/tasm/tasm-options.o \
  /external/chromium_org/third_party/yasm/source/patched-yasm/
Makefile.in 66 modules/parsers/tasm/tests/tasm_test.sh \
67 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
68 modules/preprocs/tasm/tests/tasmpp_test.sh \
107 $(srcdir)/frontends/tasm/Makefile.inc \
168 $(srcdir)/modules/parsers/tasm/Makefile.inc \
169 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
170 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
179 $(srcdir)/modules/preprocs/tasm/Makefile.inc \
180 $(srcdir)/modules/preprocs/tasm/tests/Makefile.inc \
325 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
250 $(srcdir)/frontends/tasm/Makefile.inc \
309 $(srcdir)/modules/parsers/tasm/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
445 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
250 $(srcdir)/frontends/tasm/Makefile.inc \
309 $(srcdir)/modules/parsers/tasm/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
445 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
250 $(srcdir)/frontends/tasm/Makefile.inc \
309 $(srcdir)/modules/parsers/tasm/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
445 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
250 $(srcdir)/frontends/tasm/Makefile.inc \
309 $(srcdir)/modules/parsers/tasm/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
445 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
250 $(srcdir)/frontends/tasm/Makefile.inc \
309 $(srcdir)/modules/parsers/tasm/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
445 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
250 $(srcdir)/frontends/tasm/Makefile.inc \
309 $(srcdir)/modules/parsers/tasm/Makefile.inc \
310 $(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
311 $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
445 am_ytasm_OBJECTS = tasm.$(OBJEXT) tasm-options.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 331 "Real TASM Preprocessor",
332 "tasm",

Completed in 890 milliseconds

1 2