/linux/arch/alpha/lib/ |
H A D | stxncpy.S | 60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 63 bne t8, $a_eos # .. e1 : 74 cmpbge zero, t0, t8 # .. e1 (stall) 76 beq t8, $a_loop # e1 : 79 the end-of-count bit is set in t8 iff it applies. 83 t8 == the cmpbge mask that found it. */ 86 negq t8, t12 # e0 : find low bit set 87 and t8, t12, t12 # e1 (stall) 98 or t12, t6, t8 # e0 : 100 zapnot t0, t8, t [all...] |
H A D | ev6-stxncpy.S | 72 cmpbge zero, t2, t8 # E : bits set iff null found 76 bne t8, $a_eos # U : 97 cmpbge zero, t0, t8 # E : 100 beq t8, $a_loop # U : 106 the end-of-count bit is set in t8 iff it applies. 110 t8 == the cmpbge mask that found it. */ 113 negq t8, t12 # E : find low bit set 114 and t8, t12, t12 # E : (stall) 124 or t12, t6, t8 # E : (stall) 125 zapnot t0, t8, t [all...] |
H A D | stxcpy.S | 52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 54 bne t8, $a_eos # .. e1 : 65 cmpbge zero, t1, t8 # e0 (stall) 66 beq t8, $a_loop # .. e1 (zdb) 71 t8 == the cmpbge mask that found it. */ 73 negq t8, t6 # e0 : find low bit set 74 and t8, t6, t12 # e1 (stall) 86 or t12, t6, t8 # .. e1 : 87 zap t0, t8, t0 # e0 : clear dst bytes <= null 143 cmpbge zero, t6, t8 # [all...] |
H A D | ev6-stxcpy.S | 64 cmpbge zero, t2, t8 # E : bits set iff null found 66 bne t8, $a_eos # U : (stall) 81 cmpbge zero, t1, t8 # E : (3 cycle stall) 82 beq t8, $a_loop # U : (stall for t8) 87 t8 == the cmpbge mask that found it. */ 89 negq t8, t6 # E : find low bit set 90 and t8, t6, t12 # E : (stall) 101 or t12, t6, t8 # E : (stall) 103 zap t0, t8, t [all...] |
H A D | strrchr.S | 25 mov zero, t8 # .. e1 : t8 is last match byte compare mask 47 cmovne t3, t3, t8 # e0 : 62 cmovne t3, t3, t8 # .. e1 : save it, if match found 69 beq t8, $retnull # .. e1 : 71 and t8, 0xf0, t2 # e0 : binary search for the high bit set 72 cmovne t2, t2, t8 # .. e1 (zdb) 74 and t8, 0xcc, t1 # .. e1 : 75 cmovne t1, t1, t8 # e0 : 77 and t8, [all...] |
H A D | ev67-strrchr.S | 43 mov zero, t8 # E : t8 is last match byte compare mask 72 cmovne t3, t3, t8 # E : Latency=2, extra map slot 90 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot 97 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0) 100 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
|
/linux/arch/loongarch/mm/ |
H A D | page.S | 41 lu12i.w t8, 1 << (PAGE_SHIFT - 12) 42 add.d t8, t8, a0 81 bne t8, a0, 1b
|
/linux/arch/loongarch/kernel/ |
H A D | switch.S | 28 LONG_L t8, a1, TASK_STACK_CANARY 29 LONG_S t8, t7, 0
|
H A D | mcount_dyn.S | 50 PTR_S t8, sp, PT_R20 67 PTR_ADDI t8, sp, PT_SIZE 68 PTR_S t8, sp, PT_R3
|
H A D | rethook_trampoline.S | 26 cfi_st t8, PT_R20 61 cfi_ld t8, PT_R20
|
/linux/arch/mips/kernel/ |
H A D | r4k_switch.S | 35 PTR_LA t8, __stack_chk_guard 37 LONG_S t9, 0(t8)
|
H A D | scall32-o32.S | 64 load_a7: user_lw(t8, 28(t0)) # argument #8 from usp 70 sw t8, PT_ARG7(sp) # argument #8 to ksp 169 li t8, 0
|
H A D | bmips_5xxx_init.S | 324 * Trashes: a0, v0, v1, t0, t1, t2, t8 333 move t8, ra 399 jr t8 620 * Trashes: v0,v1,a0,a1,t8 629 move t8, ra 664 move ra, t8 716 * Trashes: v0, v1, t0, t1, t2, t5, t7, t8
|
H A 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)
|
/linux/arch/alpha/kernel/ |
H A 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/arch/mips/power/ |
H A D | hibernate_asm.S | 38 REG_L t8, (t1) 39 REG_S t8, (t2)
|
/linux/arch/mips/include/asm/ |
H A D | regdef.h | 140 #define t8 $24 /* caller saved */ 183 #define t8 $24 /* caller saved */
|
/linux/arch/loongarch/power/ |
H A D | hibernate_asm.S | 42 REG_L t8, t1, 0 43 REG_S t8, t2, 0
|
/linux/tools/perf/util/hisi-ptt-decoder/ |
H A D | hisi-ptt-pkt-decoder.c | 81 uint32_t t8 : 1; member 139 "T8", dw0.t8, "TH", dw0.th, "SO", dw0.so, "Length", in hisi_ptt_4dw_print_dw0()
|
/linux/lib/crc/arm64/ |
H A D | crc-t10dif-core.S | 86 t8 .req v22 154 eor \c64\().16b, t8.16b, t5.16b 165 ext t8.16b, t3.16b, t3.16b, #8 169 eor t8.8b, t8.8b, t3.8b
|
/linux/drivers/media/pci/cx88/ |
H A D | cx88-dsp.c | 72 u32 t2, t4, t6, t8; in int_cos() local 88 t8 = t6 * x / 32768 * x / 32768 / 7 / 8; in int_cos() 89 ret = 32768 - t2 + t4 - t6 + t8; in int_cos()
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | regdef.h | 32 #define t8 $22 /* more temps (caller-saved) */ macro
|
/linux/arch/loongarch/include/asm/ |
H A D | regdef.h | 28 #define t8 $r20 macro
|
/linux/arch/loongarch/kvm/ |
H A D | switch.S | 168 ld.d t8, a2, KVM_ARCH_HANDLE_EXIT 169 jirl ra, t8, 0
|
/linux/arch/mips/lib/ |
H A D | memset.S | 27 #define FILL64RG t8 102 move t8, a1 /* used by 'swp' instruction */
|