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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
farbasic.asm 5 jmp 5:4 label
7 jmp far equval label
11 jmp 8:9 label
x86label.asm 2 jmp and_label label
far64.asm 5 jmp far dword [0] label
6 jmp far qword [0] label
7 jmp far [0] label
jmpfar.asm 0 jmp 1234:5678 ; YASM: far jump
2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes label
3 jmp far 1234:5678 ; YASM: far jump; NASM: mismatch in operand sizes label
6 jmp far1 ; both: near jump label
7 jmp near far1 ; both: near jump label
8 jmp far far1 ; YASM: far jump; NASM: value referenced by FAR is not relocatable label
10 jmp far2 ; both: near jump label
11 jmp near far2 ; both: near jump label
12 jmp far far2 ; YASM: far jump; NASM: value referenced by FAR is not relocatable label
1 jmp 1234:5678 ; YASM: far jump label
overflow.asm 11 jmp 0x1234:0x56789ABC label
12 jmp dword 0x1234:0x56789ABC label
segoff-err.asm 3 jmp far[1:2] label
  /external/llvm/test/MC/ELF/
plt.s 5 jmp foo@PLT
relocation-pc.s 6 jmp -256 # R_X86_64_PC32
relax.s 10 jmp bar
11 jmp foo
12 jmp zed
relax-all-flag.s 1 // By default, the jmp here does not need relaxation (so the 0xeb opdoce can be
15 jmp foo
set.s 19 jmp foo
  /external/llvm/test/MC/MachO/
direction_labels.s 5 jmp 10b
10 jmp 11f
darwin-x86_64-diff-relocs.s 17 jmp 4
18 // jmp _baz
24 // jmp _g0
26 jmp L0
27 jmp _g1
32 // jmp L1
35 // jmp L0 - _g0
37 // jmp _g1 - _g0
39 // jmp _g1 - L1
42 // jmp L1 - _g
    [all...]
reloc.s 40 jmp 0xbabecafe
41 jmp L0
42 jmp L1
darwin-x86_64-nobase-relocs.s 11 jmp Lbar
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfequabs.asm 9 jmp absval label
10 jmp label label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas32-jmpcall.asm 4 jmp foo label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas64-jmpcall.asm 4 jmp foo label
gas-prefix.asm 5 rex jmp foo
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
orphannowarn.asm 5 jmp label label
6 jmp label2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/
orphanwarn.asm 5 jmp label label
6 jmp label2
  /bionic/linker/arch/x86_64/
begin.S 36 jmp *%rax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
jmpcall.asm 12 jmp %fs:label
13 jmp *%fs:label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
gas-llabel.asm 7 jmp code
25 jmp 1b
26 1: jmp 1b
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_x86-64.S 78 jmp pthread_getspecific@PLT
93 jmp *%r11
103 jmp *%r11
109 jmp *%r11
119 jmp *%r11
130 jmp *%r11
136 jmp *%r11
142 jmp *%r11
148 jmp *%r11
159 jmp *%r1
    [all...]

Completed in 1430 milliseconds

1 2 3 4 5 6 7 8 91011>>