OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPCODE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/ia64/disasm/
disasm_int.h
59
#define
OPCODE
(i) FIELD(i, 37, 4)
/src/external/bsd/nsd/dist/
packet.h
33
* |QR|
Opcode
|AA|TC|RD|RA| Z|AD|CD| RCODE |
70
#define
OPCODE
(packet) ((*buffer_at((packet), 2) & OPCODE_MASK) >> OPCODE_SHIFT)
71
#define OPCODE_SET(packet,
opcode
) \
72
(*buffer_at((packet), 2) = (*buffer_at((packet), 2) & ~OPCODE_MASK) | ((
opcode
) << OPCODE_SHIFT))
115
/* Flags, RCODE, and
OPCODE
. */
/src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c
498
so that we can retain this alignment as we adjust
opcode
sizes. */
576
0 /*
opcode
*/);
735
opcode
(like BRA.S). We store the number of total bytes we need in
737
existing
opcode
bytes to figure out what actual
opcode
we need to
773
/* Given the
opcode
bytes at OP, figure out which
opcode
it is and
774
return the type of
opcode
. We use this to re-encode the
opcode
as
866
/* Estimate how big the
opcode
is after this relax pass. The retur
[
all
...]
tc-rx.c
699
/* These negative numbers are found in rx_bytesT.n_base for non-
opcode
736
/* We set n_ops to be "size of next
opcode
" if the next
opcode
doesn't relax. */
756
0 /*
opcode
*/);
1153
0 /*
opcode
*/);
1304
so that we can retain this alignment as we adjust
opcode
sizes. */
1375
opcode
(like BRA.S). We store the number of total bytes we need in
1377
existing
opcode
bytes to figure out what actual
opcode
we need to
1422
/* Given the
opcode
bytes at OP, figure out which opcode it is an
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c
498
so that we can retain this alignment as we adjust
opcode
sizes. */
576
0 /*
opcode
*/);
735
opcode
(like BRA.S). We store the number of total bytes we need in
737
existing
opcode
bytes to figure out what actual
opcode
we need to
773
/* Given the
opcode
bytes at OP, figure out which
opcode
it is and
774
return the type of
opcode
. We use this to re-encode the
opcode
as
866
/* Estimate how big the
opcode
is after this relax pass. The retur
[
all
...]
tc-rx.c
699
/* These negative numbers are found in rx_bytesT.n_base for non-
opcode
736
/* We set n_ops to be "size of next
opcode
" if the next
opcode
doesn't relax. */
756
0 /*
opcode
*/);
1153
0 /*
opcode
*/);
1304
so that we can retain this alignment as we adjust
opcode
sizes. */
1375
opcode
(like BRA.S). We store the number of total bytes we need in
1377
existing
opcode
bytes to figure out what actual
opcode
we need to
1422
/* Given the
opcode
bytes at OP, figure out which opcode it is an
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
38
Opcode
(0), ICmpType(0), CCValid(0), CCMask(0) {}
46
// The
opcode
that should be used to compare Op0 and Op1.
47
unsigned
Opcode
;
52
// The mask of CC values that
Opcode
can produce.
326
for (unsigned
Opcode
= 0;
Opcode
< ISD::BUILTIN_OP_END; ++
Opcode
)
327
if (getOperationAction(
Opcode
, VT) == Legal)
328
setOperationAction(
Opcode
, VT, Expand);
735
Opcode
= SystemZISD::BYTE_MASK
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026