Home
last modified time | relevance | path

Searched refs:XCC (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/sparc/lib/
DGENmemcpy.S38 #ifndef XCC
39 #define XCC xcc macro
76 tne %XCC, 5
81 be,pn %XCC, 85f
84 blu,a,pn %XCC, 80f
89 bne,a,pn %XCC, 90f
100 bne,pt %XCC, 1b
109 bne,pt %XCC, 1b
114 ba,a,pt %XCC, 90f
119 bne,pn %XCC, 90f
[all …]
Dcopy_in_user.S11 #define XCC xcc macro
50 be,pn %XCC, 85f
53 bleu,a,pn %XCC, 80f
58 bne,pn %XCC, 90f
67 bgu,pt %XCC, 1b
70 be,pt %XCC, 1f
78 be,pt %XCC, 85f
85 bne,pn %XCC, 90f
93 bgu,pt %XCC, 82b
105 bgu,pt %XCC, 90b
DNGmemcpy.S71 #ifndef XCC
72 #define XCC xcc macro
177 be,pn %XCC, 85f
180 blu,a,pn %XCC, 80f
191 blu,pt %XCC, 70f
207 be,pt %XCC, 2f
215 bne,pt %XCC, 1b
235 be,pt %XCC, 50f
239 be,pt %XCC, 10f
253 bg,pn %XCC, 9f
[all …]
DU3memcpy.S60 #ifndef XCC
61 #define XCC xcc macro
180 be,pn %XCC, end_return
185 blu,a,pn %XCC, less_than_16
190 blu,pt %XCC, less_than_192
200 be,pt %XCC, 2f
217 bgu,pt %XCC, 1b
272 bgu,pt %XCC, 1f
301 bg,pt %XCC, 1b
322 be,pt %XCC, 1f
[all …]
DNG2memcpy.S82 #ifndef XCC
83 #define XCC xcc macro
256 be,pn %XCC, 85f
259 blu,a,pn %XCC, 80f
273 blu,pt %XCC, 75f
291 be,pt %XCC, 2f
299 bne,pt %XCC, 1b
481 ba,a,pt %XCC, 90f
486 bne,pn %XCC, 75f
500 bgu,pt %XCC, 1b
[all …]
DU1memcpy.S66 #ifndef XCC
67 #define XCC xcc macro
254 be,pn %XCC, 85f
257 blu,a,pn %XCC, 80f
261 blu,pt %XCC, 70f
269 be,pt %XCC, 2f
286 bgu,pt %XCC, 1b
582 bne,pn %XCC, 75f
593 bgu,pt %XCC, 1b
596 be,pt %XCC, 1f
[all …]
DNG4memcpy.S88 #ifndef XCC
89 #define XCC xcc macro
109 tne %XCC, 5
/linux-6.1.9/arch/sparc/net/
Dbpf_jit_comp_64.c119 #define XCC (1 << 21) macro
121 #define BRANCH (F2(0, 1) | XCC)
122 #define CBCOND_OP (F2(0, 3) | XCC)
621 if (br_opc & XCC) in emit_branch()