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_lengths
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
final.cc
289
static int *
insn_lengths
;
328
if (
insn_lengths
)
330
free (
insn_lengths
);
331
insn_lengths
= 0;
357
return
insn_lengths
[INSN_UID (insn)];
552
align_addr = INSN_ADDRESSES (uid) -
insn_lengths
[uid];
602
return (insn_last_address +
insn_lengths
[seq_uid]
910
insn_lengths
= XNEWVEC (int, max_uid);
1017
insn_current_address +=
insn_lengths
[uid], insn = NEXT_INSN (insn))
1021
insn_lengths
[uid] = 0
286
static int *
insn_lengths
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
final.cc
304
static int *
insn_lengths
;
343
if (
insn_lengths
)
345
free (
insn_lengths
);
346
insn_lengths
= 0;
372
return
insn_lengths
[INSN_UID (insn)];
567
align_addr = INSN_ADDRESSES (uid) -
insn_lengths
[uid];
617
return (insn_last_address +
insn_lengths
[seq_uid]
926
insn_lengths
= XNEWVEC (int, max_uid);
1033
insn_current_address +=
insn_lengths
[uid], insn = NEXT_INSN (insn))
1037
insn_lengths
[uid] = 0
301
static int *
insn_lengths
;
variable
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026