Home
last modified time | relevance | path

Searched refs:tmp1 (Results 51 – 75 of 156) sorted by relevance

1234567

/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h23 unsigned long tmp1, tmp2; in xchg32() local
32 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg32()
40 unsigned long tmp1, tmp2; in xchg64() local
49 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg64()
H A Dtimer_64.h56 unsigned long tick, tmp1, tmp2; in get_tick() local
92 : "=&r" (tick), "=&r" (tmp1), "=&r" (tmp2) in get_tick()
/openbmc/linux/arch/arm64/kernel/
H A Drelocate_kernel.S20 .macro turn_off_mmu tmp1, tmp2
21 mov_q \tmp1, INIT_SCTLR_EL1_MMU_OFF
23 msr sctlr_el1, \tmp1
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c57 uint64_t tmp1 = tmp0; in helper_rotx() local
71 tmp1 |= 1LL << i; in helper_rotx()
73 tmp1 &= ~(1LL << i); in helper_rotx()
78 uint64_t tmp2 = tmp1; in helper_rotx()
88 if (tmp1 & (1LL << (i + 8))) { in helper_rotx()
/openbmc/linux/arch/arm64/crypto/
H A Daes-neon.S158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
161 sshr \tmp1\().16b, \in1\().16b, #7
164 and \tmp1\().16b, \tmp1\().16b, \const\().16b
166 eor \out1\().16b, \out1\().16b, \tmp1\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
172 ushr \tmp1\().16b, \in1\().16b, #6
175 pmul \tmp1\().16b, \tmp1\().16b, \const\().16b
177 eor \out1\().16b, \out1\().16b, \tmp1\().16b
/openbmc/linux/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c42 unsigned long tmp1, tmp2; in adjust_reg18() local
44 tmp1 = (data<<1 | 0x00000001) & 0x000001FF; in adjust_reg18()
46 return tmp1 | tmp2; in adjust_reg18()
/openbmc/linux/arch/sh/lib/
H A Dio.c66 int tmp1; in __raw_writesl() local
74 : "=&r" (data), "=&r" (tmp1) in __raw_writesl()
/openbmc/qemu/target/rx/
H A Dop_helper.c202 uint8_t tmp0, tmp1; in helper_scmpu() local
208 tmp1 = cpu_ldub_data_ra(env, env->regs[2]++, GETPC()); in helper_scmpu()
210 if (tmp0 != tmp1 || tmp0 == '\0') { in helper_scmpu()
214 env->psw_z = tmp0 - tmp1; in helper_scmpu()
215 env->psw_c = (tmp0 >= tmp1); in helper_scmpu()
328 int64_t tmp0, tmp1; in helper_rmpa() local
341 tmp1 = cpu_ldfn[sz](env, env->regs[2], GETPC()); in helper_rmpa()
342 tmp0 *= tmp1; in helper_rmpa()
/openbmc/linux/drivers/md/
H A Ddm-ebs-target.c250 unsigned short tmp1; in ebs_ctr() local
275 if (sscanf(argv[2], "%hu%c", &tmp1, &dummy) != 1 || in ebs_ctr()
276 !__ebs_check_bs(tmp1) || in ebs_ctr()
277 to_bytes(tmp1) > PAGE_SIZE) { in ebs_ctr()
281 ec->e_bs = tmp1; in ebs_ctr()
284 if (sscanf(argv[3], "%hu%c", &tmp1, &dummy) != 1 || !__ebs_check_bs(tmp1)) { in ebs_ctr()
288 ec->u_bs = tmp1; in ebs_ctr()
/openbmc/u-boot/lib/
H A Daes.c514 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local
521 tmp1 = expkey[4*idx - 3]; in aes_expand_key()
527 tmp0 = sbox[tmp1] ^ rcon[idx / AES_KEYCOLS]; in aes_expand_key()
528 tmp1 = sbox[tmp2]; in aes_expand_key()
532 tmp1 = sbox[tmp1]; in aes_expand_key()
538 expkey[4*idx+1] = expkey[4*idx - 4*AES_KEYCOLS + 1] ^ tmp1; in aes_expand_key()
/openbmc/u-boot/scripts/
H A Dbuild-whitelist.sh37 |sort |uniq >scripts/config_whitelist.txt.tmp1;
47 comm -23 scripts/config_whitelist.txt.tmp1 scripts/config_whitelist.txt.tmp2 \
/openbmc/linux/arch/arm64/include/asm/
H A Dkexec.h43 u64 tmp1, tmp2; in crash_setup_regs() local
76 : "=&r" (tmp1), "=&r" (tmp2) in crash_setup_regs()
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c424 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i64() local
430 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_i64()
512 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i32() local
518 rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32()
567 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r64() local
635 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r32() local
703 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r64() local
870 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r32() local
1009 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_load_r64() local
1056 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_store_r64() local
[all …]
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_accel.c438 u32 tmp1, tmp2; in i810fb_init_ringbuffer() local
448 tmp1 = par->iring.physical; in i810fb_init_ringbuffer()
449 i810_writel(IRING + 8, mmio, tmp2 | tmp1); in i810fb_init_ringbuffer()
451 tmp1 = i810_readl(IRING + 12, mmio); in i810fb_init_ringbuffer()
452 tmp1 &= ~RBUFFER_SIZE_MASK; in i810fb_init_ringbuffer()
454 i810_writel(IRING + 12, mmio, tmp1 | tmp2); in i810fb_init_ringbuffer()
/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-sram.c240 u8 tmp1, tmp2;
247 tmp1 = 0x4f;
250 sram_write(adapter, addr + 4, &tmp1, 1);
264 tmp1 = 0xf4;
267 sram_write(adapter, addr + 4, &tmp1, 1);
/openbmc/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c431 char *tmp1, *tmp2, *our_path; in main() local
434 tmp1 = strdup(argv[0]); in main()
435 if (!tmp1) in main()
437 tmp2 = dirname(tmp1); in main()
441 free(tmp1); in main()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dpvclock.h43 u32 tmp1, tmp2; in pvclock_scale_delta() local
62 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in pvclock_scale_delta()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c52 u8 tmp0, tmp1; in cxd2820r_gpio() local
61 tmp1 = 0x00; in cxd2820r_gpio()
71 tmp1 |= (1 << (3 + i)); in cxd2820r_gpio()
73 tmp1 |= (0 << (3 + i)); in cxd2820r_gpio()
77 tmp1 |= (1 << (0 + i)); in cxd2820r_gpio()
79 tmp1 |= (0 << (0 + i)); in cxd2820r_gpio()
81 dev_dbg(&client->dev, "gpio i=%d %02x %02x\n", i, tmp0, tmp1); in cxd2820r_gpio()
84 dev_dbg(&client->dev, "wr gpio=%02x %02x\n", tmp0, tmp1); in cxd2820r_gpio()
92 ret = regmap_update_bits(priv->regmap[0], 0x008e, 0x3f, tmp1); in cxd2820r_gpio()
/openbmc/linux/arch/x86/include/asm/
H A Dpvclock.h47 u32 tmp1, tmp2; in pvclock_scale_delta() local
66 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in pvclock_scale_delta()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1208 function save_and_clear_ib_sts(tmp1, tmp2)
1213 s_getreg_b32 tmp1, hwreg(HW_REG_IB_STS)
1214 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_REPLAY_W64H_MASK
1217 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK
1220 s_andn2_b32 tmp1, tmp1, (SQ_WAVE_IB_STS_REPLAY_W64H_MASK | SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK)
1221 s_setreg_b32 hwreg(HW_REG_IB_STS), tmp1
1224 function restore_ib_sts(tmp1, tmp2)
1226 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK
1228 s_and_b32 tmp1, tmp1, SQ_WAVE_IB_STS_REPLAY_W64H_MASK
1229 s_or_b32 tmp1, tmp1, tmp2
[all …]
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c246 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_i64() local
330 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_i32() local
409 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_r64() local
514 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_alu_r32() local
568 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_branch_r64() local
726 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_branch_r32() local
839 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_load_r64() local
877 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_store_r64() local
947 const s8 *tmp1 = bpf2rv32[TMP_REG_1]; in emit_zext64() local
949 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_zext64()
[all …]
/openbmc/linux/arch/sparc/math-emu/
H A Dsfp-util_64.h45 UDItype tmp1, tmp2, tmp3, tmp4; \
70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Darith.fuc56 push $r4 // tmp1
72 shr b32 $r4 16 // tmp1 = tmp0_hi
81 shr b32 $r4 16 // tmp1 = tmp0_hi
/openbmc/linux/arch/arm/include/asm/
H A Dchecksum.h75 unsigned int tmp1; in ip_fast_csum() local
93 : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (tmp1) in ip_fast_csum()
H A Duaccess-asm.h86 .macro uaccess_entry, tsk, tmp0, tmp1, tmp2, disable
104 .macro uaccess_exit, tsk, tmp0, tmp1

1234567