Searched defs:STORE_INIT (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/arch/sparc/lib/ |
| 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
|
| D | NG4memcpy.S | 78 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
| D | M7memcpy.S | 150 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
| D | NG2memcpy.S | 71 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
| /kernel/linux/linux-5.10/arch/sparc/lib/ |
| D | NGmemcpy.S | 58 #define STORE_INIT(src,addr) stxa src, [addr] %asi macro 60 #define STORE_INIT(src,addr) stx src, [addr + 0x00] macro
|
| D | NG4memcpy.S | 78 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
| D | M7memcpy.S | 150 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|
| D | NG2memcpy.S | 71 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI macro
|