HomeSort by relevance Sort by last modified time
    Searched refs:YASM (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 1 jmp 1234:5678 ; YASM: far jump
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
  /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/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 83 ; or win64 is defined on the Yasm command line.
117 ; Requires Chromium's patched copy of yasm:
119 ; http://www.tortall.net/projects/yasm/ticket/236
179 ; its register usage. YASM doesn't recognize these directives, so we just
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 83 ; or win64 is defined on the Yasm command line.
117 ; Requires Chromium's patched copy of yasm:
119 ; http://www.tortall.net/projects/yasm/ticket/236
179 ; its register usage. YASM doesn't recognize these directives, so we just
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 83 ; or win64 is defined on the Yasm command line.
117 ; Requires Chromium's patched copy of yasm:
119 ; http://www.tortall.net/projects/yasm/ticket/236
179 ; its register usage. YASM doesn't recognize these directives, so we just
  /build/core/
config.mk 378 YASM := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/yasm/yasm
definitions.mk     [all...]
  /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/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 25 ; NASM/YASM syntax combined with a large number of macros to provide easy
1135 ; This lets us use tzcnt without bumping the yasm version requirement yet.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 25 ; NASM/YASM syntax combined with a large number of macros to provide easy
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 25 ; NASM/YASM syntax combined with a large number of macros to provide easy
1135 ; This lets us use tzcnt without bumping the yasm version requirement yet.
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 25 ; NASM/YASM syntax combined with a large number of macros to provide easy
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 25 ; NASM/YASM syntax combined with a large number of macros to provide easy

Completed in 725 milliseconds