Searched refs:r_tmp (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_isel.c | 5560 HReg r_tmp = newVRegI(env); in iselStmt() local 5567 addInstr(env, PPCInstr_MfCR( r_tmp )); in iselStmt() 5572 r_tmp, r_tmp, in iselStmt() 5580 r_res, r_tmp, in iselStmt()
|
D | host_ppc_defs.c | 4404 UInt rot_imm, r_tmp; in emit_PPCInstr() local 4412 r_tmp = 0; // Not set in getAllocable, so no need to declare. in emit_PPCInstr() 4415 p = mkFormX(p, 31, r_tmp, 0, 0, 19, 0); in emit_PPCInstr() 4419 p = mkFormM(p, 21, r_tmp, r_dst, rot_imm, 31, 31, 0); in emit_PPCInstr()
|