HomeSort by: relevance | last modified time | path
    Searched defs:Jump (Results 1 - 7 of 7) sorted by relevancy

  /src/games/robots/
extern.c 45 bool Jump = false; /* Jump while running, counting, or waiting */
85 jmp_buf End_move; /* Jump to on Real_time */
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 1 //===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
54 /// InDiag - The note to emit if there is a jump into this scope.
57 /// OutDiag - The note to emit if there is an indirect jump out
389 // Cannot jump into the middle of the condition.
418 // Jump from the catch into the try is not allowed either.
443 // Jump from __except or __finally into the __try are not allowed either.
489 // Jump from the catch to the finally or try is not valid.
501 // Jump from the finally to the try or catch is not valid.
649 Stmt *Jump = Jumps.pop_back_val();
652 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 368 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP))
1443 SDValue Jump = Op.getOperand(2);
1446 Chain, Jump, Cond);
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 592 /* special case for jump insns; value has to be 1 */
593 #define JUMP 1
594 /* call and jump */
600 /* absolute address for jump */
602 Jump,
833 unsigned int jump:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 580 /* special case for jump insns; value has to be 1 */
581 #define JUMP 1
582 /* call and jump */
588 /* absolute address for jump */
590 Jump,
820 unsigned int jump:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 547 /* special case for jump insns; value has to be 1 */
548 #define JUMP 1
549 /* call and jump */
555 /* absolute address for jump */
557 Jump,
787 unsigned int jump:3; member in struct:i386_opcode_modifier
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 538 /* special case for jump insns; value has to be 1 */
539 #define JUMP 1
540 /* call and jump */
546 /* absolute address for jump */
548 Jump,
770 unsigned int jump:3; member in struct:i386_opcode_modifier

Completed in 31 milliseconds