OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addrhi_reg
(Results
1 - 1
of
1
) sorted by null
/external/qemu/tcg/hppa/
tcg-target.c
1028
/* Note that
addrhi_reg
is only used for 64-bit guests. */
1029
int
addrhi_reg
= (TARGET_LONG_BITS == 64 ? *args++ : TCG_REG_R0);
local
1144
int
addrhi_reg
= (TARGET_LONG_BITS == 64 ? *args++ : TCG_REG_R0);
local
[
all
...]
Completed in 680 milliseconds