Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/lib/
Dstxcpy.S73 and t8, t6, t12 # e1 (stall)
77 and t12, 0x80, t6 # e0 :
83 subq t12, 1, t6 # .. e1 :
85 or t12, t6, t8 # .. e1 :
216 and t6, t8, t12 # e1 :
218 and t12, 0x80, t6 # e0 : avoid dest word load if we can
222 subq t12, 1, t6 # .. e1 :
223 or t6, t12, t8 # e0 :
255 cmplt t4, t5, t12 # e0 :
256 beq t12, $u_head # .. e1 (zdb)
[all …]
Dev6-stxcpy.S89 and t8, t6, t12 # E : (stall)
92 and t12, 0x80, t6 # E : (stall)
98 subq t12, 1, t6 # E :
100 or t12, t6, t8 # E : (stall)
243 and t6, t8, t12 # E : (stall)
244 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
248 subq t12, 1, t6 # E :
249 or t6, t12, t8 # E : (stall)
286 cmplt t4, t5, t12 # E :
287 beq t12, $u_head # U :
[all …]
Dstxncpy.S85 negq t8, t12 # e0 : find low bit set
86 and t8, t12, t12 # e1 (stall)
90 and t12, 0x80, t6 # e0 :
96 subq t12, 1, t6 # .. e1 :
97 or t12, t6, t8 # e0 :
252 and t6, t8, t12 # e1 :
254 and t12, 0x80, t6 # e0 : avoid dest word load if we can
258 subq t12, 1, t6 # .. e1 :
259 or t6, t12, t8 # e0 :
311 1: cmplt t4, t5, t12 # e1 :
[all …]
Dev6-stxncpy.S112 negq t8, t12 # E : find low bit set
113 and t8, t12, t12 # E : (stall)
116 and t12, 0x80, t6 # E : (stall)
122 subq t12, 1, t6 # E :
123 or t12, t6, t8 # E : (stall)
296 and t6, t8, t12 # E : (stall)
297 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
301 subq t12, 1, t6 # E :
302 or t6, t12, t8 # E : (stall)
358 1: cmplt t4, t5, t12 # E :
[all …]
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dregdef.h36 #define t12 $27 macro
38 #define pv t12 /* procedure-variable register */
/linux-4.4.14/arch/ia64/lib/
Dcopy_page_mck.S85 #define t12 t6 // alias! macro
166 (p[D]) ld8 t12 = [src0], 8
173 (p[D]) st8 [dst0] = t12, 8
Dmemcpy_mck.S54 #define t12 t6 // alias! macro
245 EX(.ex_handler, (p[D]) ld8 t12 = [src0], 8)
252 EX(.ex_handler, (p[D]) st8 [dst0] = t12, 8)
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_dev.h646 uint32_t t12; member