/linux-4.4.14/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 | 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-4.4.14/arch/mips/lib/ |
D | csum_partial.S | 109 sltiu t8, a1, 0x8 110 bnez t8, .Lsmall_csumcpy /* < 8 bytes to copy */ 117 andi t8, src, 0x2 126 andi t8, src, 0x2 129 beqz t8, .Ldword_align 130 sltiu t8, a1, 56 135 sltiu t8, a1, 56 139 bnez t8, .Ldo_end_words 140 move t8, a1 142 andi t8, src, 0x4 [all …]
|
D | memset.S | 26 #define FILL64RG t8 100 move t8, a1 /* used by 'swp' instruction */
|
D | memcpy.S | 276 #define rem t8
|
/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/ |
D | timex.h | 126 u8 t8; in shutdown_timestamp_counter() local 129 t8 = TM4MD; in shutdown_timestamp_counter() 130 t8 = TM5MD; in shutdown_timestamp_counter()
|
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
D | timex.h | 126 u8 t8; in shutdown_timestamp_counter() local 129 t8 = TM4MD; in shutdown_timestamp_counter() 130 t8 = TM5MD; in shutdown_timestamp_counter()
|
/linux-4.4.14/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-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 50 #define t8 $24 /* caller saved */ macro 93 #define t8 $24 /* caller saved */ macro
|
/linux-4.4.14/arch/alpha/kernel/ |
D | sys_nautilus.c | 91 u8 t8; in nautilus_kill_arch() local 92 pci_bus_read_config_byte(bus, 0x38, 0x43, &t8); in nautilus_kill_arch() 93 pci_bus_write_config_byte(bus, 0x38, 0x43, t8 | 0x80); in nautilus_kill_arch()
|
/linux-4.4.14/arch/mips/power/ |
D | hibernate_asm.S | 39 REG_L t8, (t1) 40 REG_S t8, (t2)
|
/linux-4.4.14/arch/mips/kernel/ |
D | r2300_switch.S | 44 PTR_LA t8, __stack_chk_guard 46 LONG_S t9, 0(t8)
|
D | r4k_switch.S | 47 PTR_LA t8, __stack_chk_guard 49 LONG_S t9, 0(t8)
|
D | octeon_switch.S | 46 LONG_L t8, 0(t1) /* Load from CVMSEG */ 50 LONG_S t8, 0(t2) /* Store CVMSEG to thread storage */ 64 PTR_LA t8, __stack_chk_guard 66 LONG_S t9, 0(t8)
|
D | scall32-o32.S | 71 load_a7: user_lw(t8, 28(t0)) # argument #8 from usp 77 sw t8, 28(sp) # argument #8 to ksp 173 li t8, 0
|
D | cps-vec.S | 392 move t8, ta2 469 and t0, t0, t8
|
D | pm-cps.c | 85 t8, t9, k0, k1, gp, sp, fp, ra, enumerator
|
/linux-4.4.14/drivers/media/pci/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-4.4.14/arch/alpha/include/uapi/asm/ |
D | regdef.h | 31 #define t8 $22 /* more temps (caller-saved) */ macro
|
/linux-4.4.14/arch/tile/kernel/ |
D | hvglue_trace.c | 161 #define __HV_DECL8(t8, a8, ...) t8 a8, __HV_DECL7(__VA_ARGS__) argument 170 #define __HV_PASS8(t8, a8, ...) a8, __HV_PASS7(__VA_ARGS__) argument
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | intel_bios.h | 460 u16 t8; member
|
D | intel_bios.c | 96 dev_priv->edp.pps.t1_t3, dev_priv->edp.pps.t8, in parse_edp()
|
D | cdv_intel_dp.c | 2088 cur.t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >> in cdv_intel_dp_init() 2101 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12); in cdv_intel_dp_init() 2105 intel_dp->backlight_on_delay = cur.t8 / 10; in cdv_intel_dp_init()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 318 #define rem t8
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_bios.h | 546 u16 t8; member
|
D | intel_dp.c | 5343 cur.t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >> in intel_dp_init_panel_power_sequencer() 5365 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12); in intel_dp_init_panel_power_sequencer() 5372 spec.t8 = 50 * 10; /* no limit for t8, use t7 instead */ in intel_dp_init_panel_power_sequencer() 5382 vbt.t1_t3, vbt.t8, vbt.t9, vbt.t10, vbt.t11_t12); in intel_dp_init_panel_power_sequencer() 5390 assign_final(t8); in intel_dp_init_panel_power_sequencer() 5398 intel_dp->backlight_on_delay = get_delay(t8); in intel_dp_init_panel_power_sequencer()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 3526 u8 t8, mac_cfg, pmd_type; in skge_reset() local 3595 t8 = skge_read8(hw, B2_E_0); in skge_reset() 3597 if (t8 == 3) { in skge_reset() 3602 hw->ram_size = t8 * 512; in skge_reset() 3603 } else if (t8 == 0) in skge_reset() 3606 hw->ram_size = t8 * 4096; in skge_reset()
|
D | sky2.c | 3149 u8 t8; in sky2_init() local 3243 t8 = sky2_read8(hw, B2_Y2_HW_RES); in sky2_init() 3244 if ((t8 & CFG_DUAL_MAC_MSK) == CFG_DUAL_MAC_MSK) { in sky2_init()
|