Home
last modified time | relevance | path

Searched refs:RETTYPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dpci_io.h44 #define zpci_read(LENGTH, RETTYPE) \ argument
45 static inline RETTYPE zpci_read_##RETTYPE(const volatile void __iomem *addr) \
53 return (RETTYPE) data; \
/openbmc/qemu/target/i386/
H A Dops_sse.h703 #define WRAP_FLOATCONV(RETTYPE, FN, FLOATTYPE, INDEFVALUE) \ argument
704 static inline RETTYPE x86_##FN(FLOATTYPE a, float_status *s) \
707 RETTYPE r; \