Searched refs:SEARCH (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/legacy/binutils/libiberty/
H A Dvmsbuild.com7 $ SEARCH= "search /Exact"
61 $ SEARCH dummy.map "%LINK-I-UDFSYM" /Output=dummy.list
127 $ SEARCH functions.def "DEFFUNC","''f'" /Match=AND
/haiku-buildtools/legacy/gcc/libiberty/
H A Dvmsbuild.com7 $ SEARCH= "search /Exact"
61 $ SEARCH dummy.map "%LINK-I-UDFSYM" /Output=dummy.list
127 $ SEARCH functions.def "DEFFUNC","''f'" /Match=AND
/haiku-buildtools/jam/
H A DJambase149 # SEARCH - where to find something (used during binding and actions)
150 # LOCATE - where to plop something not found with SEARCH
688 SEARCH on $(>) = $(SEARCH_SOURCE) ;
710 SEARCH on $(>) = $(SEARCH_SOURCE) ;
717 SEARCH on $(>) = $(SEARCH_SOURCE) ;
730 # set SEARCH so Jam can find the headers, but then say we don't
737 SEARCH on $(s) = $(HDRSEARCH) ;
763 SEARCH on $(>) = $(SEARCH_SOURCE) ;
1077 SEARCH on $(>) = $(SEARCH_SOURCE) ;
1090 # as the sources. HDRSEARCH is the value of SEARCH use
[all...]
H A DJamfile184 SEARCH on $(2) += $(SEARCH_SOURCE) ;
197 SEARCH on $(2) += $(SEARCH_SOURCE) ;
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dvector.d102 120: 0d c4 10 82 \(R0, R1\) = SEARCH R2 \(LT\);
103 124: 0d c4 80 cf \(R6, R7\) = SEARCH R0 \(LE\);
104 128: 0d c4 c8 0c \(R3, R6\) = SEARCH R1 \(GT\);
105 12c: 0d c4 18 4b \(R4, R5\) = SEARCH R3 \(GE\);
H A Dparallel3.d152 240: 0d cc 10 82 \(R0, R1\) = SEARCH R2 \(LT\) \|\| R2 = \[P0 \+ 0x4\] \|\| NOP;
154 248: 0d cc 80 cf \(R6, R7\) = SEARCH R0 \(LE\) \|\| R5 = \[P0--\] \|\| NOP;
156 250: 0d cc c8 0c \(R3, R6\) = SEARCH R1 \(GT\) \|\| R0 = \[P0 \+ 0x14\] \|\| NOP;
158 258: 0d cc 18 4b \(R4, R5\) = SEARCH R3 \(GE\) \|\| R1 = \[P0\+\+\] \|\| NOP;
H A Dexpected_errors.s117 (R3, R3) = SEARCH R0 (GE);
H A Dparallel3.s94 (r3, r6) = SEARCH r1 (Gt)|| r0 = [p0+20];
H A Dvector.s130 (r3, r6) = SEARCH r1 (Gt);
H A Dvector2.s639 (r1,r0) = SEARCH R2 (LE) || R2=[P0++];
642 (r1,r0) = SEARCH R2 (LE);
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h49 SEARCH = 275, enumerator in enum:yytokentype
224 #define SEARCH 275 macro
H A Dbfin-parse.c76 SEARCH = 275, enumerator in enum:yytokentype
251 #define SEARCH 275 macro
1301 "EXPADJ", "SEARCH", "ONES", "SIGN", "SIGNBITS", "LINK", "UNLINK", "REG",
2989 notethat ("dsp32alu: (dregs , dregs ) = SEARCH dregs (searchmod)\n");
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dvector.d102 120: 0d c4 10 82 \(R0,R1\) = SEARCH R2\(LT\);
103 124: 0d c4 80 cf \(R6,R7\) = SEARCH R0\(LE\);
104 128: 0d c4 c8 0c \(R3,R6\) = SEARCH R1\(GT\);
105 12c: 0d c4 18 4b \(R4,R5\) = SEARCH R3\(GE\);
H A Dparallel3.d152 240: 0d cc 10 82 \(R0,R1\) = SEARCH R2\(LT\) \|\| R2=\[P0\+0x4\] \|\| NOP;
154 248: 0d cc 80 cf \(R6,R7\) = SEARCH R0\(LE\) \|\| R5=\[P0--\] \|\| NOP;
156 250: 0d cc c8 0c \(R3,R6\) = SEARCH R1\(GT\) \|\| R0=\[P0\+0x14\] \|\| NOP;
158 258: 0d cc 18 4b \(R4,R5\) = SEARCH R3\(GE\) \|\| R1=\[P0\+\+\] \|\| NOP;
H A Dparallel3.s94 (r3, r6) = SEARCH r1 (Gt)|| r0 = [p0+20];
H A Dvector.s130 (r3, r6) = SEARCH r1 (Gt);
H A Dvector2.s639 (r1,r0) = SEARCH R2 (LE) || R2=[P0++];
642 (r1,r0) = SEARCH R2 (LE);
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h64 SEARCH = 274, enumerator in enum:yytokentype
238 #define SEARCH 274 macro
/haiku-buildtools/binutils/gas/config/
H A Dte-vms.c198 status = SYS$SEARCH (&fab, 0, 0);
H A Dbfin-lex.l74 [sS][eE][aA][rR][cC][hH] return SEARCH;
/haiku-buildtools/binutils/bfd/
H A Delf32-m68k.c1472 /* SEARCH - simply search the hashtable, don't insert new entries or fail when
1480 SEARCH,
1488 HOWTO is SEARCH or MUST_FIND). */
1500 BFD_ASSERT ((info == NULL) == (howto == SEARCH || howto == MUST_FIND));
1505 if (howto == SEARCH)
1520 ptr = htab_find_slot (got->entries, &entry_, (howto != SEARCH
1524 if (howto == SEARCH)
1536 BFD_ASSERT (howto != MUST_FIND && howto != SEARCH);
1753 BFD_ASSERT ((info == NULL) == (howto == SEARCH || howto == MUST_FIND));
1758 if (howto == SEARCH)
1479 SEARCH, enumerator in enum:elf_m68k_get_entry_howto
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-lex.l74 [sS][eE][aA][rR][cC][hH] return SEARCH;
H A Dbfin-parse.y389 %token EXTRACT DEPOSIT EXPADJ SEARCH
791 | LPAREN REG COMMA REG RPAREN ASSIGN SEARCH REG LPAREN searchmod RPAREN
795 notethat ("dsp32alu: (dregs , dregs ) = SEARCH dregs (searchmod)\n");
/haiku-buildtools/legacy/gcc/gcc/
H A Dmakefile.vms44 SEARCH= search
/haiku-buildtools/gcc/zlib/
H A Dmake_vms.com730 $ IF F$SEARCH("''P1'") .EQS. ""

Completed in 240 milliseconds

12