Searched refs:ASI (Results 1 – 4 of 4) sorted by relevance
/arch/sparc/include/asm/ |
D | ttable.h | 297 #define SPILL_1_GENERIC(ASI) \ argument 299 stxa %l0, [%g1 + %g0] ASI; \ 301 stxa %l1, [%g1 + %g3] ASI; \ 303 stxa %l2, [%g1 + %g0] ASI; \ 304 stxa %l3, [%g1 + %g3] ASI; \ 306 stxa %l4, [%g1 + %g0] ASI; \ 307 stxa %l5, [%g1 + %g3] ASI; \ 309 stxa %l6, [%g1 + %g0] ASI; \ 310 stxa %l7, [%g1 + %g3] ASI; \ 312 stxa %i0, [%g1 + %g0] ASI; \ [all …]
|
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 65 #define ASI(X) (((X) & 0xff) << 5) macro 1058 emit(LD64A | ASI(ASI_PL) | RS1(tmp) | RS2(G0) | RD(dst), ctx); in build_insn() 1386 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn() 1409 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
|