Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 52) sorted by relevance

123

/qemu/target/tricore/
H A Dtranslate.c215 TCGv temp = tcg_temp_new(); in gen_offset_ld() local
223 TCGv temp = tcg_temp_new(); in gen_offset_st() local
230 TCGv_i64 temp = tcg_temp_new_i64(); in gen_st_2regs_64() local
239 TCGv temp = tcg_temp_new(); in gen_offset_st_2regs() local
246 TCGv_i64 temp = tcg_temp_new_i64(); in gen_ld_2regs_64() local
256 TCGv temp = tcg_temp_new(); in gen_offset_ld_2regs() local
264 TCGv temp = tcg_temp_new(); in gen_st_preincr() local
273 TCGv temp = tcg_temp_new(); in gen_ld_preincr() local
282 TCGv temp = tcg_temp_new(); in gen_ldmst() local
303 TCGv temp = tcg_temp_new(); in gen_swap() local
[all …]
/qemu/target/mips/tcg/
H A Ddsp_helper.c189 uint16_t temp; in mipsdsp_add_u8() local
203 uint32_t temp; in mipsdsp_add_u16() local
218 uint16_t temp; in mipsdsp_sat_add_u8() local
235 uint32_t temp; in mipsdsp_sat_add_u16() local
251 int64_t temp; in mipsdsp_sat32_acc_q31() local
339 int32_t temp; in mipsdsp_mul_i16_i16() local
366 int32_t temp; in mipsdsp_sat16_mul_i16_i16() local
385 int32_t temp; in mipsdsp_mul_q15_q15_overflowflag21() local
427 int32_t temp; in mipsdsp_rshift1_add_q16() local
437 int32_t temp; in mipsdsp_rrshift1_add_q16() local
[all …]
/qemu/target/avr/
H A Dmachine.c56 uint8_t temp; in get_segment() local
67 uint8_t temp = *ramp >> 16; in put_segment() local
/qemu/target/loongarch/tcg/
H A Dvec_helper.c786 uint16_t temp = 0; in HELPER() local
812 uint16_t temp = 0; in HELPER() local
837 uint16_t temp = 0; in HELPER() local
858 uint16_t temp = 0; in HELPER() local
875 uint16_t temp = 0; in HELPER() local
902 uint16_t temp = 0; in HELPER() local
1151 VReg temp = {}; local
1189 VReg temp = {}; in HELPER() local
1273 VReg temp = {}; in HELPER() local
1324 VReg temp = {}; in HELPER() local
[all …]
H A Dtranslate.c239 TCGv temp = NULL; in make_address_x() local
/qemu/migration/
H A Dmultifd-zero-page.c29 ram_addr_t temp; in swap_page_offset() local
H A Dmultifd-nocomp.c220 uint64_t temp = pages->offset[i]; in multifd_ram_fill_packet() local
/qemu/plugins/
H A Dapi-system.c89 g_autofree char *temp = g_strdup_printf("anon%08x", maddr); in qemu_plugin_hwaddr_device_name() local
/qemu/hw/intc/
H A Dxlnx-pmu-iomod-intc.c434 uint32_t temp; in irq_handler() local
/qemu/linux-user/m68k/
H A Dsignal.c99 int temp; in restore_sigcontext() local
237 int temp; in target_rt_restore_ucontext() local
/qemu/target/m68k/
H A Dcpu.c418 CPU_LDoubleU temp; in cpu_get_fp80() local
427 CPU_LDoubleU temp; in cpu_set_fp80() local
/qemu/target/riscv/
H A Dcrypto_helper.c149 uint32_t temp = (RS1 >> 32) & 0xFFFFFFFF; in HELPER() local
/qemu/hw/sensor/
H A Dtmp105.c106 int64_t temp; in tmp105_set_temperature() local
H A Demc141x.c81 int64_t temp; in emc141x_set_temperature() local
H A Dtmp421.c141 int64_t temp; in tmp421_set_temperature() local
/qemu/hw/audio/
H A Dac97.c891 uint32_t temp = r->picb << 1; in write_audio() local
947 int temp = MIN(elapsed, sizeof(s->silence)); in write_bup() local
964 uint32_t temp = r->picb << 1; in read_audio() local
1017 int temp; in transfer_audio() local
H A Dvia-ac97.c176 int temp, to_copy, copied; in out_cb() local
/qemu/crypto/
H A Daes.c1298 u32 temp; in AES_set_encrypt_key() local
1399 u32 temp; in AES_set_decrypt_key() local
/qemu/hw/net/can/
H A Dcan_sja1000.c660 uint64_t temp = 0; in can_sja_mem_read() local
/qemu/hw/riscv/
H A Dboot.c315 hwaddr dram_end, temp; in riscv_compute_fdt_addr() local
/qemu/hw/sh4/
H A Dsh7750.c283 uint16_t temp; in sh7750_mem_writew() local
336 uint16_t temp; in sh7750_mem_writel() local
/qemu/contrib/plugins/
H A Dexeclog.c101 GByteArray *temp = reg->last; in insn_check_regs() local
/qemu/include/system/
H A Dram_addr.h388 unsigned long temp = leul_to_cpu(bitmap[k]); in cpu_physical_memory_set_dirty_lebitmap() local
/qemu/target/i386/emulate/
H A Dx86_flags.c227 target_ulong temp = -(target_ulong)val; in set_CF() local
/qemu/target/i386/tcg/
H A Dfpu_helper.c90 CPU_LDoubleU temp; in do_fldt() local
99 CPU_LDoubleU temp; in do_fstt() local
868 CPU_LDoubleU temp; in helper_fbst_ST0() local
1812 CPU_LDoubleU temp; in helper_fxtract() local
2411 CPU_LDoubleU temp; in helper_fxam_ST0() local

123