Searched defs:STORE_INIT (Results 1 – 4 of 4) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | NGmemcpy.S | 57 #define STORE_INIT(src,addr) stxa src, [addr] %asi macro 59 #define STORE_INIT(src,addr) stx src, [addr + 0x00] macro
|
H A D | NG4memcpy.S | 78 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
H A D | M7memcpy.S | 150 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
H A D | NG2memcpy.S | 71 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|