OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GET_OPCODE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c
95
#define
GET_OPCODE
(op) \
1025
fprintf(compiler->verbose, " %s", op0_names[
GET_OPCODE
(op) - SLJIT_OP0_BASE]);
1026
if (
GET_OPCODE
(op) >= SLJIT_DIVMOD_UW) {
1045
CHECK_ARGUMENT(
GET_OPCODE
(op) >= SLJIT_MOV &&
GET_OPCODE
(op) <= SLJIT_CLZ);
1047
switch (
GET_OPCODE
(op)) {
1075
if (
GET_OPCODE
(op) >= SLJIT_NOT)
1077
else if (
GET_OPCODE
(op) >= SLJIT_MOVU) {
1093
if (
GET_OPCODE
(op) <= SLJIT_MOVU_P)
1095
fprintf(compiler->verbose, " mov%s%s%s ", (
GET_OPCODE
(op) >= SLJIT_MOVU) ? "u" : ""
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c
5864
#define
GET_OPCODE
(insn) ((insn) & 0xfe000000)
5913
if (OP6 (MEM) ==
GET_OPCODE
(insn))
6181
uint32_t cur_pattern =
GET_OPCODE
(next_pattern->opcode->value);
6213
uint32_t insn_pattern =
GET_OPCODE
(next_insn->opcode->value);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c
5859
#define
GET_OPCODE
(insn) ((insn) & 0xfe000000)
5908
if (OP6 (MEM) ==
GET_OPCODE
(insn))
6176
uint32_t cur_pattern =
GET_OPCODE
(next_pattern->opcode->value);
6208
uint32_t insn_pattern =
GET_OPCODE
(next_insn->opcode->value);
Completed in 35 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026