Home
last modified time | relevance | path

Searched refs:nextMIPSAModeFloat (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h191 extern MIPSAMode *nextMIPSAModeFloat(MIPSAMode *);
Dhost_mips_isel.c2785 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr), in iselInt64Expr_wrk()
2789 addInstr(env, MIPSInstr_Load(4, tLo, nextMIPSAModeFloat(am_addr), in iselInt64Expr_wrk()
2938 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr), in iselInt64Expr_wrk()
2942 addInstr(env, MIPSInstr_Load(4, tLo, nextMIPSAModeFloat(am_addr), in iselInt64Expr_wrk()
Dhost_mips_defs.c491 MIPSAMode *nextMIPSAModeFloat(MIPSAMode * am) in nextMIPSAModeFloat() function