Searched refs:t8 (Results 1 - 22 of 22) sorted by relevance

/arch/alpha/lib/
H A Dev6-stxcpy.S63 cmpbge zero, t2, t8 # E : bits set iff null found
65 bne t8, $a_eos # U : (stall)
80 cmpbge zero, t1, t8 # E : (3 cycle stall)
81 beq t8, $a_loop # U : (stall for t8)
86 t8 == the cmpbge mask that found it. */
88 negq t8, t6 # E : find low bit set
89 and t8, t6, t12 # E : (stall)
100 or t12, t6, t8 # E : (stall)
102 zap t0, t8, t
[all...]
H A Dev6-strncpy_from_user.S90 cmpbge zero, t2, t8 # E : bits set iff null found
93 bne t8, $a_eos # U : 2nd branch in a quad. Bad.
119 cmpbge zero, t0, t8 # E : Stall 2 cycles on t0
122 beq t8, $a_loop # U :
128 * the end-of-count bit is set in t8 iff it applies.
132 * t8 == the cmpbge mask that found it.
135 negq t8, t12 # E : find low bit set
136 and t8, t12, t12 # E :
143 or t12, t6, t8 # E :
144 zapnot t0, t8, t
[all...]
H A Dev6-stxncpy.S71 cmpbge zero, t2, t8 # E : bits set iff null found
75 bne t8, $a_eos # U :
96 cmpbge zero, t0, t8 # E :
99 beq t8, $a_loop # U :
105 the end-of-count bit is set in t8 iff it applies.
109 t8 == the cmpbge mask that found it. */
112 negq t8, t12 # E : find low bit set
113 and t8, t12, t12 # E : (stall)
123 or t12, t6, t8 # E : (stall)
124 zapnot t0, t8, t
[all...]
H A Dstrncpy_from_user.S48 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
51 bne t8, $a_eos # .. e1 :
62 cmpbge zero, t0, t8 # .. e1 (stall)
64 beq t8, $a_loop # e1 :
67 the end-of-count bit is set in t8 iff it applies.
71 t8 == the cmpbge mask that found it. */
74 negq t8, t12 # e0 : find low bit set
75 and t8, t12, t12 # e1 (stall)
86 or t12, t6, t8 # e0 :
88 zapnot t0, t8, t
[all...]
H A Dstxncpy.S59 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
62 bne t8, $a_eos # .. e1 :
73 cmpbge zero, t0, t8 # .. e1 (stall)
75 beq t8, $a_loop # e1 :
78 the end-of-count bit is set in t8 iff it applies.
82 t8 == the cmpbge mask that found it. */
85 negq t8, t12 # e0 : find low bit set
86 and t8, t12, t12 # e1 (stall)
97 or t12, t6, t8 # e0 :
99 zapnot t0, t8, t
[all...]
H A Dstxcpy.S51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
53 bne t8, $a_eos # .. e1 :
64 cmpbge zero, t1, t8 # e0 (stall)
65 beq t8, $a_loop # .. e1 (zdb)
70 t8 == the cmpbge mask that found it. */
72 negq t8, t6 # e0 : find low bit set
73 and t8, t6, t12 # e1 (stall)
85 or t12, t6, t8 # .. e1 :
86 zap t0, t8, t0 # e0 : clear dst bytes <= null
142 cmpbge zero, t6, t8 #
[all...]
H A Dstrrchr.S24 mov zero, t8 # .. e1 : t8 is last match byte compare mask
46 cmovne t3, t3, t8 # e0 :
61 cmovne t3, t3, t8 # .. e1 : save it, if match found
68 beq t8, $retnull # .. e1 :
70 and t8, 0xf0, t2 # e0 : binary search for the high bit set
71 cmovne t2, t2, t8 # .. e1 (zdb)
73 and t8, 0xcc, t1 # .. e1 :
74 cmovne t1, t1, t8 # e0 :
76 and t8,
[all...]
H A Dev67-strrchr.S42 mov zero, t8 # E : t8 is last match byte compare mask
71 cmovne t3, t3, t8 # E : Latency=2, extra map slot
89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
96 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0)
99 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
/arch/alpha/include/asm/
H A Dregdef.h31 #define t8 $22 /* more temps (caller-saved) */ macro
/arch/mn10300/unit-asb2303/include/unit/
H A Dtimex.h130 u8 t8; local
133 t8 = TM4MD;
134 t8 = TM5MD;
/arch/mn10300/unit-asb2305/include/unit/
H A Dtimex.h130 u8 t8; local
133 t8 = TM4MD;
134 t8 = TM5MD;
/arch/mips/include/asm/
H A Dregdef.h50 #define t8 $24 /* caller saved */ macro
93 #define t8 $24 /* caller saved */ macro
/arch/mips/lib/
H A Dcsum_partial.S102 sltiu t8, a1, 0x8
103 bnez t8, .Lsmall_csumcpy /* < 8 bytes to copy */
110 andi t8, src, 0x2
119 andi t8, src, 0x2
122 beqz t8, .Ldword_align
123 sltiu t8, a1, 56
128 sltiu t8, a1, 56
132 bnez t8, .Ldo_end_words
133 move t8, a1
135 andi t8, sr
[all...]
H A Dmemcpy-inatomic.S197 #define rem t8
H A Dmemcpy.S200 #define rem t8
/arch/ia64/lib/
H A Dcopy_page.S43 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH]
87 (p[0]) ld8 t8[0]=[src2],16
88 (EPI) st8 [tgt2]=t8[PIPE_DEPTH-1],16
/arch/mips/power/
H A Dhibernate.S40 REG_L t8, (t1)
41 REG_S t8, (t2)
/arch/arm/mach-omap2/
H A Dgpmc-smc91x.c66 const int t8 = 5; /* Figure 12.4 write */ local
92 t.adv_wr_off = t.we_off + max(t4_w, t8);
/arch/alpha/kernel/
H A Dsys_nautilus.c92 u8 t8; local
93 pci_bus_read_config_byte(bus, 0x38, 0x43, &t8);
94 pci_bus_write_config_byte(bus, 0x38, 0x43, t8 | 0x80);
/arch/mips/kernel/
H A Docteon_switch.S86 LONG_L t8, 0(t1) /* Load from CVMSEG */
90 LONG_S t8, 0(t2) /* Store CVMSEG to thread storage */
H A Dscall32-o32.S146 2: lw t8, 28(t0) # argument #8 from usp
152 sw t8, 28(sp) # argument #8 to ksp
/arch/mips/cavium-octeon/
H A Docteon-memcpy.S333 #define rem t8

Completed in 324 milliseconds