Home
last modified time | relevance | path

Searched defs:jmp (Results 1 – 25 of 130) sorted by relevance

123456

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Djmpfar.asm1 jmp 1234:5678 ; YASM: far jump label
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
Dfarbasic.asm5 jmp 5:4 label
7 jmp far equval label
11 jmp 8:9 label
Dfar64.asm5 jmp far dword [0] label
6 jmp far qword [0] label
7 jmp far [0] label
Doverflow.asm11 jmp 0x1234:0x56789ABC label
12 jmp dword 0x1234:0x56789ABC label
Dx86label.asm2 jmp and_label label
Dsegoff-err.asm3 jmp far[1:2] label
Dsegoff.asm4 jmp far[foo] label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
Dbin-farabs.asm23 jmp keybuf label
26 jmp 0040h:001Eh label
29 jmp near keybuf label
30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes") label
33 jmp 0x1e label
34 jmp 0 label
35 jmp absval label
36 jmp label label
40 jmp label2 label
47 jmp far keybuf ; Illegal in NASM ("value referenced by FAR is not relocatable") label
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
Delfequabs.asm9 jmp absval label
10 jmp label label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
Dwin32at.asm31 jmp L2592 label
35 jmp L2591 label
39 jmp L2591 label
47 jmp L2589 label
53 jmp L2595 label
56 jmp L2589 label
112 jmp L2597 label
136 jmp L2597 label
158 jmp L2605 label
162 jmp L2597 label
/external/chromium_org/v8/src/ic/x87/
Dstub-cache-x87.cc53 __ jmp(&miss); in ProbeTable() local
55 __ jmp(&miss); in ProbeTable() local
63 __ jmp(extra); in ProbeTable() local
93 __ jmp(&miss); in ProbeTable() local
95 __ jmp(&miss); in ProbeTable() local
107 __ jmp(offset); in ProbeTable() local
/external/chromium_org/v8/src/ic/ia32/
Dstub-cache-ia32.cc53 __ jmp(&miss); in ProbeTable() local
55 __ jmp(&miss); in ProbeTable() local
63 __ jmp(extra); in ProbeTable() local
93 __ jmp(&miss); in ProbeTable() local
95 __ jmp(&miss); in ProbeTable() local
107 __ jmp(offset); in ProbeTable() local
/external/chromium_org/v8/src/x87/
Dcodegen-x87.cc127 __ jmp(&forward); in CreateMemMoveFunction() local
148 __ jmp(&forward_loop_1byte); in CreateMemMoveFunction() local
176 __ jmp(&backward_loop_1byte); in CreateMemMoveFunction() local
282 __ jmp(&entry); in GenerateSmiToDouble() local
290 __ jmp(fail); in GenerateSmiToDouble() local
306 __ jmp(&entry); in GenerateSmiToDouble() local
383 __ jmp(&entry); in GenerateDoubleToObject() local
392 __ jmp(&success); in GenerateDoubleToObject() local
400 __ jmp(fail); in GenerateDoubleToObject() local
422 __ jmp(&entry, Label::kNear); in GenerateDoubleToObject() local
[all …]
Dfull-codegen-x87.cc374 __ jmp(&return_label_); in EmitReturnSequence() local
503 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
505 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
508 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
510 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
514 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
516 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
574 __ jmp(&done, Label::kNear); in Plug() local
587 __ jmp(&done, Label::kNear); in Plug() local
627 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
Dgas64-jmpcall.asm4 jmp foo label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
Dgas32-jmpcall.asm4 jmp foo label
/external/chromium_org/v8/src/x64/
Dcodegen-x64.cc151 __ jmp(&return_result); in CreateModuloFunction() local
254 __ jmp(&new_backing_store); in GenerateSmiToDouble() local
291 __ jmp(&entry); in GenerateSmiToDouble() local
313 __ jmp(&allocated); in GenerateSmiToDouble() local
325 __ jmp(&done); in GenerateSmiToDouble() local
338 __ jmp(&entry); in GenerateSmiToDouble() local
400 __ jmp(&entry); in GenerateDoubleToObject() local
406 __ jmp(fail); in GenerateDoubleToObject() local
435 __ jmp(&entry, Label::kNear); in GenerateDoubleToObject() local
498 __ jmp(&indirect_string_loaded, Label::kNear); in Generate() local
[all …]
Dfull-codegen-x64.cc381 __ jmp(&return_label_); in EmitReturnSequence() local
489 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
491 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
529 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
531 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
534 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
536 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
540 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
542 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
600 __ jmp(&done, Label::kNear); in Plug() local
[all …]
/external/chromium_org/tools/traceline/traceline/
Dstubs.asm34 jmp eax label
35 jmp edx label
83 jmp blah label
85 jmp blah label
/external/chromium_org/v8/src/ia32/
Dfull-codegen-ia32.cc377 __ jmp(&return_label_); in EmitReturnSequence() local
506 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
508 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
511 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
513 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
517 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug() local
519 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
577 __ jmp(&done, Label::kNear); in Plug() local
590 __ jmp(&done, Label::kNear); in Plug() local
630 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() local
[all …]
/external/chromium_org/v8/src/ic/x64/
Dstub-cache-x64.cc69 __ jmp(&miss); in ProbeTable() local
71 __ jmp(&miss); in ProbeTable() local
79 __ jmp(kScratchRegister); in ProbeTable() local
/external/llvm/test/MC/ELF/
Dsubsection.s7 jmp label label
/external/valgrind/main/callgrind/
Djumps.c79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) in jcc_hash_idx()
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) in new_jcc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/
Dorphanwarn.asm5 jmp label label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
Dorphannowarn.asm5 jmp label label

123456