Home
last modified time | relevance | path

Searched refs:__m (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlonglong.h162 UWtype __r1, __r0, __m; \
168 __m = (UWtype) __q1 * __d0; \
170 if (__r1 < __m) \
174 if (__r1 < __m) \
177 __r1 -= __m; \
181 __m = (UWtype) __q0 * __d0; \
183 if (__r0 < __m) \
187 if (__r0 < __m) \
190 __r0 -= __m; \
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/
H A Dcache.c64 : "m" (__m(v))); in flush_dcache_range()
75 : "m" (__m(v))); in invalidate_dcache_range()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dcache.h9 #define __m(x) (*(struct __large_struct *)(x)) macro
H A Dsystem.h81 : "m" (__m(__addr))); \