HomeSort by relevance Sort by last modified time
    Searched refs:NASM (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes
3 jmp far 1234:5678 ; YASM: far jump; NASM: mismatch in operand sizes
8 jmp far far1 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
12 jmp far far2 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
15 ;mov ax, [1234:5678] ; YASM: invalid segment in effective address; NASM: invalid segment override
16 ;mov ax, 1234:5678 ; YASM: immediate does not support segment; NASM: invalid combination of opcode and operands
strict.asm 18 add eax, strict 4 ; NASM generates dword, yasm generates byte
31 add ebx, strict 4 ; NASM generates dword, yasm generates byte
49 add dword [eax], strict 4 ; NASM generates dword, yasm generates byte
62 push strict 4 ; NASM generates dword, yasm generates byte
75 imul eax, strict 4 ; NASM generates dword, yasm generates byte
90 add rax, strict 4 ; NASM generates dword, yasm generates byte
103 add rbx, strict 4 ; NASM generates dword, yasm generates byte
147 push strict 4 ; NASM generates dword, yasm generates byte
genopcode.asm 38 push dword cs ; NASM unsupported
140 faddp ;NASM unsupported
153 ffreep st0 ;NASM unsupported
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
ifcritical-err.asm 1 ; This worked under NASM. Due to the once-parse model used by YASM, this no
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 12 mov ax, seg (0040h:001Eh) ; NASM doesn't understand this syntax
20 ; There are some differences from NASM here!
22 ; Defaults to near jump (on both NASM and Yasm)
30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
47 jmp far keybuf ; Illegal in NASM ("value referenced by FAR is not relocatable")
48 jmp far 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
bintest.asm 13 ; [4] Define a NASM local label
14 ; [5] Reference a NASM local label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect5.asm 19 section sect8 follows=sect7 valign=16 ; NASM bug - sect7 and sect8 overlap
multisect1.asm 8 mov sp, stack_ends ; NASM puts 460h here -
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.asm 14 ; [8] Define a NASM local label
15 ; [9] Reference a NASM local label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 14 # [8] Define a NASM local label
15 # [9] Reference a NASM local label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.asm 14 ; [8] Define a NASM local label
15 ; [9] Reference a NASM local label
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jccolmmx.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jccolss2-64.asm 9 ; This file should be assembled with NASM (Netwide Assembler),
12 ; NASM is available from http://nasm.sourceforge.net/ or
jccolss2.asm 9 ; This file should be assembled with NASM (Netwide Assembler),
12 ; NASM is available from http://nasm.sourceforge.net/ or
jcgrammx.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jcgrass2-64.asm 9 ; This file should be assembled with NASM (Netwide Assembler),
12 ; NASM is available from http://nasm.sourceforge.net/ or
jcgrass2.asm 9 ; This file should be assembled with NASM (Netwide Assembler),
12 ; NASM is available from http://nasm.sourceforge.net/ or
jdcolmmx.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jdcolss2-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jdcolss2.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jdmermmx.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jdmerss2-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
jdmerss2.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 15 ; [8] Define a NASM local label
16 ; [9] Reference a NASM local label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 15 ; [8] Define a NASM local label
16 ; [9] Reference a NASM local label

Completed in 960 milliseconds

1 2 3