OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALTYPE
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/m68k/
m68kemb.h
21
#define FUNCTION_VALUE(
VALTYPE
,FUNC) LIBCALL_VALUE (TYPE_MODE (
VALTYPE
))
linux.h
166
function.
VALTYPE
is the data type of the value (as a tree). If
172
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
173
m68k_function_value (
VALTYPE
, FUNC)
netbsd-elf.h
271
function.
VALTYPE
is the data type of the value (as a tree). If
277
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
278
m68k_function_value (
VALTYPE
, FUNC)
m68k.h
480
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
481
gen_rtx_REG (TYPE_MODE (
VALTYPE
), D0_REG)
/src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68kemb.h
21
#define FUNCTION_VALUE(
VALTYPE
,FUNC) LIBCALL_VALUE (TYPE_MODE (
VALTYPE
))
linux.h
170
function.
VALTYPE
is the data type of the value (as a tree). If
176
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
177
m68k_function_value (
VALTYPE
, FUNC)
netbsd-elf.h
272
function.
VALTYPE
is the data type of the value (as a tree). If
278
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
279
m68k_function_value (
VALTYPE
, FUNC)
m68k.h
480
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
481
gen_rtx_REG (TYPE_MODE (
VALTYPE
), D0_REG)
/src/external/gpl3/gcc/dist/gcc/config/lm32/
lm32.h
259
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
260
gen_rtx_REG ((INTEGRAL_TYPE_P (
VALTYPE
) \
261
&& TYPE_PRECISION (
VALTYPE
) < BITS_PER_WORD) \
263
: TYPE_MODE (
VALTYPE
), \
/src/external/gpl3/gcc.old/dist/gcc/config/lm32/
lm32.h
259
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
260
gen_rtx_REG ((INTEGRAL_TYPE_P (
VALTYPE
) \
261
&& TYPE_PRECISION (
VALTYPE
) < BITS_PER_WORD) \
263
: TYPE_MODE (
VALTYPE
), \
/src/external/gpl3/gcc/dist/gcc/config/vax/
vax.h
250
VALTYPE
is the data type of the value (as a tree).
256
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
257
gen_rtx_REG (TYPE_MODE (
VALTYPE
), 0)
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.h
327
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
328
(spu_function_value((
VALTYPE
),(FUNC)))
/src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.h
250
VALTYPE
is the data type of the value (as a tree).
256
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
257
gen_rtx_REG (TYPE_MODE (
VALTYPE
), 0)
/src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.h
401
VALTYPE
is the data type of the value (as a tree).
404
#define FUNCTION_VALUE(
VALTYPE
, FUNC) mcore_function_value (
VALTYPE
, FUNC)
/src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.h
404
VALTYPE
is the data type of the value (as a tree).
407
#define FUNCTION_VALUE(
VALTYPE
, FUNC) mcore_function_value (
VALTYPE
, FUNC)
/src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.h
724
VALTYPE
is the data type of the value (as a tree).
731
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
732
gen_rtx_REG (TYPE_MODE (
VALTYPE
), \
733
VALUE_REGNO(TYPE_MODE(
VALTYPE
)))
/src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.h
724
VALTYPE
is the data type of the value (as a tree).
731
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
732
gen_rtx_REG (TYPE_MODE (
VALTYPE
), \
733
VALUE_REGNO(TYPE_MODE(
VALTYPE
)))
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h
589
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
590
riscv_function_value (
VALTYPE
, FUNC, VOIDmode)
/src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h
720
#define FUNCTION_VALUE(
VALTYPE
, FUNC) \
721
riscv_function_value (
VALTYPE
, FUNC, VOIDmode)
Completed in 31 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026