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

  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 79 #define JMP(r) bx r
82 #define JMP(r) mov pc, r
92 JMP(ip)
  /external/compiler-rt/lib/builtins/
assembly.h 79 #define JMP(r) bx r
82 #define JMP(r) mov pc, r
92 JMP(ip)
  /external/libunwind_llvm/src/
assembly.h 117 #define JMP(r) bx r
119 #define JMP(r) mov pc, r
  /external/elfutils/libcpu/
bpf_disasm.c 49 [BPF_JMP] = "jmp",
63 #define JMP(N) "%" #N "$#x"
67 #define J64(D, O, S) "if " D " " #O " " S " goto " JMP(3)
106 unsigned code, class, jmp; local
115 jmp = addr + i.off * sizeof(struct bpf_insn);
159 len = snprintf(buf, sizeof(buf), "goto " JMP(1), jmp);
475 len = snprintf(buf, sizeof(buf), code_fmt, i.dst_reg, i.imm, jmp);
479 i.dst_reg, i.src_reg, jmp);
  /external/bcc/src/lua/bpf/
bpf.lua 31 -- * Orphan JMP elimination (removing this in first pass would break previous JMP targets)
258 emit(BPF.JMP + BPF.JEQ + BPF.K, src_reg, 0, 1, 0) -- if (src != NULL)
348 -- I have no better idea how to implement it than unrolled XOR loop, as we can fixup only one JMP
367 emit(BPF.JMP + BPF[op] + BPF.K, acc, 0, 0xffff, 0)
382 -- offset in BPF program code, verifier will accept only programs with valid JMP targets
384 emit(BPF.JMP + BPF[op] + BPF.X, a_reg, b_reg, 0xffff, 0)
409 -- offset in BPF program code, verifier will accept only programs with valid JMP targets
411 emit(BPF.JMP + BPF[op] + BPF.K, reg, 0, 0xffff, b)
685 emit(BPF.JMP + BPF.CALL, 0, 0, 0, HELPER.map_lookup_elem
    [all...]
  /external/libpcap/
gencode.c 166 #define JMP(c) ((c)|BPF_JMP|BPF_K)
1031 b = new_block(cstate, JMP(jtype));
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 397 milliseconds