OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addrlo
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/i386/
tcg-target.c
1006
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
);
[
all
...]
/external/qemu/tcg/hppa/
tcg-target.c
898
static int tcg_out_tlb_read(TCGContext *s, int r0, int r1, int
addrlo
,
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));
[
all
...]
Completed in 27 milliseconds