OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_vsx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
22814
HARD_REG_SET
to_vsx
, from_vsx;
22815
to_vsx
= reg_class_contents[to] & reg_class_contents[VSX_REGS];
22817
if (!hard_reg_set_empty_p (
to_vsx
)
22820
|| hard_reg_set_intersect_p (
to_vsx
, from_vsx)))
22824
|| (TEST_HARD_REG_BIT (
to_vsx
, FIRST_ALTIVEC_REGNO)
22770
HARD_REG_SET
to_vsx
, from_vsx;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
22337
HARD_REG_SET
to_vsx
, from_vsx;
22338
to_vsx
= reg_class_contents[to] & reg_class_contents[VSX_REGS];
22340
if (!hard_reg_set_empty_p (
to_vsx
)
22343
|| hard_reg_set_intersect_p (
to_vsx
, from_vsx)))
22347
|| (TEST_HARD_REG_BIT (
to_vsx
, FIRST_ALTIVEC_REGNO)
22293
HARD_REG_SET
to_vsx
, from_vsx;
local
Completed in 61 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026