Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_isel.c1634 hregMIPS_GPR0(mode64), MIPScc_NE)); in iselWordExpr_R_wrk()
1643 hregMIPS_GPR0(mode64), MIPScc_NE)); in iselWordExpr_R_wrk()
1651 addInstr(env, MIPSInstr_Alu(Malu_SUB, r_dst, hregMIPS_GPR0(mode64), in iselWordExpr_R_wrk()
1671 hregMIPS_GPR0(mode64), in iselWordExpr_R_wrk()
1700 hregMIPS_GPR0(mode64), MIPScc_NE)); in iselWordExpr_R_wrk()
1710 addInstr(env, MIPSInstr_Alu(Malu_DSUB, tmp2, hregMIPS_GPR0(mode64), in iselWordExpr_R_wrk()
2850 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, hregMIPS_GPR0(mode64), in iselInt64Expr_wrk()
2851 MIPSRH_Reg(hregMIPS_GPR0(mode64)))); in iselInt64Expr_wrk()
2863 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, hregMIPS_GPR0(mode64), in iselInt64Expr_wrk()
2864 MIPSRH_Reg(hregMIPS_GPR0(mode64)))); in iselInt64Expr_wrk()
[all …]
Dhost_mips_defs.h100 ST_IN HReg hregMIPS_GPR0 ( Bool mode64 ) { return GPR(mode64, 0, 22, 30); } in hregMIPS_GPR0() function
Dhost_mips_defs.c108 ru->regs[ru->size++] = hregMIPS_GPR0(mode64); in getRRegUniverse_MIPS()