Home
last modified time | relevance | path

Searched refs:t12 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstxncpy.S25 * t12 = bitmask (with one bit set) indicating the last byte written
86 negq t8, t12 # e0 : find low bit set
87 and t8, t12, t12 # e1 (stall)
91 and t12, 0x80, t6 # e0 :
97 subq t12, 1, t6 # .. e1 :
98 or t12, t6, t8 # e0 :
253 and t6, t8, t12 # e1 :
255 and t12, 0x80, t6 # e0 : avoid dest word load if we can
259 subq t12,
[all...]
H A Dstxcpy.S18 * t12 = bitmask (with one bit set) indicating the last byte written
21 * Furthermore, v0, a3-a5, t11, and t12 are untouched.
74 and t8, t6, t12 # e1 (stall)
78 and t12, 0x80, t6 # e0 :
84 subq t12, 1, t6 # .. e1 :
86 or t12, t6, t8 # .. e1 :
217 and t6, t8, t12 # e1 :
219 and t12, 0x80, t6 # e0 : avoid dest word load if we can
223 subq t12, 1, t6 # .. e1 :
224 or t6, t12, t
[all...]
H A Dev6-stxcpy.S18 * t12 = bitmask (with one bit set) indicating the last byte written
21 * Furthermore, v0, a3-a5, t11, and t12 are untouched.
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
99 subq t12, 1, t6 # E :
101 or t12, t6, t8 # E : (stall)
244 and t6, t8, t12 # E : (stall)
245 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
249 subq t12, 1, t6 # E :
250 or t6, t12, t
[all...]
H A Dev6-stxncpy.S25 * t12 = bitmask (with one bit set) indicating the last byte written
113 negq t8, t12 # E : find low bit set
114 and t8, t12, t12 # E : (stall)
117 and t12, 0x80, t6 # E : (stall)
123 subq t12, 1, t6 # E :
124 or t12, t6, t8 # E : (stall)
297 and t6, t8, t12 # E : (stall)
298 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
302 subq t12,
[all...]
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstxncpy.S25 * t12 = bitmask (with one bit set) indicating the last byte written
86 negq t8, t12 # e0 : find low bit set
87 and t8, t12, t12 # e1 (stall)
91 and t12, 0x80, t6 # e0 :
97 subq t12, 1, t6 # .. e1 :
98 or t12, t6, t8 # e0 :
253 and t6, t8, t12 # e1 :
255 and t12, 0x80, t6 # e0 : avoid dest word load if we can
259 subq t12,
[all...]
H A Dstxcpy.S18 * t12 = bitmask (with one bit set) indicating the last byte written
21 * Furthermore, v0, a3-a5, t11, and t12 are untouched.
74 and t8, t6, t12 # e1 (stall)
78 and t12, 0x80, t6 # e0 :
84 subq t12, 1, t6 # .. e1 :
86 or t12, t6, t8 # .. e1 :
217 and t6, t8, t12 # e1 :
219 and t12, 0x80, t6 # e0 : avoid dest word load if we can
223 subq t12, 1, t6 # .. e1 :
224 or t6, t12, t
[all...]
H A Dev6-stxcpy.S18 * t12 = bitmask (with one bit set) indicating the last byte written
21 * Furthermore, v0, a3-a5, t11, and t12 are untouched.
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
99 subq t12, 1, t6 # E :
101 or t12, t6, t8 # E : (stall)
244 and t6, t8, t12 # E : (stall)
245 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
249 subq t12, 1, t6 # E :
250 or t6, t12, t
[all...]
H A Dev6-stxncpy.S25 * t12 = bitmask (with one bit set) indicating the last byte written
113 negq t8, t12 # E : find low bit set
114 and t8, t12, t12 # E : (stall)
117 and t12, 0x80, t6 # E : (stall)
123 subq t12, 1, t6 # E :
124 or t12, t6, t8 # E : (stall)
297 and t6, t8, t12 # E : (stall)
298 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
302 subq t12,
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dregdef.h37 #define t12 $27 macro
39 #define pv t12 /* procedure-variable register */
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dregdef.h37 #define t12 $27 macro
39 #define pv t12 /* procedure-variable register */
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dcopy_page_mck.S55 * | t12 | t13 | |
87 #define t12 t6 // alias! define
168 (p[D]) ld8 t12 = [src0], 8
175 (p[D]) st8 [dst0] = t12, 8
H A Dmemcpy_mck.S56 #define t12 t6 // alias! define
248 EX(.ex_handler, (p[D]) ld8 t12 = [src0], 8)
255 EX(.ex_handler, (p[D]) st8 [dst0] = t12, 8)
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dcopy_page_mck.S55 * | t12 | t13 | |
87 #define t12 t6 // alias! define
168 (p[D]) ld8 t12 = [src0], 8
175 (p[D]) st8 [dst0] = t12, 8
H A Dmemcpy_mck.S56 #define t12 t6 // alias! define
248 EX(.ex_handler, (p[D]) ld8 t12 = [src0], 8)
255 EX(.ex_handler, (p[D]) st8 [dst0] = t12, 8)
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_dev.h643 uint32_t t12; member
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_dev.h643 uint32_t t12; member
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2296 s64 t12, t34; in sja1105_static_config_reload() local
2347 t12 = t1 + (t2 - t1) / 2; in sja1105_static_config_reload()
2351 now += (t34 - t12); in sja1105_static_config_reload()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1834 s64 t12, t34; in sja1105_static_config_reload() local
1877 t12 = t1 + (t2 - t1) / 2; in sja1105_static_config_reload()
1881 now += (t34 - t12); in sja1105_static_config_reload()

Completed in 19 milliseconds