Searched refs:AT (Results 1 - 25 of 61) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_error_6.f905 8001 FORMAT(//,' SIGNIFICANCE LEVEL =',F7.4, 21H ONE-SIDED AT THE LEFT) ! { dg-error "required with T descriptor" }
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Drgn-over8.t9 .text : { *(.text) } >rom AT>rom
10 .data : { *(.data) } >ram AT>rom
11 .bss : { *(.bss) } >ram AT>rom
H A Drgn-at3.t1 /* Memory region at test, >AT should propagate by default */
9 .text : { *(.text) } >ram AT>rom
10 .data : AT (0x30000) { *(.data) } >ram /* NO default AT>rom */
11 .bss : { *(.bss) } >ram /* NO default AT>rom */
H A Drgn-over4.t11 .text : { *(.txt) } > r1 AT> v1
12 .data : { *(.dat) } > r1 AT> v1
H A Drgn-over5.t11 .text : { *(.txt) } > r1 AT> v1
12 .data : { *(.dat) } > r1 AT> v1
H A Drgn-over6.t11 .text : { *(.txt) } > r1 AT> v1
12 .data : { *(.dat) } > r1 AT> v1
H A Dpr14962-2.d7 0+2000 [AT] _start
H A Drgn-at1.t1 /* Memory region at test, >AT should propagate by default */
9 .text : { *(.text) } >ram AT>rom
10 .data : { *(.data) } >ram /* default AT>rom */
H A Drgn-at2.t1 /* Memory region at test, >AT should propagate by default */
10 .text : { *(.text) } >ram AT>rom
11 .data : { *(.data) } >other /* No default AT>rom */
H A Drgn-at4.t1 /* Memory region at test, >AT should propagate by default */
9 .text : { *(.text) } >ram AT>rom
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-invalid.c7 #define ATTR __attribute__((AT))
8 #define ATSYM(suf) CONCAT (AT, CONCAT_ (_, suf))
10 #define AT noinline macro
35 #undef AT macro
36 #define AT used macro
66 #undef AT macro
67 #define AT weak macro
87 #undef AT macro
88 #define AT dllimport macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Derror18.C3 template<typename AT>
H A Derror21.C3 template<typename AT>
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4263.C5 enum AT {A, B}; enum
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor17.C34 struct AT struct
36 AT(T);
45 G<AT> g(0);
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Ddir-intel03-err.s4 # AT&T/SVR4 mode.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Ddir-intel03-err.s4 # AT&T/SVR4 mode.
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dopc-i.pl1 $AT = '@';
4 .type _start,${AT}function
39 mux1 r4 = r5, ${AT}rev
40 mux1 r4 = r5, ${AT}mix
41 mux1 r4 = r5, ${AT}shuf
42 mux1 r4 = r5, ${AT}alt
43 mux1 r4 = r5, ${AT}brcst
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dopc-i.pl1 $AT = '@';
4 .type _start,${AT}function
39 mux1 r4 = r5, ${AT}rev
40 mux1 r4 = r5, ${AT}mix
41 mux1 r4 = r5, ${AT}shuf
42 mux1 r4 = r5, ${AT}alt
43 mux1 r4 = r5, ${AT}brcst
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.ld39 .data_below100 : AT ( __rdata ) {
48 .data : AT ( __rdata + SIZEOF(.data_below100) ) {
58 .bss : AT (LOADADDR(.data) + SIZEOF(.data)) {
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mips.c94 #define AT 1 macro
1507 symbol_table_insert (symbol_new ("$at", reg_section, AT,
3434 using AT if necessary. */
3456 /* 32-bit offset, need multiple instructions and AT, like:
3461 macro_build_lui (ep, AT);
3462 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg);
3463 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT);
3481 AT, reg, BFD_RELOC_LO16);
3484 load_register (AT,
[all...]
/haiku-buildtools/gcc/libgcc/config/alpha/
H A Dqrnnd.S53 #define AT $at define
155 subq n1,d,AT
157 cmovne tmp,AT,n1
160 addq n0,1,AT
161 cmoveq tmp,AT,n0
162 subq n1,d,AT
163 cmoveq tmp,AT,n1
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c109 #define AT mips_opts.at macro
2666 {"$AT", RTYPE_GP | 1}, \
4748 /* True if a reference to the current AT register was seen. */
4930 if (AT && type == OP_REG_GP && regno == AT)
6085 if (AT == ATREG)
6088 as_warn (_("used $%u with \".set at=$%u\""), AT, AT);
7344 (AT,
7380 RELAX_MICROMIPS_ENCODE (type, AT, mips_opt
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Datt-regs.d2 #name: i386 AT&T register names
H A Dcompat.d3 #name: i386 float AT&T mnemonic

Completed in 414 milliseconds

123