Searched refs:TCG_REG_R0 (Results 1 – 8 of 8) sorted by relevance
/external/qemu/tcg/arm/ |
D | tcg-target.c | 101 TCG_REG_R0, 110 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3 113 TCG_REG_R0, TCG_REG_R1 177 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R0); in target_parse_constraint() 198 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R0); in target_parse_constraint() 208 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R0); in target_parse_constraint() 996 TCG_REG_R0, TCG_REG_R8, CPU_TLB_SIZE - 1); in tcg_out_qemu_ld() 997 tcg_out_dat_reg(s, COND_AL, ARITH_ADD, TCG_REG_R0, TCG_AREG0, in tcg_out_qemu_ld() 998 TCG_REG_R0, SHIFT_IMM_LSL(CPU_TLB_ENTRY_BITS)); in tcg_out_qemu_ld() 1007 tcg_out_dat_imm(s, COND_AL, ARITH_ADD, TCG_REG_R0, TCG_REG_R0, in tcg_out_qemu_ld() [all …]
|
D | tcg-target.h | 32 TCG_REG_R0 = 0, enumerator
|
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 40 #define TCG_GUEST_BASE_REG TCG_REG_R0 347 | INSN_R2(TCG_REG_R0)); in tcg_out_mov() 356 | INSN_R2(TCG_REG_R0) | INSN_IM14(arg)); in tcg_out_movi() 379 if (addr == TCG_REG_R0) { in tcg_out_ldst() 441 tcg_out_arith(s, TCG_REG_R0, TCG_REG_R0, TCG_REG_R0, INSN_OR); in tcg_out_nop() 569 tcg_out_vshd(s, ret, TCG_REG_R0, arg, creg); in tcg_out_shr() 823 tcg_out_comclr(s, tcg_invert_cond(cond), TCG_REG_R0, al, bl, blconst); in tcg_out_brcond2() 829 tcg_out_comclr(s, TCG_COND_NE, TCG_REG_R0, ah, bh, bhconst); in tcg_out_brcond2() 859 tcg_out_comclr(s, TCG_COND_EQ, TCG_REG_R0, ah, bh, bhconst); in tcg_out_setcond2() 865 tcg_out_comclr(s, TCG_COND_EQ, TCG_REG_R0, ah, bh, bhconst); in tcg_out_setcond2() [all …]
|
D | tcg-target.h | 38 TCG_REG_R0 = 0, enumerator
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.h | 31 TCG_REG_R0 = 0, enumerator
|
D | tcg-target.c | 1674 (1 << TCG_REG_R0) | in tcg_target_init() 1691 tcg_regset_set_reg (s->reserved_regs, TCG_REG_R0); in tcg_target_init()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.h | 31 TCG_REG_R0 = 0, enumerator
|
D | tcg-target.c | 1895 (1 << TCG_REG_R0) | in tcg_target_init() 1912 tcg_regset_set_reg(s->reserved_regs, TCG_REG_R0); in tcg_target_init()
|