/linux-3.4.99/arch/alpha/lib/ |
D | stxncpy.S | 59 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 : 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, t0 # e0 : clear src bytes > null 100 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 108 or t10, t8, t8 [all …]
|
D | strncpy_from_user.S | 48 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 : 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, t0 # e0 : clear src bytes > null 89 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 97 or t10, t8, t8 [all …]
|
D | ev6-strncpy_from_user.S | 90 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 : 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, t0 # U : clear src bytes > null 145 zap t1, t8, t1 # U : clear dst bytes <= null 156 or t10, t8, t8 [all …]
|
D | ev6-stxncpy.S | 71 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 : 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, t0 # U : clear src bytes > null (stall) 126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 138 or t10, t8, t8 # E : [all …]
|
D | stxcpy.S | 51 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) 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 # .. e1 : 144 bne t8, $u_final # .. e1 : [all …]
|
D | ev6-stxcpy.S | 63 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) 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, t0 # E : clear dst bytes <= null 165 cmpbge zero, t6, t8 # E : (stall) 167 bne t8, $u_final # U : (stall) [all …]
|
D | strrchr.S | 24 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, 0xaa, t0 # e0 :
|
D | ev67-strrchr.S | 42 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
|
/linux-3.4.99/arch/mips/lib/ |
D | csum_partial.S | 102 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, src, 0x4 [all …]
|
D | memcpy-inatomic.S | 197 #define rem t8
|
D | memcpy.S | 200 #define rem t8
|
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/ |
D | timex.h | 130 u8 t8; in shutdown_timestamp_counter() local 133 t8 = TM4MD; in shutdown_timestamp_counter() 134 t8 = TM5MD; in shutdown_timestamp_counter()
|
/linux-3.4.99/arch/mn10300/unit-asb2305/include/unit/ |
D | timex.h | 130 u8 t8; in shutdown_timestamp_counter() local 133 t8 = TM4MD; in shutdown_timestamp_counter() 134 t8 = TM5MD; in shutdown_timestamp_counter()
|
/linux-3.4.99/arch/ia64/lib/ |
D | copy_page.S | 43 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
|
/linux-3.4.99/arch/mips/include/asm/ |
D | regdef.h | 50 #define t8 $24 /* caller saved */ macro 93 #define t8 $24 /* caller saved */ macro
|
/linux-3.4.99/arch/alpha/kernel/ |
D | sys_nautilus.c | 92 u8 t8; in nautilus_kill_arch() local 93 pci_bus_read_config_byte(bus, 0x38, 0x43, &t8); in nautilus_kill_arch() 94 pci_bus_write_config_byte(bus, 0x38, 0x43, t8 | 0x80); in nautilus_kill_arch()
|
/linux-3.4.99/arch/mips/power/ |
D | hibernate.S | 40 REG_L t8, (t1) 41 REG_S t8, (t2)
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | gpmc-smc91x.c | 66 const int t8 = 5; /* Figure 12.4 write */ in smc91c96_gpmc_retime() local 92 t.adv_wr_off = t.we_off + max(t4_w, t8); in smc91c96_gpmc_retime()
|
/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-dsp.c | 79 u32 t2, t4, t6, t8; in int_cos() local 92 t8 = t6*x/32768*x/32768/7/8; in int_cos() 93 ret = 32768-t2+t4-t6+t8; in int_cos()
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | regdef.h | 31 #define t8 $22 /* more temps (caller-saved) */ macro
|
/linux-3.4.99/arch/mips/kernel/ |
D | octeon_switch.S | 86 LONG_L t8, 0(t1) /* Load from CVMSEG */ 90 LONG_S t8, 0(t2) /* Store CVMSEG to thread storage */
|
D | scall32-o32.S | 146 2: lw t8, 28(t0) # argument #8 from usp 152 sw t8, 28(sp) # argument #8 to ksp
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | intel_dp.c | 2500 cur.t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >> in intel_dp_init() 2513 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12); in intel_dp_init() 2518 vbt.t1_t3, vbt.t8, vbt.t9, vbt.t10, vbt.t11_t12); in intel_dp_init() 2523 intel_dp->backlight_on_delay = get_delay(t8); in intel_dp_init()
|
D | intel_bios.h | 454 u16 t8; member
|
/linux-3.4.99/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 333 #define rem t8
|