Searched refs:ADDR (Results 1 - 25 of 179) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dr10k-cache-barrier-1.c6 #define TEST(ADDR) \
8 test_##ADDR (int n) \
12 *(volatile char *) (0x##ADDR##UL) = 1; \
13 *(volatile short *) (0x##ADDR##UL + 2) = 2; \
14 *(volatile int *) (0x##ADDR##UL + 4) = 0; \
H A Dr10k-cache-barrier-2.c6 #define TEST(ADDR) \
8 test_##ADDR (int n) \
10 *(volatile int *) (0x##ADDR##UL) = 1; \
/netbsd-6-1-5-RELEASE/regress/sys/net/bpf/out-of-bounds/
H A Dout-of-bounds.sh11 ADDR=${ADDR:-127.0.0.1}
20 if ! ping -c1 -p cafe $ADDR > /dev/null 2>&1 ; then
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.h46 ADDR = 262, enumerator in enum:yytokentype
59 #define ADDR 262 macro
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
339 | ADDR
342 $$ = ADDR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-1.c13 /* Copy 32 variables with prefix N from the array at ADDR.
14 Leave ADDR pointing to the end of the array. */
15 #define COPYIN(N, ADDR) OP (, N, = *(ADDR++))
18 #define COPYOUT(N, ADDR) OP (*(ADDR++) =, N,)
20 /* Add the contents of the array at ADDR to 32 variables with prefix N.
21 Leave ADDR pointing to the end of the array. */
22 #define ADD(N, ADDR) OP (, N, += *(ADDR
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-1.c13 /* Copy 32 variables with prefix N from the array at ADDR.
14 Leave ADDR pointing to the end of the array. */
15 #define COPYIN(N, ADDR) OP (, N, = *(ADDR++))
18 #define COPYOUT(N, ADDR) OP (*(ADDR++) =, N,)
20 /* Add the contents of the array at ADDR to 32 variables with prefix N.
21 Leave ADDR pointing to the end of the array. */
22 #define ADD(N, ADDR) OP (, N, += *(ADDR
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.h70 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
71 if (ADDR) \
80 if (CODE == N_FUN && GET_CODE (ADDR) == SYMBOL_REF) \
82 const char *_p = XSTR (ADDR, 0); \
90 output_addr_const (asm_out_file, ADDR); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
72 if (ADDR) \
81 if (CODE == N_FUN && GET_CODE (ADDR) == SYMBOL_REF) \
83 const char *_p = XSTR (ADDR, 0); \
91 output_addr_const (asm_out_file, ADDR); \
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_types.m441 ``ADDR, Addr, 1',
76 * ADDR{32,64}, OFF{32,64}, SWORD, XWORD, SXWORD.
108 `e_entry, ADDR',
125 `e_entry, ADDR',
156 `p_vaddr, ADDR',
157 `p_paddr, ADDR',
168 `p_vaddr, ADDR',
169 `p_paddr, ADDR',
176 ``r_offset, ADDR',
181 ``r_offset, ADDR',
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Disic_isapnp_dynalink.c155 #define ADDR 2 macro
157 /* ADDR bits */
273 outb((dev->id_iobase)+ADDR, RESET);
275 outb((dev->id_iobase)+ADDR, 0);
403 outb((ia->ia_iobase)+ADDR, RESET);
405 outb((ia->ia_iobase)+ADDR, 0);
442 bus_space_write_1(sc->sc_maps[0].t, sc->sc_maps[0].h, ADDR, RESET);
444 bus_space_write_1(sc->sc_maps[0].t, sc->sc_maps[0].h, ADDR, 0);
463 outb(IOBASE(base)+ADDR, 0+IS_HSCXB_HACK(base));
474 bus_space_write_1(t, h, ADDR,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Dsim-main.h71 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \
72 sh64_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Dsim-main.h101 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \
102 lm32_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Dmn10300_sim.h195 #define load_byte(ADDR) \
196 sim_core_read_unaligned_1 (STATE_CPU (simulator, 0), PC, read_map, (ADDR))
198 #define load_half(ADDR) \
199 sim_core_read_unaligned_2 (STATE_CPU (simulator, 0), PC, read_map, (ADDR))
201 #define load_word(ADDR) \
202 sim_core_read_unaligned_4 (STATE_CPU (simulator, 0), PC, read_map, (ADDR))
204 #define load_dword(ADDR) \
206 PC, read_map, (ADDR)))
218 #define store_byte(ADDR, DATA) \
220 PC, write_map, (ADDR), (DAT
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/rx/
H A Drx-asm-good.s50 .ADDR 1
51 .ADDR "dat"
52 .ADDR dmem+1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dvms-gcc_shell_handler.c37 typedef void * ADDR; typedef
56 static ADDR
102 return (ADDR) REG_AT (fp + handler_slot_offset);
H A Dvms-unwind.h35 typedef void * ADDR; typedef
40 #define ADDR_AT(addr) (*(ADDR *)(addr))
60 #define DENOTES_EXC_DISPATCHER(PV) ((PV) == (ADDR) (REG) SYS$GL_CALL_HANDL)
87 ADDR new_cfa = 0;
153 new_cfa = (ADDR) icb.libicb$q_ireg[30];
164 ADDR base_addr = ADDR_AT (context->reg[base_reg]);
187 ADDR base_addr = ADDR_AT (context->reg[base_reg]);
188 ADDR rsa_addr = base_addr + pv->pdsc$w_rsa_offset;
246 ADDR condpc_addr
249 ADDR rei_frame_add
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pdp11/
H A Dpdp11.h664 #define GO_IF_LEGITIMATE_ADDRESS(mode, operand, ADDR) \
671 goto ADDR; \
675 goto ADDR; \
682 goto ADDR; \
688 goto ADDR; \
694 goto ADDR; \
705 goto ADDR; \
716 goto ADDR; \
739 goto ADDR; \
743 goto ADDR; \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/v850/
H A Dsim-main.h199 #define load_mem(ADDR,LEN) \
201 PC, read_map, (ADDR))
203 #define store_mem(ADDR,LEN,DATA) \
205 PC, write_map, (ADDR), (DATA))
311 #define TRACE_LD(ADDR,RESULT) \
317 trace_values[0] = (ADDR); \
323 #define TRACE_LD_NAME(NAME, ADDR,RESULT) \
329 trace_values[0] = (ADDR); \
335 #define TRACE_ST(ADDR,RESULT) \
341 trace_values[0] = (ADDR); \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcgen-mem.h39 XCONCAT2 (GETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a) \
47 extern mode XCONCAT2 (GETMEM,mode) (SIM_CPU *, IADDR, ADDR);
67 XCONCAT2 (SETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a, mode val) \
75 extern void XCONCAT2 (SETMEM,mode) (SIM_CPU *, IADDR, ADDR, mode);
103 extern mode XCONCAT2 (GETIMEM,mode) (SIM_CPU *, ADDR);
127 XCONCAT2 (GETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a) \
135 extern mode XCONCAT2 (GETMEM,mode) (SIM_CPU *, IADDR, ADDR);
146 XCONCAT2 (SETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a, mode val) \
154 extern void XCONCAT2 (SETMEM,mode) (SIM_CPU *, IADDR, ADDR, mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.h649 #define GO_IF_LEGITIMATE_ADDRESS(mode, operand, ADDR) \
656 goto ADDR; \
660 goto ADDR; \
667 goto ADDR; \
673 goto ADDR; \
679 goto ADDR; \
690 goto ADDR; \
701 goto ADDR; \
724 goto ADDR; \
728 goto ADDR; \
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dm68k.h721 #define GO_IF_NONINDEXED_ADDRESS(X, ADDR) \
722 { if (INDIRECTABLE_1_ADDRESS_P (X)) goto ADDR; }
725 #define GO_IF_INDEXABLE_BASE(X, ADDR) \
732 goto ADDR; \
733 if (LEGITIMATE_BASE_REG_P (X)) goto ADDR; }
735 #define GO_IF_INDEXING(X, ADDR) \
737 { GO_IF_INDEXABLE_BASE (XEXP (X, 1), ADDR); } \
739 { GO_IF_INDEXABLE_BASE (XEXP (X, 0), ADDR); } }
741 #define GO_IF_INDEXED_ADDRESS(X, ADDR) \
742 { GO_IF_INDEXING (X, ADDR); \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dscript_test_2.t67 test_addr = ADDR(.gold_test);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsysv4.h102 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
107 assemble_name (FILE, XSTR (ADDR, 0)); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsdemtk.h87 #define MIPS_ICACHE_SYNC(ADDR, SIZE) \
89 LCT_NORMAL, VOIDmode, 2, ADDR, Pmode, \

Completed in 308 milliseconds

12345678