OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OP_HASH_IDX
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/riscv/
sim-main.c
47
#define
OP_HASH_IDX
(i) ((i) & (riscv_insn_length (i) == 2 ? 0x3 : 0x7f))
1361
op = riscv_hash[
OP_HASH_IDX
(iw)];
1502
if (!riscv_hash[
OP_HASH_IDX
(op->match)])
1503
riscv_hash[
OP_HASH_IDX
(op->match)] = op;
/src/external/gpl3/gdb/dist/sim/riscv/
sim-main.c
47
#define
OP_HASH_IDX
(i) ((i) & (riscv_insn_length (i) == 2 ? 0x3 : 0x7f))
1361
op = riscv_hash[
OP_HASH_IDX
(iw)];
1502
if (!riscv_hash[
OP_HASH_IDX
(op->match)])
1503
riscv_hash[
OP_HASH_IDX
(op->match)] = op;
/src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c
954
#define
OP_HASH_IDX
(i) ((i) & (riscv_insn_length (i) == 2 ? 0x3 : OP_MASK_OP))
960
if (!riscv_hash[
OP_HASH_IDX
(op->match)])
961
riscv_hash[
OP_HASH_IDX
(op->match)] = op;
982
op = riscv_hash[
OP_HASH_IDX
(word)];
/src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c
954
#define
OP_HASH_IDX
(i) ((i) & (riscv_insn_length (i) == 2 ? 0x3 : OP_MASK_OP))
960
if (!riscv_hash[
OP_HASH_IDX
(op->match)])
961
riscv_hash[
OP_HASH_IDX
(op->match)] = op;
982
op = riscv_hash[
OP_HASH_IDX
(word)];
/src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c
917
#define
OP_HASH_IDX
(i) ((i) & (riscv_insn_length (i) == 2 ? 0x3 : OP_MASK_OP))
923
if (!riscv_hash[
OP_HASH_IDX
(op->match)])
924
riscv_hash[
OP_HASH_IDX
(op->match)] = op;
945
op = riscv_hash[
OP_HASH_IDX
(word)];
/src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c
954
#define
OP_HASH_IDX
(i) ((i) & (riscv_insn_length (i) == 2 ? 0x3 : OP_MASK_OP))
960
if (!riscv_hash[
OP_HASH_IDX
(op->match)])
961
riscv_hash[
OP_HASH_IDX
(op->match)] = op;
982
op = riscv_hash[
OP_HASH_IDX
(word)];
Completed in 41 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026