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

  /external/qemu/tcg/sparc/
tcg-target.c 281 static inline void tcg_out_arithi(TCGContext *s, int rd, int rs1, function
300 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR);
310 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR);
320 tcg_out_arithi(s, TCG_REG_I4, TCG_REG_I4, 32, SHIFT_SLLX);
328 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR);
407 tcg_out_arithi(s, reg, reg, val, ARITH_ADD);
419 tcg_out_arithi(s, reg, reg, val, ARITH_AND);
581 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS,
584 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
636 tcg_out_arithi(s, data_reg, arg0, (int)sizeof(tcg_target_long) * 8 - 8
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 293 static inline void tcg_out_arithi(TCGContext *s, int t, int r1, function
302 tcg_out_arithi(s, reg, reg, val, ARITH_ADD);
404 tcg_out_arithi(s, r0, r0, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
407 tcg_out_arithi(s, r1, r1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS,
411 tcg_out_arithi(s, r1, r1,
480 tcg_out_arithi(s, TCG_REG_R20, r1,
577 tcg_out_arithi(s, r0, r0, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
580 tcg_out_arithi(s, r1, r1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS,
584 tcg_out_arithi(s, r1, r1,
672 tcg_out_arithi(s, TCG_REG_R20, r1
    [all...]

Completed in 22 milliseconds