HomeSort by relevance Sort by last modified time
    Searched refs:jmp (Results 251 - 275 of 382) sorted by null

<<111213141516

  /external/libvpx/vp8/encoder/x86/
variance_impl_ssse3.asm 147 jmp filter_block2d_bil_variance
214 jmp filter_block2d_bil_variance
249 jmp filter_block2d_bil_variance
303 jmp filter_block2d_bil_variance
temporal_filter_apply_sse2.asm 84 jmp temporal_filter_apply_load_finished
183 jmp temporal_filter_apply_load_8
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 444 jmp_buf jmp; member in struct:vpx_internal_error_info
469 longjmp(info->jmp, info->error_code);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 68 jmp localexit
76 jmp localexit
167 jmp L4
227 jmp L2
303 jmp L8
361 jmp L2
447 jmp L4
526 jmp L2
  /external/quake/quake/src/QW/client/
snd_mixa.s 175 jmp LClampDone
195 jmp LClampDone2
r_drawa.asm 304 jmp LCalcSecond
360 jmp Ldone
397 jmp LSideDone
450 jmp LSetRemove
486 jmp Ldone
525 jmp Lcontinue
536 jmp Lcontinue
576 jmp Lcontinue
587 jmp Lcontinue
  /external/quake/quake/src/WinQuake/
snd_mixa.s 175 jmp LClampDone
195 jmp LClampDone2
  /external/v8/src/ia32/
debug-ia32.cc 168 __ jmp(Operand::StaticVariable(after_break_target));
324 __ jmp(edx);
code-stubs-ia32.cc 745 __ jmp(&done, Label::kNear);
793 __ jmp(&done, Label::kNear);
    [all...]
ic-ia32.cc 591 __ jmp(&load_in_object_property);
626 __ jmp(&index_smi);
822 __ jmp(&fast_object_without_map_check);
830 __ jmp(&fast_double_without_map_check);
    [all...]
  /external/v8/src/x64/
debug-x64.cc 175 __ jmp(Operand(kScratchRegister, 0));
330 __ jmp(rdx);
stub-cache-x64.cc 95 __ jmp(&miss);
97 __ jmp(&miss);
103 __ jmp(kScratchRegister);
633 __ jmp(miss_label);
    [all...]
ic-x64.cc 511 __ jmp(&load_in_object_property);
548 __ jmp(&index_smi);
697 __ jmp(&fast_object_without_map_check);
705 __ jmp(&fast_double_without_map_check);
781 __ jmp(&fast_double_without_map_check);
792 __ jmp(&finish_object_store);
806 __ jmp(&finish_object_store);
843 __ jmp(&probe);
    [all...]
regexp-macro-assembler-x64.cc 129 __ jmp(&entry_label_); // We'll write the entry code when we know more.
172 __ jmp(rbx);
705 __ jmp(&exit_label_);
774 __ jmp(&exit_label_);
838 __ jmp(&start_label_);
841 __ jmp(&start_label_);
    [all...]
  /external/openssl/crypto/bn/asm/
x86-mont.pl 262 &jmp (&label("common_tail"));
271 &jmp (&label("just_leave"));
329 &jmp (&label("2ndmadd"));
408 &jmp (&label("1stmadd"));
562 &jmp (&label("3rdmadd"));
x86_64-mont5.pl 63 jmp .Lmul4x_enter
160 jmp .L1st_enter
203 jmp .Louter
241 jmp .Linner_enter
295 jmp .Lsub
456 jmp .L1st4x
611 jmp .Linner4x
750 jmp .Lsub4x
789 jmp .Lcopy4x
881 jmp .Lgathe
    [all...]
x86_64-mont.pl 73 jmp .Lsqr4x_enter
119 jmp .L1st_enter
160 jmp .Louter
183 jmp .Linner_enter
235 jmp .Lsub
339 jmp .L1st4x
479 jmp .Linner4x
615 jmp .Lsub4x
654 jmp .Lcopy4x
791 jmp .Lsqr4x_1s
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 129 __ jmp(&entry_label_); // We'll write the entry code later.
340 __ jmp(&success);
607 __ jmp(&exit_label_);
655 __ jmp(&exit_label_);
712 __ jmp(&start_label_);
715 __ jmp(&start_label_);
816 __ jmp(&exit_label_);
    [all...]
codegen-arm.cc 372 __ jmp(&indirect_string_loaded);
404 __ jmp(&check_encoding);
427 __ jmp(&done);
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 129 __ jmp(&entry_label_); // We'll write the entry code later.
341 __ jmp(&success);
597 __ jmp(&exit_label_);
651 __ jmp(&exit_label_);
707 __ jmp(&start_label_);
710 __ jmp(&start_label_);
826 __ jmp(&exit_label_);
845 __ jmp(to);
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 453 jmp vgabios_int10_handler
489 jmp cirrus_unhandled
528 jmp cirrus_return
570 jmp cirrus_return
673 jmp csms_1
694 jmp c80h_1
735 jmp c85h3
859 jmp cirrus_vesa_unimplemented
1003 jmp cirrus_vesa_unimplemented
1080 jmp cirrus_vesa_unimplemente
    [all...]
  /external/valgrind/main/callgrind/
bbcc.c 102 bbcc->jmp[i].ecounter = 0;
103 for(jcc=bbcc->jmp[i].jcc_list; jcc; jcc=jcc->next_from)
288 bbcc->jmp[i].ecounter = 0;
289 bbcc->jmp[i].jcc_list = 0;
601 last_bbcc->jmp[passed].ecounter++;
604 UInt instr_count = last_bb->jmp[passed].instr+1;
662 /* We simulate a JMP/Cont to be a CALL if
680 CLG_DEBUG(1," JMP: %s[%s] to %s[%s]%s!\n",
696 passed = top_ce->jcc->jmp;
  /external/openssl/crypto/aes/asm/
vpaes-x86_64.pl 100 jmp .Lenc_entry
195 jmp .Ldec_entry
302 jmp .Lschedule_go
333 jmp .Loop_schedule_128
370 jmp .Loop_schedule_192
405 jmp .Loop_schedule_256
617 jmp .Lschedule_mangle_both
895 jmp .Lcbc_enc_loop
906 jmp .Lcbc_done
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 239 jmp L(aligned_64_exit)
243 jmp L(aligned_64_exit)
247 jmp L(aligned_64_exit)
  /external/grub/stage2/
asm.S 205 jmp EXT_C(hard_stop)
288 jmp EXT_C(hard_stop)
448 jmp 8f
542 /* this flag is actually the machine code (je or jmp) */
592 /* tricky: jmp (0x74) <-> je (0xeb) */
1045 jmp 1b /* retry */
1232 jmp 2f
1320 DATA32 jmp xdone
1432 DATA32 jmp xsmap
1479 jmp found_rom_tabl
    [all...]

Completed in 1061 milliseconds

<<111213141516