Searched refs:jmp (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dfarbasic.asm5 jmp 5:4 label
7 jmp far equval label
11 jmp 8:9 label
H A Dx86label.asm2 jmp and_label label
H A Dfar64.asm5 jmp far dword [0] label
6 jmp far qword [0] label
7 jmp far [0] label
H A Djmpfar.asm0 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
H A Doverflow.asm11 jmp 0x1234:0x56789ABC label
12 jmp dword 0x1234:0x56789ABC label
H A Dsegoff-err.asm3 jmp far[1:2] label
/external/llvm/test/MC/ELF/
H A Dplt.s5 jmp foo@PLT
H A Drelocation-pc.s6 jmp -256 # R_X86_64_PC32
H A Drelax.s10 jmp bar
11 jmp foo
12 jmp zed
H A Drelax-all-flag.s1 // By default, the jmp here does not need relaxation (so the 0xeb opdoce can be
15 jmp foo
H A Dset.s19 jmp foo
/external/llvm/test/MC/MachO/
H A Ddirection_labels.s5 jmp 10b
10 jmp 11f
H A Ddarwin-x86_64-diff-relocs.s17 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 L
[all...]
H A Dreloc.s40 jmp 0xbabecafe
41 jmp L0
42 jmp L1
H A Ddarwin-x86_64-nobase-relocs.s11 jmp Lbar
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfequabs.asm9 jmp absval label
10 jmp label label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas32-jmpcall.asm4 jmp foo label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas64-jmpcall.asm4 jmp foo label
H A Dgas-prefix.asm5 rex jmp foo
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Dorphannowarn.asm5 jmp label label
6 jmp label2
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/
H A Dorphanwarn.asm5 jmp label label
6 jmp label2
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Djmpcall.asm12 jmp %fs:label
13 jmp *%fs:label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
H A Dgas-llabel.asm7 jmp code
25 jmp 1b
26 1: jmp 1b
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_x86-64.S78 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 *
[all...]
/external/valgrind/main/callgrind/
H A Djumps.c79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) argument
81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
108 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp,
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) argument
153 jcc->jmp = jmp;
164 CLG_ASSERT((0 <= jmp) && (jmp <= from->bb->cjmp_count));
165 jcc->next_from = from->jmp[jmp]
190 get_jcc(BBCC* from, UInt jmp, BBCC* to) argument
[all...]

Completed in 259 milliseconds

1234567891011>>