OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_imm32_operand
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-bd.cc
399
int
num_imm32_operand
;
local
403
return get_num_immediates (insn, &num_imm_operand, &
num_imm32_operand
,
457
int
num_imm32_operand
;
local
465
imm_size = get_num_immediates (insn, &num_imm_operand, &
num_imm32_operand
,
469
|| (
num_imm32_operand
> 0
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))
568
int
num_imm32_operand
;
local
575
imm_size = get_num_immediates (insn, &num_imm_operand, &
num_imm32_operand
,
590
window_list->num_imm_32 +=
num_imm32_operand
;
752
int
num_imm32_operand
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-bd.cc
399
int
num_imm32_operand
;
local
403
return get_num_immediates (insn, &num_imm_operand, &
num_imm32_operand
,
457
int
num_imm32_operand
;
local
465
imm_size = get_num_immediates (insn, &num_imm_operand, &
num_imm32_operand
,
469
|| (
num_imm32_operand
> 0
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))
568
int
num_imm32_operand
;
local
575
imm_size = get_num_immediates (insn, &num_imm_operand, &
num_imm32_operand
,
590
window_list->num_imm_32 +=
num_imm32_operand
;
752
int
num_imm32_operand
;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026