Searched refs:addrlo (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
H A Dtcg-target.c1006 const int addrlo = args[addrlo_idx]; local
1017 tcg_out_mov(s, type, r1, addrlo);
1018 tcg_out_mov(s, type, r0, addrlo);
1035 tcg_out_mov(s, type, r0, addrlo);
1182 /* The first argument is already loaded with addrlo. */
/external/qemu/tcg/hppa/
H A Dtcg-target.c898 static int tcg_out_tlb_read(TCGContext *s, int r0, int r1, int addrlo, argument
912 tcg_out_extr(s, r1, addrlo, TARGET_PAGE_BITS, CPU_TLB_BITS, 0);
939 tcg_out_andi(s, r0, addrlo, TARGET_PAGE_MASK | ((1 << s_bits) - 1));

Completed in 53 milliseconds