OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_srcLo
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
host_ppc_isel.c
523
HReg r_srcHi, HReg
r_srcLo
)
530
vassert(hregClass(
r_srcLo
) == HRcInt32);
538
addInstr(env, PPCInstr_Store( 4, am_addr1,
r_srcLo
, env->mode64 ));
[
all
...]
host_mips_isel.c
337
static HReg mk_LoadRR32toFPR(ISelEnv * env, HReg r_srcHi, HReg
r_srcLo
)
343
vassert(hregClass(
r_srcLo
) == HRcInt32);
350
addInstr(env, MIPSInstr_Store(4, am_addr0,
r_srcLo
, mode64));
[
all
...]
Completed in 24 milliseconds