OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NASM
(Results
1 - 25
of
29
) sorted by null
1
2
/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/dropbear/libtommath/etc/
timer.asm
1
; x86 timer in
NASM
/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/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
elfso.asm
3
;
nasm
-f elf elfso.asm
18
; [8] Define a
NASM
local label
19
; [9] Reference a
NASM
local label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.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/nasm64/
machotest64.asm
14
; [8] Define a
NASM
local label
15
; [9] Reference a
NASM
local label
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86asm.pl
230
elsif (($type eq "nw-
nasm
"))
246
win32n - Windows 95/Windows NT
NASM
format
247
nw-
nasm
- NetWare
NASM
format
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm
13
; [8] Define a
NASM
local label
14
; [9] Reference a
NASM
local label
/external/openssl/crypto/perlasm/
x86asm.pl
230
elsif (($type eq "nw-
nasm
"))
246
win32n - Windows 95/Windows NT
NASM
format
247
nw-
nasm
- NetWare
NASM
format
/external/qemu/distrib/sdl-1.2.15/build-scripts/
makedep.sh
72
\$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(
NASM
) -I\$(srcdir)/src/hermes/ $src -o \$@
/external/chromium_org/third_party/x86inc/
x86inc.asm
24
;
NASM
/YASM syntax combined with a large number of macros to provide easy
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl
65
$avx=1 if (!$avx && $win64 && ($flavour =~ /
nasm
/ || $ENV{ASM} =~ /
nasm
/) &&
66
`
nasm
-v 2>&1` =~ /
NASM
version ([2-9]\.[0-9]+)/ &&
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-586.pl
116
`
nasm
-v 2>&1` =~ /
NASM
version ([2-9]\.[0-9]+)/ &&
[
all
...]
sha1-x86_64.pl
78
$avx=1 if (!$avx && $win64 && ($flavour =~ /
nasm
/ || $ENV{ASM} =~ /
nasm
/) &&
79
`
nasm
-v 2>&1` =~ /
NASM
version ([2-9]\.[0-9]+)/ &&
Completed in 247 milliseconds
1
2