Home
last modified time | relevance | path

Searched refs:tmp1 (Results 26 – 50 of 156) sorted by relevance

1234567

/openbmc/qemu/util/
H A Dinterval-tree.c379 sibling = tmp1; in rb_erase_color()
381 tmp1 = sibling->rb_right; in rb_erase_color()
382 if (!tmp1 || rb_is_black(tmp1)) { in rb_erase_color()
443 if (tmp1) { in rb_erase_color()
447 tmp1 = sibling; in rb_erase_color()
482 sibling = tmp1; in rb_erase_color()
484 tmp1 = sibling->rb_left; in rb_erase_color()
485 if (!tmp1 || rb_is_black(tmp1)) { in rb_erase_color()
502 tmp1 = tmp2->rb_left; in rb_erase_color()
506 if (tmp1) { in rb_erase_color()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c438 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local
461 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna()
465 una_reg(reg) = tmp1|tmp2; in do_entUna()
477 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna()
481 una_reg(reg) = (int)(tmp1|tmp2); in do_entUna()
497 una_reg(reg) = tmp1|tmp2; in do_entUna()
725 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local
788 *reg_addr = tmp1|tmp2; in do_entUnaUser()
820 alpha_write_fp_reg(reg, tmp1|tmp2); in do_entUnaUser()
836 *reg_addr = (int)(tmp1|tmp2); in do_entUnaUser()
[all …]
/openbmc/linux/arch/arm64/lib/
H A Dmemcpy.S45 #define tmp1 x14 macro
99 lsr tmp1, count, 1
102 ldrb B_lw, [src, tmp1]
104 strb B_lw, [dstin, tmp1]
148 sub tmp1, dstin, src
149 cbz tmp1, L(copy0)
150 cmp tmp1, count
156 and tmp1, dstin, 15
158 sub src, src, tmp1
202 and tmp1, dstend, 15
[all …]
H A Dmemset.S31 tmp1 .req x3 label
91 ands tmp1, count, #0x30
148 mrs tmp1, dczid_el0
149 tbnz tmp1, #4, .Lnot_short
172 sub tmp1, count, tmp2
176 cmp tmp1, #64
177 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
183 mov count, tmp1
H A Dcopy_template.S27 tmp1 .req x3 label
70 ldr1 tmp1, src, #8
71 str1 tmp1, dst, #8
85 ands tmp1, count, #0x30
111 ldr1 tmp1, src, #8
112 str1 tmp1, dst, #8
H A Dmemcmp.S32 #define tmp1 x7 macro
68 and tmp1, src1, 15
69 add limit, limit, tmp1
70 sub src1, src1, tmp1
71 sub src2, src2, tmp1
/openbmc/linux/arch/arm64/include/asm/
H A Del2_setup.h237 ubfx \tmp1, \tmp1, #\fld, #\width
238 cbz \tmp1, \fail
240 adr_l \tmp1, \idreg\()_override
241 ldr \tmp2, [\tmp1, FTR_OVR_VAL_OFFSET]
242 ldr \tmp1, [\tmp1, FTR_OVR_MASK_OFFSET]
244 ubfx \tmp1, \tmp1, #\fld, #\width
245 cmp \tmp1, xzr
246 and \tmp2, \tmp2, \tmp1
253 .macro check_override idreg, fld, pass, fail, tmp1, tmp2
254 mrs \tmp1, \idreg\()_el1
[all …]
H A Dassembler.h375 cmp \tmp0, \tmp1
376 csel \tmp0, \tmp1, \tmp0, hi
441 dcache_line_size \tmp1, \tmp2
455 sub \tmp2, \tmp1, #1
459 add \tmp2, \tmp2, \tmp1
474 phys_to_ttbr \tmp1, \pgtbl
475 offset_ttbr1 \tmp1, \tmp2
476 msr ttbr1_el1, \tmp1
650 mrs \tmp1, midr_el1
653 and \tmp1, \tmp1, \tmp2
[all …]
/openbmc/qemu/docs/spin/
H A Dwin32-qemu-event.promela56 int tmp1, tmp2;
57 #define WAIT tmp1 = state; \
58 if :: tmp1 != EV_SET -> \
59 if :: tmp1 == EV_FREE -> \
67 if :: tmp2 == EV_SET -> tmp1 = EV_SET; \
68 :: else -> tmp1 = EV_BUSY; \
72 assert(tmp1 != EV_FREE); \
73 if :: tmp1 == EV_BUSY -> RAW_WAIT; \
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtsrmmu.h89 #define WINDOW_FLUSH(tmp1, tmp2) \ argument
90 mov 0, tmp1; \
93 add tmp1, 1, tmp1; \
96 99: subcc tmp1, 1, tmp1; \
/openbmc/linux/arch/loongarch/include/asm/
H A Dasmmacro.h68 la.pcrel \tmp1, 1f
69 alsl.d \tmp1, \tmp0, \tmp1, 3
70 jr \tmp1
93 move \tmp1, \tmp0
114 movgr2cf $fcc0, \tmp1
116 movgr2cf $fcc1, \tmp1
118 movgr2cf $fcc2, \tmp1
120 movgr2cf $fcc3, \tmp1
122 movgr2cf $fcc4, \tmp1
124 movgr2cf $fcc5, \tmp1
[all …]
/openbmc/linux/arch/csky/abiv2/
H A Dfpu.c152 unsigned long tmp1, tmp2; in save_to_user_fp() local
157 tmp1 = mfcr("cr<1, 2>"); in save_to_user_fp()
160 user_fp->fcr = tmp1; in save_to_user_fp()
202 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in save_to_user_fp()
214 unsigned long tmp1, tmp2; in restore_from_user_fp() local
219 tmp1 = user_fp->fcr; in restore_from_user_fp()
222 mtcr("cr<1, 2>", tmp1); in restore_from_user_fp()
264 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in restore_from_user_fp()
/openbmc/linux/fs/nfsd/
H A Dnfsxdr.c133 u32 tmp1, tmp2; in svcxdr_decode_sattr() local
146 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
147 if (tmp1 != (u32)-1 && tmp1 != 0xffff) { in svcxdr_decode_sattr()
149 iap->ia_mode = tmp1; in svcxdr_decode_sattr()
152 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
153 if (tmp1 != (u32)-1) { in svcxdr_decode_sattr()
159 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
160 if (tmp1 != (u32)-1) { in svcxdr_decode_sattr()
166 tmp1 = be32_to_cpup(p++); in svcxdr_decode_sattr()
167 if (tmp1 != (u32)-1) { in svcxdr_decode_sattr()
[all …]
/openbmc/linux/drivers/misc/echo/
H A Decho.c267 int tmp1; in oslec_update() local
316 if (tmp1 > 16383) in oslec_update()
317 tmp1 = 16383; in oslec_update()
318 if (tmp1 < -16383) in oslec_update()
319 tmp1 = -16383; in oslec_update()
320 rx = tmp1; in oslec_update()
557 int tmp1; in oslec_hpf_tx() local
574 if (tmp1 > 32767) in oslec_hpf_tx()
575 tmp1 = 32767; in oslec_hpf_tx()
577 tmp1 = -32767; in oslec_hpf_tx()
[all …]
/openbmc/linux/arch/alpha/lib/
H A Dev6-divide.S68 #define tmp1 $3 macro
122 stq tmp1,24($30) # L :
173 subq modulus,divisor,tmp1 # E :
182 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
187 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
198 ldq tmp1,24($30) # L :
243 stq tmp1,24($30) # L :
251 subq $31,$27,tmp1 # E : U U L L
255 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
258 ldq tmp1,24($30) # L :
/openbmc/linux/scripts/
H A Dextract-ikconfig22 tail -c+$(($pos+8)) "$1" | zcat > $tmp1 2> /dev/null
25 cat $tmp1
51 tmp1=/tmp/ikconfig$$.1
53 trap "rm -f $tmp1 $tmp2" 0
/openbmc/linux/arch/loongarch/kernel/
H A Dfpu.S100 move \tmp1, \tmp0
102 bstrins.d \tmp1, \tmp0, 15, 8
115 EX st.d \tmp1, \base, 0
121 movgr2cf $fcc0, \tmp1
123 movgr2cf $fcc1, \tmp1
125 movgr2cf $fcc2, \tmp1
127 movgr2cf $fcc3, \tmp1
129 movgr2cf $fcc4, \tmp1
131 movgr2cf $fcc5, \tmp1
133 movgr2cf $fcc6, \tmp1
[all …]
/openbmc/linux/arch/mips/mm/
H A Dsc-ip22.c102 unsigned long addr, tmp1, tmp2; in indy_sc_enable() local
128 : "=r" (tmp1), "=r" (tmp2), "=r" (addr)); in indy_sc_enable()
133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/openbmc/linux/tools/perf/tests/
H A Dwp.c78 unsigned long tmp, tmp1 = rand(); in test__wp_ro()
87 data1 = tmp1 + tmp; in test__wp_ro()
102 unsigned long tmp, tmp1 = rand(); in test__wp_wo()
111 data1 = tmp1 + tmp; in test__wp_wo()
126 unsigned long tmp, tmp1 = rand(); in test__wp_rw()
136 data1 = tmp1 + tmp; in test__wp_rw()
/openbmc/u-boot/arch/arm/lib/
H A Ddebug.S25 .macro addruart_current, rx, tmp1, tmp2
26 addruart \tmp1, \tmp2, \rx
29 moveq \rx, \tmp1
34 .macro addruart_current, rx, tmp1, tmp2
35 addruart \rx, \tmp1, \tmp2
/openbmc/linux/arch/arm/kernel/
H A Ddebug.S25 .macro addruart_current, rx, tmp1, tmp2
26 addruart \tmp1, \tmp2, \rx
29 moveq \rx, \tmp1
34 .macro addruart_current, rx, tmp1, tmp2
35 addruart \rx, \tmp1, \tmp2
/openbmc/linux/arch/arm64/kernel/
H A Dhead.S208 .Lpe\@: phys_to_pte \tmp1, \rtbl
209 orr \tmp1, \tmp1, \flags // tmp1 = table entry
210 str \tmp1, [\tbl, \index, lsl #3]
449 .macro init_cpu_task tsk, tmp1, tmp2
452 ldr \tmp1, [\tsk, #TSK_STACK]
453 add sp, \tmp1, #THREAD_SIZE
461 adr_l \tmp1, __per_cpu_offset
463 ldr \tmp1, [\tmp1, \tmp2, lsl #3]
464 set_this_cpu_offset \tmp1
721 adr_l \tmp1, __early_cpu_boot_status
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dgx-suspmod.c334 u8 tmp1, tmp2; in cpufreq_gx_verify() local
349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify()
355 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify()
375 u8 tmp1, tmp2; in cpufreq_gx_target() local
383 tmp_freq = gx_validate_speed(target_freq, &tmp1, &tmp2); in cpufreq_gx_target()
386 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
390 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
/openbmc/linux/arch/arm/mach-davinci/
H A Dmux.c65 unsigned tmp1, tmp2; in davinci_cfg_reg() local
71 tmp1 = reg_orig & mask; in davinci_cfg_reg()
77 if (tmp1 != tmp2) in davinci_cfg_reg()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/
H A D0001-newlib-memcpy-remove-optimized-version.patch63 -#define tmp1 x9
94 - sub tmp1, count, 1
96 - tbnz tmp1, 6, L(copy96)
98 - tbz tmp1, 5, 1f
131 - lsr tmp1, count, 1
134 - ldrb B_lw, [src, tmp1]
136 - strb B_lw, [dstin, tmp1]
164 - and tmp1, dstin, 15
167 - sub src, src, tmp1
168 - add count, count, tmp1 /* Count is now 16 too large. */

1234567