Searched refs:TCG_REG_R0 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1084 TCGReg t0 = dst == src ? TCG_REG_R0 : dst; 1588 rs = TCG_REG_R0; 1859 arg2 = TCG_REG_R0; 1920 tcg_out32(s, XOR | SAB(arg1, TCG_REG_R0, TCG_REG_R0)); 1925 return TCG_REG_R0; 2223 tcg_out32(s, OR | SAB(TCG_REG_R0, TCG_REG_R0, TCG_REG_TMP1) | 1); 2553 t = TCG_REG_R0; 2565 tcg_out_rld(s, RLDICL, TCG_REG_R0, TCG_REG_R0, s->page_bits, 0); 2660 tcg_out32(s, LWBRX | TAB(TCG_REG_R0, h.base, TCG_REG_R0)); 3459 a0 = TCG_REG_R0; [all …]
|
H A D | tcg-target.h | 36 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3, enumerator
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.h | 127 TCG_REG_R0 = 0, enumerator
|
H A D | tcg-target.c.inc | 198 TCG_REG_R0, 208 return TCG_REG_R0 + slot; 943 MAKE_64BIT_MASK(TCG_REG_R0, 128 / TCG_TARGET_REG_BITS);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.h | 37 TCG_REG_R0 = 0, enumerator
|
H A D | tcg-target.c.inc | 57 TCG_REG_R0, 80 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3 87 return TCG_REG_R0 + slot; 1456 tcg_out_dat_reg(s, COND_AL, ARITH_AND, TCG_REG_R0, TCG_REG_R0, addrlo, 1467 TCG_REG_R1, TCG_REG_R0); 1470 TCG_REG_R1, TCG_REG_R0); 1500 t_addr = TCG_REG_R0; 1748 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R0, arg); 1778 tcg_out_ld32_12(s, COND_AL, TCG_REG_PC, TCG_REG_R0, l); 2294 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R0); [all …]
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.h | 34 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3, enumerator
|
H A D | tcg-target.c.inc | 44 rather than TCG_REG_R0. */ 350 TCG_REG_R0, 1257 tcg_out_insn(s, RRFa, NRK, TCG_REG_R0, r1, c2); 1259 tcg_out_insn(s, RRFa, NGRK, TCG_REG_R0, r1, c2); 1276 tgen_andi_risbg(s, TCG_REG_R0, r1, c2); 1504 tcg_out_insn(s, RRE, FLOGR, TCG_REG_R0, a1); 1507 tcg_out_mov(s, TCG_TYPE_I64, dest, TCG_REG_R0); 1889 tgen_andi_risbg(s, TCG_REG_R0, addr_reg, tlb_mask); 1892 tgen_andi(s, addr_type, TCG_REG_R0, tlb_mask); 3485 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R0); [all …]
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 423 regs[TCG_REG_R0] = (uint32_t)stack[0]; in tcg_qemu_tb_exec() 425 regs[TCG_REG_R0] = *(uint32_t *)stack; in tcg_qemu_tb_exec() 433 memcpy(®s[TCG_REG_R0], stack, 8); in tcg_qemu_tb_exec() 436 memcpy(®s[TCG_REG_R0], stack, 16); in tcg_qemu_tb_exec()
|