OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vlog2
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc
4452
int
vlog2
= exact_log2 (val & GET_MODE_MASK (mode));
local
4453
if (
vlog2
!= -1)
4454
fprintf (file, "%d",
vlog2
);
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc
1724
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
local
1726
if (
vlog2
!= -1)
1729
gcc_assert (
vlog2
>= 0 &&
vlog2
<= GET_MODE_UNIT_BITSIZE (mode) - 1);
1746
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
local
1748
if (
vlog2
!= -1)
1751
gcc_assert (
vlog2
>= 0 &&
vlog2
<= GET_MODE_UNIT_BITSIZE (mode) - 1);
6263
int
vlog2
= exact_log2 (val & GET_MODE_MASK (mode));
local
6264
if (
vlog2
!= -1
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc
1978
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
1980
if (
vlog2
!= -1)
1983
gcc_assert (
vlog2
>= 0 &&
vlog2
<= GET_MODE_UNIT_BITSIZE (mode) - 1);
2000
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
2002
if (
vlog2
!= -1)
2005
gcc_assert (
vlog2
>= 0 &&
vlog2
<= GET_MODE_UNIT_BITSIZE (mode) - 1);
9449
int
vlog2
= exact_log2 (val & GET_MODE_MASK (mode));
9450
if (
vlog2
!= -1
1968
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
local
1990
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
local
9409
int
vlog2
= exact_log2 (val & GET_MODE_MASK (mode));
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc
1898
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
1900
if (
vlog2
!= -1)
1903
gcc_assert (
vlog2
>= 0 &&
vlog2
<= GET_MODE_UNIT_BITSIZE (mode) - 1);
1920
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
1922
if (
vlog2
!= -1)
1925
gcc_assert (
vlog2
>= 0 &&
vlog2
<= GET_MODE_UNIT_BITSIZE (mode) - 1);
9275
int
vlog2
= exact_log2 (val & GET_MODE_MASK (mode));
9276
if (
vlog2
!= -1
1888
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
local
1910
int
vlog2
= exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
local
9235
int
vlog2
= exact_log2 (val & GET_MODE_MASK (mode));
local
[
all
...]
Completed in 47 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026