Searched refs:jump (Results 1 - 25 of 158) sorted by relevance

1234567

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dmixal-mode.el593 (JMP jump "jump" 39
594 "Unconditional jump.
596 been executed when there was no jump."
599 (JSJ jump "jump, save J" 39
600 "Unconditional jump, but rJ is not modified."
603 (JOV jump "jump on overflow" 39
606 been executed when there was no jump
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorTokenTrackingController.css26 .CodeMirror .jump-to-symbol-highlight {
/macosx-10.10.1/awk-20/src/
H A Dproctab.c139 jump, /* BREAK */
141 jump, /* CONTINUE */
144 jump, /* EXIT */
153 jump, /* NEXT */
154 jump, /* NEXTFILE */
188 jump, /* RETURN */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl264 upvar #0 ${selfns}::trans_$order($s) jump
266 if {![info exists jump]} {
269 lappend sdata [array get jump]
349 upvar #0 ${selfns}::trans_$order($s) jump
350 if {[info exists jump]} {
351 foreach sym [array names jump] {
353 foreach nexts $jump($sym) {
410 upvar #0 ${selfns}::trans_$order($sin) jump
411 upvar 0 jump($sym) destinations
421 upvar #0 ${selfns}::trans_$o jump
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.h141 void link(Jump jump, CodeLocationLabel label) argument
143 jump.m_label = applyOffset(jump.m_label);
144 MacroAssembler::linkJump(code(), jump, label); local
186 CodeLocationLabel locationOf(PatchableJump jump) argument
188 return CodeLocationLabel(MacroAssembler::getLinkerAddress(code(), applyOffset(jump.m_jump.m_label)));
229 unsigned offsetOf(PatchableJump jump) argument
231 return applyOffset(jump.m_jump.m_label).m_offset;
H A DAbstractMacroAssembler.h349 // track the location of a jump instruction so that it may later be
356 // it may be used as a destination for a jump.
523 static Call fromTailJump(Jump jump) argument
525 return Call(jump.m_label, Linkable);
535 // A jump object is a reference to a jump instruction that has been planted
536 // into the code buffer - it is typically used to link the jump, setting the
537 // relative offset such that when executed it will jump to the desired
673 explicit PatchableJump(Jump jump) argument
674 : m_jump(jump)
695 JumpList(Jump jump) argument
717 append(Jump jump) argument
939 linkJump(void* code, Jump jump, CodeLocationLabel target) argument
959 repatchJump(CodeLocationJump jump, CodeLocationLabel destination) argument
[all...]
H A DRepatchBuffer.h68 void relink(CodeLocationJump jump, CodeLocationLabel destination) argument
70 MacroAssembler::repatchJump(jump, destination);
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcucumber.vim21 nmap <silent><buffer> <C-]> :<C-U>exe <SID>jump('edit',v:count)<CR>
22 nmap <silent><buffer> <C-W>] :<C-U>exe <SID>jump('split',v:count)<CR>
23 nmap <silent><buffer> <C-W><C-]> :<C-U>exe <SID>jump('split',v:count)<CR>
24 nmap <silent><buffer> <C-W>} :<C-U>exe <SID>jump('pedit',v:count)<CR>
28 function! s:jump(command,count) function
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_param.tcl203 Op::Asm::Ins found! jump $found
230 Op::Asm::Ins found! jump $found
254 Op::Asm::Ins found! jump $found
529 Asm::Ins fail! jump $failed
531 Asm::Ins jump [Asm::LastId] ; # Loop head = Function head.
555 Asm::Ins fail! jump $failed
565 Asm::Ins ok! jump $loophead
626 Asm::Ins fail! jump $failed
659 Asm::Ins fail! jump $failed
701 Asm::Ins fail! jump
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrJIT.cpp164 failures.append(jump());
171 failures.append(jump());
219 unicodeFail = jump();
333 jump(Address(stackPointerRegister, frameLocation * sizeof(void*)));
508 // - A jump list of jumps, to be linked to code that will backtrack them
522 // Add a jump or jumps, a return address, or set the flag indicating
524 void append(const Jump& jump) argument
526 m_laterFailures.append(jump);
566 assembler->jump(label);
581 jumpList.append(assembler->jump());
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRegisterPreservationWrapperGenerator.cpp125 AssemblyHelpers::Jump jump = jit.jump(); local
128 linkBuffer.link(jump, CodeLocationLabel(target));
218 jit.jump(GPRInfo::regT1);
H A DJITArithmetic32_64.cpp58 Jump end = jump();
124 Jump end = jump();
251 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift));
271 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift));
521 Jump end = jump();
541 Jump end = jump();
629 Jump end = jump();
649 Jump end = jump();
717 Jump doTheMath = jump();
763 Jump isInteger = jump();
[all...]
H A DJITOpcodes32_64.cpp176 addJump(jump(), target);
268 emitJumpSlowToHot(jump(), currentInstruction[4].u.operand);
295 Jump done = jump();
300 Jump notMasqueradesAsUndefined = jump();
343 Jump done = jump();
449 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jfalse));
483 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jtrue));
505 Jump masqueradesGlobalObjectIsForeign = jump();
530 Jump wasNotImmediate = jump();
586 storeResult.append(jump());
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntThunks.cpp54 jit.jump(JSInterfaceJIT::regT0);
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dvalgrind.pm75 push @o, "\n Conditional jump or move depends on uninitialised value(s)\n";
96 elsif($_ =~ /Conditional jump or move/) {
/macosx-10.10.1/ruby-106/ruby/
H A Dinits.c32 CALL(jump);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkScrollbar.h52 int jump; /* Value of -jump option. */ member in struct:TkScrollbar
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkScrollbar.h53 int jump; /* Value of -jump option. */ member in struct:TkScrollbar
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceiver.cpp196 DCLJump *jump; local
227 jump = (DCLJump *)callProc->pNextDCLCommand;
228 if(jump == NULL)
236 delete jump;
332 DCLJump *jump = new DCLJump ; local
334 jump->opcode = kDCLJumpOp ;
335 jump->pJumpDCLLabel = pLastDCL ;
341 callProc->pNextDCLCommand = (DCLCommand*)jump ;
345 // Store the jump information.
346 fReceiveSegmentInfoPtr[fSegment].pSegmentJumpDCL = jump;
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Di386linux.c140 /* Nonzero if this is a jump instruction that needs to be fixed,
142 char jump;
289 f->jump = 0;
384 f->jump = IS_PLT_SYM (name);
511 || (! f1->builtin && ! f1->jump))
519 f->jump = is_plt;
522 f1->jump = is_plt;
535 f->jump = is_plt;
662 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
666 if (f->jump)
141 char jump; member in struct:fixup
[all...]
H A Dm68klinux.c141 /* Nonzero if this is a jump instruction that needs to be fixed,
143 char jump;
293 f->jump = 0;
388 f->jump = IS_PLT_SYM (name);
515 || (! f1->builtin && ! f1->jump))
523 f->jump = is_plt;
526 f1->jump = is_plt;
539 f->jump = is_plt;
669 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
673 if (f->jump)
142 char jump; member in struct:fixup
[all...]
H A Dsparclinux.c140 /* Nonzero if this is a jump instruction that needs to be fixed,
142 char jump; member in struct:fixup
289 f->jump = 0;
384 f->jump = IS_PLT_SYM (name);
510 || (! f1->builtin && ! f1->jump))
518 f->jump = is_plt;
521 f1->jump = is_plt;
534 f->jump = is_plt;
661 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
665 if (f->jump)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp855 m_out.jump(continuation);
1012 m_out.jump(continuation);
1172 m_out.jump(continuation);
1199 m_out.jump(continuation);
1245 m_out.jump(continuation);
1261 m_out.jump(done);
1270 m_out.jump(done);
1288 m_out.jump(numeratorContinuation);
1302 m_out.jump(done);
1350 m_out.jump(continuatio
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldStartup.s107 # clean up stack and jump to "start" in main executable
111 jmp *%eax # jump to the entry point
126 jmp *%eax # jump to main(argc,argv,env,apple) with return address set to _start
174 # clean up stack and jump to "start" in main executable
178 jmp *%rax # jump to the entry point
191 jmp *%rax # jump to main(argc,argv,env,apple) with return address set to _start
245 // traditional case, clean up stack and jump to result
247 bx r0 // jump to the program's entry point
307 // LC_UNIXTHREAD way, clean up stack and jump to result
309 br x16 // jump t
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledwidget.itk44 keep -activebackground -activerelief -jump -troughcolor
126 keep -borderwidth -elementborderwidth -jump -relief
137 keep -borderwidth -elementborderwidth -jump -relief

Completed in 210 milliseconds

1234567