OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instlen
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/testgen/
mc-bundling-x86-gen.py
46
for
instlen
in range(1, BUNDLE_SIZE + 1):
51
print('INSTRLEN_{0}_OFFSET_{1}:'.format(
instlen
, offset))
54
print_bundle_locked_sequence(
instlen
, align_to_end)
70
if offset +
instlen
== BUNDLE_SIZE:
73
elif offset +
instlen
< BUNDLE_SIZE:
75
offset_to_end = base_offset + (BUNDLE_SIZE -
instlen
)
77
else: # offset +
instlen
> BUNDLE_SIZE
81
offset_to_end = base_offset + (BUNDLE_SIZE * 2 -
instlen
)
86
if offset +
instlen
> BUNDLE_SIZE:
88
aligned_offset = (inst_orig_offset +
instlen
) & ~(BUNDLE_SIZE - 1
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
riscv-tdep.c
1848
int
instlen
, status;
1856
instlen
= riscv_insn_length (buf[0]);
1857
gdb_assert (
instlen
<= sizeof (buf));
1858
*len =
instlen
;
1860
if (
instlen
> 2)
1862
status = target_read_memory (addr + 2, buf + 2,
instlen
- 2);
1868
return extract_unsigned_integer (buf,
instlen
, BFD_ENDIAN_LITTLE);
mips-tdep.c
1470
int
instlen
;
local
1477
instlen
= MIPS_INSN16_SIZE;
1481
instlen
= MIPS_INSN32_SIZE;
1487
err = target_read_memory (addr, buf,
instlen
);
1496
return extract_unsigned_integer (buf,
instlen
, byte_order);
4254
int
instlen
;
local
4267
instlen
= mips_pc_is_mips (pc) ? MIPS_INSN32_SIZE : MIPS_INSN16_SIZE;
4272
for (start_pc -=
instlen
;; start_pc -=
instlen
)
4327
if (start_pc -
instlen
>= fence
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
riscv-tdep.c
1865
int
instlen
, status;
1873
instlen
= riscv_insn_length (buf[0]);
1874
gdb_assert (
instlen
<= sizeof (buf));
1875
*len =
instlen
;
1877
if (
instlen
> 2)
1879
status = target_read_memory (addr + 2, buf + 2,
instlen
- 2);
1885
return extract_unsigned_integer (buf,
instlen
, BFD_ENDIAN_LITTLE);
mips-tdep.c
1478
int
instlen
;
local
1485
instlen
= MIPS_INSN16_SIZE;
1489
instlen
= MIPS_INSN32_SIZE;
1495
err = target_read_memory (addr, buf,
instlen
);
1504
return extract_unsigned_integer (buf,
instlen
, byte_order);
4257
int
instlen
;
local
4270
instlen
= mips_pc_is_mips (pc) ? MIPS_INSN32_SIZE : MIPS_INSN16_SIZE;
4275
for (start_pc -=
instlen
;; start_pc -=
instlen
)
4330
if (start_pc -
instlen
>= fence
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026