HomeSort by relevance Sort by last modified time
    Searched defs:JMP (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/builtins/
assembly.h 88 #define JMP(r) bx r
91 #define JMP(r) mov pc, r
  /external/libpcap/
gencode.c 130 #define JMP(c) ((c)|BPF_JMP|BPF_K)
758 b = new_block(JMP(jtype));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a)
    [all...]

Completed in 201 milliseconds