Searched refs:CALL (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Davr-prop-3.s4 CALL dest
5 CALL dest
H A Davr-prop-4.s4 CALL dest
5 CALL dest
H A Davr-prop-5.s4 CALL dest
H A Davr-prop-2.s4 CALL dest
7 CALL dest
10 CALL dest
H A Davr-prop-1.s4 CALL dest
/netbsd-current/lib/libc/arch/alpha/gen/
H A D_resumecontext.S33 CALL(_resumecontext)
H A Dswapcontext.S46 CALL(_getcontext) /* getcontext(oucp) */
56 CALL(setcontext) /* setcontext(ucp) */
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/example-synacor/
H A Dcall.s1 # check the CALL insn.
7 CALL 3
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-msp430-elf/
H A Dinitarray.s18 CALL @R8
19 CALL @R9
20 CALL @R10
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp48 #define CALL(required_args, deallocated_arg, ...) \ macro
54 CALL(3, 1, "vm_deallocate"),
55 CALL(3, 1, "mach_vm_deallocate"),
56 CALL(2, 0, "mig_deallocate"),
57 CALL(2, 1, "mach_port_deallocate"),
58 CALL(1, 0, "device_deallocate"),
59 CALL(1, 0, "iokit_remove_connect_reference"),
60 CALL(1, 0, "iokit_remove_reference"),
61 CALL(1, 0, "iokit_release_port"),
62 CALL(
85 #undef CALL macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Da4.s10 CALL red;
16 CALL red;
22 CALL red;
H A Dzcall.s7 CALL _foo;
29 CALL _m1;
36 CALL ___main;
41 CALL _m2;
H A Dstk5.s8 CALL _foo;
30 CALL _printf;
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Da4.s10 CALL red;
16 CALL red;
22 CALL red;
H A Dzcall.s7 CALL _foo;
29 CALL _m1;
36 CALL ___main;
41 CALL _m2;
H A Dstk5.s8 CALL _foo;
30 CALL _printf;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dflow2.s98 //CALL ( Preg ) ; /* indirect to an absolute (not PC-relative) address (a) */
99 CALL(P0);
100 CALL(P1);
101 CALL(P2);
102 CALL(P3);
103 CALL(P4);
104 CALL(P5);
107 //CALL ( PC + Preg ) ; /* PC-relative, indexed (a) */
108 CALL(PC+P0);
109 CALL(P
116 CALL 0x123456 ; label
117 CALL -1234; label
120 CALL MY_LABEL1; label
121 CALL MY_LABEL2; label
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bpf/
H A Dcall.s1 # eBPF tests for the CALL instruction
/netbsd-current/lib/csu/arch/alpha/
H A Dcrt0.S52 CALL(___start)
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dsifbios.c56 #define CALL(t, n, a) ((t)(*__sifbios_call)((n), (void *)(a))) macro
89 while (CALL(int, callno, &sifbios_arg) != 0 && --retry > 0)
132 return CALL(int, 0, 0);
140 CALL(void, 1, &sifbios_arg);
148 CALL(void, 2, &sifbios_arg);
156 CALL(void, 3, &sifbios_arg);
163 return CALL(int, 4, 0);
173 return CALL(int, 16, 0);
180 CALL(void, 17, 0);
195 return CALL(sifdma_id_
[all...]
/netbsd-current/lib/libc/arch/alpha/sys/
H A D__clone.S79 CALL((pv))
83 CALL(_exit)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dcall-relax.s1 # Test relaxation of CALL instructions into branches.
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dsparc.c40 #define CALL (0xc0000000) macro
58 if (insn & CALL)
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dsparc.c40 #define CALL (0xc0000000) macro
58 if (insn & CALL)
/netbsd-current/lib/csu/arch/powerpc/
H A Dcrt0.S55 CALL(___start)

Completed in 234 milliseconds

1234567891011>>