OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:riscv_hash
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/riscv/
sim-main.c
46
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
1361
op =
riscv_hash
[OP_HASH_IDX (iw)];
1497
if (!
riscv_hash
[0])
1502
if (!
riscv_hash
[OP_HASH_IDX (op->match)])
1503
riscv_hash
[OP_HASH_IDX (op->match)] = op;
44
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
variable in typeref:struct:riscv_opcode
/src/external/gpl3/gdb/dist/sim/riscv/
sim-main.c
46
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
1361
op =
riscv_hash
[OP_HASH_IDX (iw)];
1497
if (!
riscv_hash
[0])
1502
if (!
riscv_hash
[OP_HASH_IDX (op->match)])
1503
riscv_hash
[OP_HASH_IDX (op->match)] = op;
44
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
variable in typeref:struct:riscv_opcode
/src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c
949
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
local
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
949
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
local
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
912
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
local
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
949
static const struct riscv_opcode *
riscv_hash
[OP_MASK_OP + 1];
local
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 37 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026