Home
last modified time | relevance | path

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

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