Searched refs:cpu_src (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 4943 TCGv_ptr cpu_src, cpu_dest; in DISAS_INSN() local 4962 cpu_src = gen_fp_ptr(REG(ext, 7)); in DISAS_INSN() 4964 if (gen_ea_fp(env, s, insn, opsize, cpu_src, in DISAS_INSN() 4968 gen_helper_ftst(tcg_env, cpu_src); in DISAS_INSN() 4985 cpu_src = gen_fp_result_ptr(); in DISAS_INSN() 4986 if (gen_ea_fp(env, s, insn, opsize, cpu_src, in DISAS_INSN() 4994 cpu_src = gen_fp_ptr(REG(ext, 10)); in DISAS_INSN() 4999 gen_fp_move(cpu_dest, cpu_src); in DISAS_INSN() 5002 gen_helper_fsround(tcg_env, cpu_dest, cpu_src); in DISAS_INSN() 5005 gen_helper_fdround(tcg_env, cpu_dest, cpu_src); in DISAS_INSN() [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 122 static const char * const cpu_src[] = { variable 1833 MUX(CK_MPU, "ck_mpu", cpu_src, CLK_OPS_PARENT_ENABLE |
|