OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARG
(Results
1 - 13
of
13
) sorted by relevancy
/src/distrib/notes/
Makefile.inc
22
TARG
= INSTALL
23
TARGS= ${
TARG
}.ps ${
TARG
}.txt ${
TARG
}.html ${
TARG
}.more
24
TOCS= ${
TARG
}.PostScript.toc ${
TARG
}.ASCII.toc ${
TARG
}.HTML.toc \
25
${
TARG
}.more.toc
97
${
TARG
}.ps: ${SRCS} ${TOC.ps} ${DISTRIBVERDEP
[
all
...]
/src/share/doc/standards/xopen/
Makefile
37
@echo ${.OBJDIR}/${
TARG
}.more
/src/external/gpl3/binutils/dist/include/opcode/
arm.h
472
#define ARM_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
475
(
TARG
).core[0] = (F1).core[0] | (F2).core[0]; \
476
(
TARG
).core[1] = (F1).core[1] | (F2).core[1]; \
477
(
TARG
).core[2] = (F1).core[2] | (F2).core[2]; \
478
(
TARG
).coproc = (F1).coproc | (F2).coproc; \
482
#define ARM_CLEAR_FEATURE(
TARG
,F1,F2) \
485
(
TARG
).core[0] = (F1).core[0] &~ (F2).core[0]; \
486
(
TARG
).core[1] = (F1).core[1] &~ (F2).core[1]; \
487
(
TARG
).core[2] = (F1).core[2] &~ (F2).core[2]; \
488
(
TARG
).coproc = (F1).coproc &~ (F2).coproc;
[
all
...]
aarch64.h
526
#define AARCH64_MERGE_FEATURE_SETS_BODY(ELT,
TARG
, F1, F2) \
527
(
TARG
).flags[ELT] = (F1).flags[ELT] | (F2).flags[ELT];
528
#define AARCH64_MERGE_FEATURE_SETS(
TARG
, F1, F2) \
532
AARCH64_MERGE_FEATURE_SETS_BODY,
TARG
, F1, F2); \
536
#define AARCH64_CLEAR_FEATURES_BODY(ELT,
TARG
, F1, F2) \
537
(
TARG
).flags[ELT] = (F1).flags[ELT] &~ (F2).flags[ELT];
538
#define AARCH64_CLEAR_FEATURES(
TARG
,F1,F2) \
542
AARCH64_CLEAR_FEATURES_BODY,
TARG
, F1, F2); \
/src/external/gpl3/binutils.old/dist/include/opcode/
arm.h
472
#define ARM_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
475
(
TARG
).core[0] = (F1).core[0] | (F2).core[0]; \
476
(
TARG
).core[1] = (F1).core[1] | (F2).core[1]; \
477
(
TARG
).core[2] = (F1).core[2] | (F2).core[2]; \
478
(
TARG
).coproc = (F1).coproc | (F2).coproc; \
482
#define ARM_CLEAR_FEATURE(
TARG
,F1,F2) \
485
(
TARG
).core[0] = (F1).core[0] &~ (F2).core[0]; \
486
(
TARG
).core[1] = (F1).core[1] &~ (F2).core[1]; \
487
(
TARG
).core[2] = (F1).core[2] &~ (F2).core[2]; \
488
(
TARG
).coproc = (F1).coproc &~ (F2).coproc;
[
all
...]
aarch64.h
559
#define AARCH64_MERGE_FEATURE_SETS_BODY(ELT,
TARG
, F1, F2) \
560
(
TARG
).flags[ELT] = (F1).flags[ELT] | (F2).flags[ELT];
561
#define AARCH64_MERGE_FEATURE_SETS(
TARG
, F1, F2) \
565
AARCH64_MERGE_FEATURE_SETS_BODY,
TARG
, F1, F2); \
569
#define AARCH64_CLEAR_FEATURES_BODY(ELT,
TARG
, F1, F2) \
570
(
TARG
).flags[ELT] = (F1).flags[ELT] &~ (F2).flags[ELT];
571
#define AARCH64_CLEAR_FEATURES(
TARG
,F1,F2) \
575
AARCH64_CLEAR_FEATURES_BODY,
TARG
, F1, F2); \
/src/external/gpl3/gdb.old/dist/include/opcode/
arm.h
472
#define ARM_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
475
(
TARG
).core[0] = (F1).core[0] | (F2).core[0]; \
476
(
TARG
).core[1] = (F1).core[1] | (F2).core[1]; \
477
(
TARG
).core[2] = (F1).core[2] | (F2).core[2]; \
478
(
TARG
).coproc = (F1).coproc | (F2).coproc; \
482
#define ARM_CLEAR_FEATURE(
TARG
,F1,F2) \
485
(
TARG
).core[0] = (F1).core[0] &~ (F2).core[0]; \
486
(
TARG
).core[1] = (F1).core[1] &~ (F2).core[1]; \
487
(
TARG
).core[2] = (F1).core[2] &~ (F2).core[2]; \
488
(
TARG
).coproc = (F1).coproc &~ (F2).coproc;
[
all
...]
aarch64.h
447
#define AARCH64_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
450
(
TARG
).flags[0] = (F1).flags[0] | (F2).flags[0]; \
451
(
TARG
).flags[1] = (F1).flags[1] | (F2).flags[1]; \
455
#define AARCH64_CLEAR_FEATURES(
TARG
,F1,F2) \
458
(
TARG
).flags[0] = (F1).flags[0] &~ (F2).flags[0]; \
459
(
TARG
).flags[1] = (F1).flags[1] &~ (F2).flags[1]; \
/src/external/gpl3/gdb/dist/include/opcode/
arm.h
472
#define ARM_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
475
(
TARG
).core[0] = (F1).core[0] | (F2).core[0]; \
476
(
TARG
).core[1] = (F1).core[1] | (F2).core[1]; \
477
(
TARG
).core[2] = (F1).core[2] | (F2).core[2]; \
478
(
TARG
).coproc = (F1).coproc | (F2).coproc; \
482
#define ARM_CLEAR_FEATURE(
TARG
,F1,F2) \
485
(
TARG
).core[0] = (F1).core[0] &~ (F2).core[0]; \
486
(
TARG
).core[1] = (F1).core[1] &~ (F2).core[1]; \
487
(
TARG
).core[2] = (F1).core[2] &~ (F2).core[2]; \
488
(
TARG
).coproc = (F1).coproc &~ (F2).coproc;
[
all
...]
aarch64.h
559
#define AARCH64_MERGE_FEATURE_SETS_BODY(ELT,
TARG
, F1, F2) \
560
(
TARG
).flags[ELT] = (F1).flags[ELT] | (F2).flags[ELT];
561
#define AARCH64_MERGE_FEATURE_SETS(
TARG
, F1, F2) \
565
AARCH64_MERGE_FEATURE_SETS_BODY,
TARG
, F1, F2); \
569
#define AARCH64_CLEAR_FEATURES_BODY(ELT,
TARG
, F1, F2) \
570
(
TARG
).flags[ELT] = (F1).flags[ELT] &~ (F2).flags[ELT];
571
#define AARCH64_CLEAR_FEATURES(
TARG
,F1,F2) \
575
AARCH64_CLEAR_FEATURES_BODY,
TARG
, F1, F2); \
/src/external/gpl3/gdb/dist/sim/ppc/
idecode_expression.h
76
#define ALU_END(
TARG
,CA,OE,Rc) \
101
/* assign
targ
same */ \
102
TARG
= alu_result; \
/src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_expression.h
76
#define ALU_END(
TARG
,CA,OE,Rc) \
101
/* assign
targ
same */ \
102
TARG
= alu_result; \
/src/usr.bin/make/
targ.c
1
/* $NetBSD:
targ
.c,v 1.185 2025/05/07 19:49:00 rillig Exp $ */
109
/* "@(#)
targ
.c 8.2 (Berkeley) 3/19/94" */
110
MAKE_RCSID("$NetBSD:
targ
.c,v 1.185 2025/05/07 19:49:00 rillig Exp $");
297
DEBUG1(
TARG
, "Adding \"%s\" to all targets.\n", gn->name);
414
DEBUG1(
TARG
, " .%s", names[i].name);
Completed in 94 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026