OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ix86_call_used_regs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
9908
static const char
ix86_call_used_regs
[] = CALL_USED_REGISTERS;
local
9925
&& (
ix86_call_used_regs
[i] == 1
9926
|| (
ix86_call_used_regs
[i] & c_mask))
9991
&& !(
ix86_call_used_regs
[i] == 1
9992
|| (
ix86_call_used_regs
[i] & c_mask))
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
9309
static const char
ix86_call_used_regs
[] = CALL_USED_REGISTERS;
local
9318
&& (
ix86_call_used_regs
[i] == 1
9319
|| (
ix86_call_used_regs
[i] & c_mask))
Completed in 47 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026