Searched refs:ASI (Results 1 – 4 of 4) sorted by relevance
/arch/sparc/include/asm/ |
D | ttable.h | 287 #define SPILL_1_GENERIC(ASI) \ argument 289 stxa %l0, [%g1 + %g0] ASI; \ 291 stxa %l1, [%g1 + %g3] ASI; \ 293 stxa %l2, [%g1 + %g0] ASI; \ 294 stxa %l3, [%g1 + %g3] ASI; \ 296 stxa %l4, [%g1 + %g0] ASI; \ 297 stxa %l5, [%g1 + %g3] ASI; \ 299 stxa %l6, [%g1 + %g0] ASI; \ 300 stxa %l7, [%g1 + %g3] ASI; \ 302 stxa %i0, [%g1 + %g0] ASI; \ [all …]
|
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 69 #define ASI(X) (((X) & 0xff) << 5) macro 1090 emit(LD64A | ASI(ASI_PL) | RS1(tmp) | RS2(G0) | RD(dst), ctx); in build_insn() 1416 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn() 1439 emit(CASX | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
|
/arch/sparc/lib/ |
D | M7memset.S | 194 sub %o5, 8, %o5 ! adjust %o5 for ASI store alignment
|
D | M7memcpy.S | 456 sub %o0, 8, %o0 ! adjust %o0 for ASI alignment 534 add %o0, 8, %o0 ! restore %o0 from ASI alignment
|