Home
last modified time | relevance | path

Searched refs:tcg_out_andi (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/hppa/
Dtcg-target.c506 static void tcg_out_andi(TCGContext *s, int ret, int arg, tcg_target_ulong m) in tcg_out_andi() function
939 tcg_out_andi(s, r0, addrlo, TARGET_PAGE_MASK | ((1 << s_bits) - 1)); in tcg_out_tlb_read()
1061 tcg_out_andi(s, datalo_reg, TCG_REG_RET0, 0xff); in tcg_out_qemu_ld()
1067 tcg_out_andi(s, datalo_reg, TCG_REG_RET0, 0xffff); in tcg_out_qemu_ld()
1177 tcg_out_andi(s, argreg--, datalo_reg, 0xff); in tcg_out_qemu_st()
1181 tcg_out_andi(s, argreg--, datalo_reg, 0xffff); in tcg_out_qemu_st()
1344 tcg_out_andi(s, args[0], args[1], args[2]); in tcg_out_op()
1364 tcg_out_andi(s, args[0], args[1], ~args[2]); in tcg_out_op()
/external/qemu/tcg/sparc/
Dtcg-target.c439 static inline void tcg_out_andi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_andi() function
774 tcg_out_andi(s, arg1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS); in tcg_out_qemu_ld()
986 tcg_out_andi(s, arg1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS); in tcg_out_qemu_st()