OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARG
(Results
1 - 3
of
3
) sorted by null
/external/golang-protobuf/protoc-gen-go/generator/
Makefile
34
TARG
=github.com/golang/protobuf/compiler/generator
/toolchain/binutils/binutils-2.27/include/opcode/
arm.h
344
#define ARM_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
346
(
TARG
).core[0] = (F1).core[0] | (F2).core[0];\
347
(
TARG
).core[1] = (F1).core[1] | (F2).core[1];\
348
(
TARG
).coproc = (F1).coproc | (F2).coproc; \
351
#define ARM_CLEAR_FEATURE(
TARG
,F1,F2) \
353
(
TARG
).core[0] = (F1).core[0] &~ (F2).core[0];\
354
(
TARG
).core[1] = (F1).core[1] &~ (F2).core[1];\
355
(
TARG
).coproc = (F1).coproc &~ (F2).coproc; \
aarch64.h
90
#define AARCH64_MERGE_FEATURE_SETS(
TARG
,F1,F2) \
93
(
TARG
) = (F1) | (F2); \
97
#define AARCH64_CLEAR_FEATURE(
TARG
,F1,F2) \
100
(
TARG
) = (F1) &~ (F2); \
Completed in 286 milliseconds