Home
last modified time | relevance | path

Searched refs:cpu_gprh (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc29 tcg_gen_mov_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)]);
67 tcg_op(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)], \
221 tcg_gen_mov_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)]);
317 tcg_gen_mov_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)]);
370 tcg_gen_mov_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)]);
373 tcg_gen_mov_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rB(ctx->opcode)]);
991 tcg_gen_andi_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)],
1002 tcg_gen_ori_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)],
1013 tcg_gen_xori_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)],
1125 tcg_gen_andi_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)],
[all …]
/openbmc/qemu/target/riscv/
H A Dtranslate.c41 static TCGv cpu_gpr[32], cpu_gprh[32], cpu_pc, cpu_vl, cpu_vstart; variable
361 return cpu_gprh[reg_num]; in get_gprh()
377 return cpu_gprh[reg_num]; in dest_gprh()
396 tcg_gen_sari_tl(cpu_gprh[reg_num], cpu_gpr[reg_num], 63); in gen_set_gpr()
417 tcg_gen_movi_tl(cpu_gprh[reg_num], -(imm < 0)); in gen_set_gpri()
427 tcg_gen_mov_tl(cpu_gprh[reg_num], rh); in gen_set_gpr128()
1306 cpu_gprh[0] = NULL; in riscv_translate_init()
1311 cpu_gprh[i] = tcg_global_mem_new(tcg_env, in riscv_translate_init()
/openbmc/qemu/target/ppc/
H A Dtranslate.c65 static TCGv cpu_gprh[32]; variable
108 cpu_gprh[i] = tcg_global_mem_new(tcg_env, in ppc_translate_init()