OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insn_long_opcode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-riscv.c
50
char
insn_long_opcode
[RISCV_MAX_INSN_LEN];
member in struct:riscv_cl_insn
754
insn->
insn_long_opcode
[0] = 0;
766
if (insn->
insn_long_opcode
[0] != 0)
767
memcpy (f, insn->
insn_long_opcode
, insn_length (insn));
4378
ip->
insn_long_opcode
+ num * CHARS_PER_LITTLENUM,
4383
ip->
insn_long_opcode
+ num * CHARS_PER_LITTLENUM,
4386
memset(ip->
insn_long_opcode
+ repr_bytes, 0, bytes - repr_bytes);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.c
50
char
insn_long_opcode
[RISCV_MAX_INSN_LEN];
member in struct:riscv_cl_insn
754
insn->
insn_long_opcode
[0] = 0;
766
if (insn->
insn_long_opcode
[0] != 0)
767
memcpy (f, insn->
insn_long_opcode
, insn_length (insn));
4367
ip->
insn_long_opcode
+ num * CHARS_PER_LITTLENUM,
4372
ip->
insn_long_opcode
+ num * CHARS_PER_LITTLENUM,
4375
memset(ip->
insn_long_opcode
+ repr_bytes, 0, bytes - repr_bytes);
Completed in 35 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026