OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctxstyle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c
351
int
ctxstyle
= gprs[5];
local
353
is_vector = (
ctxstyle
== UC_FLAVOR_VEC ||
ctxstyle
== UC_FLAVOR64_VEC
354
||
ctxstyle
== UC_TRAD_VEC ||
ctxstyle
== UC_TRAD64_VEC);
355
is_64 = (
ctxstyle
== UC_FLAVOR64_VEC ||
ctxstyle
== UC_TRAD64_VEC
356
||
ctxstyle
== UC_FLAVOR64 ||
ctxstyle
== UC_TRAD64);
360
int
ctxstyle
= gprs[4]
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c
351
int
ctxstyle
= gprs[5];
local
353
is_vector = (
ctxstyle
== UC_FLAVOR_VEC ||
ctxstyle
== UC_FLAVOR64_VEC
354
||
ctxstyle
== UC_TRAD_VEC ||
ctxstyle
== UC_TRAD64_VEC);
355
is_64 = (
ctxstyle
== UC_FLAVOR64_VEC ||
ctxstyle
== UC_TRAD64_VEC
356
||
ctxstyle
== UC_FLAVOR64 ||
ctxstyle
== UC_TRAD64);
360
int
ctxstyle
= gprs[4]
local
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026