HomeSort by relevance Sort by last modified time
    Searched refs:TCG_REG_R1 (Results 1 - 8 of 8) sorted by null

  /external/qemu/tcg/ppc64/
tcg-target.h 32 TCG_REG_R1,
66 #define TCG_REG_CALL_STACK TCG_REG_R1
tcg-target.c     [all...]
  /external/qemu/tcg/ppc/
tcg-target.h 32 TCG_REG_R1,
66 #define TCG_REG_CALL_STACK TCG_REG_R1
tcg-target.c     [all...]
  /external/qemu/tcg/arm/
tcg-target.c 102 TCG_REG_R1,
110 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3
113 TCG_REG_R0, TCG_REG_R1
178 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R1);
187 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R1);
199 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R1);
209 tcg_regset_reset_reg(ct->u.regs, TCG_REG_R1);
1010 tcg_out_ld32_12(s, COND_AL, TCG_REG_R1, TCG_REG_R0,
1012 tcg_out_dat_reg(s, COND_AL, ARITH_CMP, 0, TCG_REG_R1,
1021 tcg_out_ld32_12(s, COND_EQ, TCG_REG_R1, TCG_REG_R0
    [all...]
tcg-target.h 33 TCG_REG_R1,
  /external/qemu/tcg/hppa/
tcg-target.h 39 TCG_REG_R1,
tcg-target.c 380 op = INSN_LDIL | INSN_R2(TCG_REG_R1);
386 addr = TCG_REG_R1;
923 tcg_out_addi2(s, TCG_REG_R1, r1, ret);
924 r1 = TCG_REG_R1;
    [all...]

Completed in 71 milliseconds