OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPSAMode_IR
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_mips_isel.c
279
am_addr =
MIPSAMode_IR
(0, StackPointer(mode64));
293
am_addr =
MIPSAMode_IR
(0, StackPointer(mode64));
346
am_addr0 =
MIPSAMode_IR
(0, StackPointer(mode64));
347
am_addr1 =
MIPSAMode_IR
(8, StackPointer(mode64));
429
addInstr(env, MIPSInstr_Store(4,
MIPSAMode_IR
(0, StackPointer(mode64)),
526
MIPSAMode_IR
(0, StackPointer(mode64)), mode64));
587
return
MIPSAMode_IR
((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
602
return
MIPSAMode_IR
(0, iselWordExpr_R(env, e));
[
all
...]
host_mips_defs.h
201
extern MIPSAMode *
MIPSAMode_IR
(Int, HReg);
host_mips_defs.c
821
MIPSAMode *
MIPSAMode_IR
(Int idx, HReg base)
846
ret =
MIPSAMode_IR
(am->Mam.IR.index, am->Mam.IR.base);
863
ret =
MIPSAMode_IR
(am->Mam.IR.index + 8, am->Mam.IR.base);
880
ret =
MIPSAMode_IR
(am->Mam.IR.index + 4, am->Mam.IR.base);
[
all
...]
Completed in 84 milliseconds