Home
last modified time | relevance | path

Searched refs:__v0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A Dlibaio_fix_for_mips_syscalls.patch12 return (type) __v0; \
14 + return (type) (-(__v0)); \
21 return (type) __v0; \
23 + return (type) (-(__v0)); \
30 return (type) __v0; \
32 + return (type) (-(__v0)); \
39 return (type) __v0; \
41 + return (type) (-(__v0)); \
48 return (type) __v0; \
50 + return (type) (-(__v0)); \
[all …]
H A D00_arches.patch173 + unsigned long __v0; \
187 + return (type) __v0; \
197 + unsigned long __v0; \
211 + return (type) __v0; \
222 + unsigned long __v0; \
236 + return (type) __v0; \
247 + unsigned long __v0; \
261 + return (type) __v0; \
278 + unsigned long __v0; \
297 + return (type) __v0; \
[all …]
/openbmc/qemu/tests/tcg/mips/
H A Dhello-mips.c38 unsigned long __v0; in write() local
47 : "=r" (__v0), "=r" (__a3) in write()
53 return (int) __v0; in write()