Searched refs:STORE_BLK (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/lib/ |
D | NG2memcpy.S | 66 #ifndef STORE_BLK 67 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_P macro 354 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 368 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 382 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 396 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 410 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 424 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 438 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) 452 EX_ST_FP(STORE_BLK(%f0, %o4 + %g3), NG2_retl_o2_plus_g1) [all …]
|
D | U3copy_to_user.S | 25 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS macro
|
D | U1copy_to_user.S | 25 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS macro
|
D | NG2copy_to_user.S | 38 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS_4V macro
|
D | U3memcpy.S | 48 #ifndef STORE_BLK 49 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_P macro 283 EX_ST_FP(STORE_BLK(%f16, %o0), U3_retl_o2_plus_o3_sll_6_plus_0x80) 310 EX_ST_FP(STORE_BLK(%f16, %o0), U3_retl_o2_plus_o3_sll_6_plus_0x80) 328 EX_ST_FP(STORE_BLK(%f16, %o0), U3_retl_o2_plus_o3_sll_6_plus_0x40)
|
D | U1memcpy.S | 54 #ifndef STORE_BLK 55 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_P macro 82 EX_ST_FP(STORE_BLK(%fsrc, %dest), U1_gs_80_fp); \ 97 EX_ST_FP(STORE_BLK(%fsrc, %dest), U1_gs_80_fp); \ 102 EX_ST_FP(STORE_BLK(%fsrc, %dest), U1_gs_40_fp); \
|