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

  /prebuilts/go/darwin-x86/src/os/signal/
sig.s 12 #define JMP B
15 #define JMP BR
18 #define JMP BR
22 JMP runtime新ignal_disable(SB)
25 JMP runtime新ignal_enable(SB)
28 JMP runtime新ignal_ignore(SB)
31 JMP runtime新ignal_recv(SB)
  /prebuilts/go/darwin-x86/src/runtime/debug/
stubs.s 8 #define JMP B
11 #define JMP B
14 #define JMP BR
17 #define JMP BR
21 JMP runtime新etMaxStack(SB)
24 JMP runtime新etGCPercent(SB)
27 JMP runtime新etPanicOnFault(SB)
30 JMP runtime新etMaxThreads(SB)
  /prebuilts/go/linux-x86/src/os/signal/
sig.s 12 #define JMP B
15 #define JMP BR
18 #define JMP BR
22 JMP runtime新ignal_disable(SB)
25 JMP runtime新ignal_enable(SB)
28 JMP runtime新ignal_ignore(SB)
31 JMP runtime新ignal_recv(SB)
  /prebuilts/go/linux-x86/src/runtime/debug/
stubs.s 8 #define JMP B
11 #define JMP B
14 #define JMP BR
17 #define JMP BR
21 JMP runtime新etMaxStack(SB)
24 JMP runtime新etGCPercent(SB)
27 JMP runtime新etPanicOnFault(SB)
30 JMP runtime新etMaxThreads(SB)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
386.s 36 JMP *AX
38 JMP $4
39 JMP label
52 JMP (AX)(AX*4)
amd64.s 40 JMP -4(PC)
41 JMP label
42 JMP foo+4(SB)
43 JMP bar<>+4(SB)
44 JMP bar<>+4(SB)(R11*4)
45 JMP *4(SP)
46 JMP *(R12)
47 JMP *(R12*4)
48 JMP *(R12)(R13*4)
49 JMP *(AX
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
386.s 36 JMP *AX
38 JMP $4
39 JMP label
52 JMP (AX)(AX*4)
amd64.s 40 JMP -4(PC)
41 JMP label
42 JMP foo+4(SB)
43 JMP bar<>+4(SB)
44 JMP bar<>+4(SB)(R11*4)
45 JMP *4(SP)
46 JMP *(R12)
47 JMP *(R12*4)
48 JMP *(R12)(R13*4)
49 JMP *(AX
    [all...]
  /external/libunwind_llvm/src/
assembly.h 74 #define JMP(r) bx r
76 #define JMP(r) mov pc, r
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
assembly.h 74 #define JMP(r) bx r
76 #define JMP(r) mov pc, r
  /external/compiler-rt/lib/builtins/
assembly.h 69 #define JMP(r) bx r
72 #define JMP(r) mov pc, r
82 JMP(ip)
  /toolchain/binutils/binutils-2.25/opcodes/
mcore-opc.h 27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2,
68 { "jmp", JMP, 2, 0x00C0 },
192 { "rts", O0, 2, 0x00CF }, /* jmp r15 */
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 54 JMP(14), // Jump, e.g. "jmp label"
406 Instruction instruction = new Instruction(Opcodes.JMP);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 299 #define JMP STD+4
  /external/libpcap/
gencode.c 132 #define JMP(c) ((c)|BPF_JMP|BPF_K)
790 b = new_block(JMP(jtype));
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a)
    [all...]

Completed in 330 milliseconds