OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:window_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-bd.cc
310
/* Allocates a new dispatch window and adds it to
WINDOW_LIST
.
449
window
WINDOW_LIST
. */
452
count_num_restricted (rtx_insn *insn, dispatch_windows *
window_list
)
467
if (
window_list
->imm_size + imm_size > MAX_IMM_SIZE
468
|| num_imm_operand +
window_list
->num_imm > MAX_IMM
470
&& (
window_list
->num_imm_32 + num_imm32_operand > MAX_IMM_32
471
||
window_list
->num_imm_64 * 2 + num_imm32_operand > MAX_IMM_32))
473
&& (
window_list
->num_imm_64 + num_imm64_operand > MAX_IMM_64
474
||
window_list
->num_imm_32 + num_imm64_operand * 2 > MAX_IMM_32))
475
|| (
window_list
->imm_size + imm_size == MAX_IMM_SIZ
504
dispatch_windows *
window_list
= dispatch_
window_list
;
local
613
dispatch_windows *
window_list
;
local
[
all
...]
x86-tune-sched-bd.cc
310
/* Allocates a new dispatch window and adds it to
WINDOW_LIST
.
449
window
WINDOW_LIST
. */
452
count_num_restricted (rtx_insn *insn, dispatch_windows *
window_list
)
467
if (
window_list
->imm_size + imm_size > MAX_IMM_SIZE
468
|| num_imm_operand +
window_list
->num_imm > MAX_IMM
470
&& (
window_list
->num_imm_32 + num_imm32_operand > MAX_IMM_32
471
||
window_list
->num_imm_64 * 2 + num_imm32_operand > MAX_IMM_32))
473
&& (
window_list
->num_imm_64 + num_imm64_operand > MAX_IMM_64
474
||
window_list
->num_imm_32 + num_imm64_operand * 2 > MAX_IMM_32))
475
|| (
window_list
->imm_size + imm_size == MAX_IMM_SIZ
504
dispatch_windows *
window_list
= dispatch_
window_list
;
local
613
dispatch_windows *
window_list
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-bd.cc
310
/* Allocates a new dispatch window and adds it to
WINDOW_LIST
.
449
window
WINDOW_LIST
. */
452
count_num_restricted (rtx_insn *insn, dispatch_windows *
window_list
)
467
if (
window_list
->imm_size + imm_size > MAX_IMM_SIZE
468
|| num_imm_operand +
window_list
->num_imm > MAX_IMM
470
&& (
window_list
->num_imm_32 + num_imm32_operand > MAX_IMM_32
471
||
window_list
->num_imm_64 * 2 + num_imm32_operand > MAX_IMM_32))
473
&& (
window_list
->num_imm_64 + num_imm64_operand > MAX_IMM_64
474
||
window_list
->num_imm_32 + num_imm64_operand * 2 > MAX_IMM_32))
475
|| (
window_list
->imm_size + imm_size == MAX_IMM_SIZ
504
dispatch_windows *
window_list
= dispatch_
window_list
;
local
613
dispatch_windows *
window_list
;
local
[
all
...]
x86-tune-sched-bd.cc
310
/* Allocates a new dispatch window and adds it to
WINDOW_LIST
.
449
window
WINDOW_LIST
. */
452
count_num_restricted (rtx_insn *insn, dispatch_windows *
window_list
)
467
if (
window_list
->imm_size + imm_size > MAX_IMM_SIZE
468
|| num_imm_operand +
window_list
->num_imm > MAX_IMM
470
&& (
window_list
->num_imm_32 + num_imm32_operand > MAX_IMM_32
471
||
window_list
->num_imm_64 * 2 + num_imm32_operand > MAX_IMM_32))
473
&& (
window_list
->num_imm_64 + num_imm64_operand > MAX_IMM_64
474
||
window_list
->num_imm_32 + num_imm64_operand * 2 > MAX_IMM_32))
475
|| (
window_list
->imm_size + imm_size == MAX_IMM_SIZ
504
dispatch_windows *
window_list
= dispatch_
window_list
;
local
613
dispatch_windows *
window_list
;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026