Searched refs:TCG_REG_R2 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.h | 129 TCG_REG_R2, enumerator
|
H A D | tcg-target.c.inc | 196 TCG_REG_R2,
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.h | 39 TCG_REG_R2, enumerator
|
H A D | tcg-target.c.inc | 59 TCG_REG_R2, 80 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3 1466 tcg_out_ld32_rwb(s, COND_AL, TCG_REG_R2, 1469 tcg_out_ldrd_rwb(s, COND_AL, TCG_REG_R2, 1476 tcg_out_ld32_12(s, COND_AL, TCG_REG_R2, TCG_REG_R1, cmp_off); 1478 tcg_out_ldrd_8(s, COND_AL, TCG_REG_R2, TCG_REG_R1, cmp_off); 1509 TCG_REG_R2, TCG_REG_TMP, 0); 1518 0, TCG_REG_R2, TCG_REG_TMP, 2296 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R2);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.h | 36 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3, enumerator
|
H A D | tcg-target.c.inc | 76 # define TCG_REG_TMP1 TCG_REG_R2 148 TCG_REG_R2, 2304 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R2, TCG_REG_TMP1, ofs + SZP); 4296 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R2); 4333 tcg_regset_set_reg(s->reserved_regs, TCG_REG_R2); /* toc pointer */
|
/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 | 356 TCG_REG_R2, 386 TCG_REG_R2, 397 return TCG_REG_R2; 2064 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R2, a0); 3487 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R2); 3560 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R2, 0);
|