Home
last modified time | relevance | path

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

/arch/tile/lib/
Dmemcpy_64.c48 #define LD8 LD macro
117 tmp1 = LD8(src8++); in memcpy()
118 tmp2 = LD8(src8++); in memcpy()
122 tmp3 = LD8(src8++); in memcpy()
123 tmp0 = LD8(src8++); in memcpy()
127 tmp2 = LD8(src8++); in memcpy()
128 tmp3 = LD8(src8++); in memcpy()
132 tmp0 = LD8(src8++); in memcpy()
133 tmp1 = LD8(src8++); in memcpy()
139 tmp2 = LD8(src8++); in memcpy()
[all …]
Dmemcpy_user_64.c62 #define LD8 LD macro
73 #define LD8(p) _LD((p), ld) macro
84 #define LD8(p) _LD((p), ld) macro
/arch/sparc/net/
Dbpf_jit_comp.c114 #define LD8 F3(3, 0x01) macro
128 #define LD8I (LD8 | IMMED)