Searched refs:r_tmp (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread.cc | 410 ModelSafeRoutingInfo r_tmp; in GetModelSafeParamsForTypes() local 412 registrar->GetModelSafeRoutingInfo(&r_tmp); in GetModelSafeParamsForTypes() 422 DCHECK_EQ(1U, r_tmp.count(t)); in GetModelSafeParamsForTypes() 423 (*routes)[t] = r_tmp[t]; in GetModelSafeParamsForTypes() 425 ModelSafeWorkerGroupIs(r_tmp[t])); in GetModelSafeParamsForTypes() 428 ModelSafeWorkerGroupIs(r_tmp[t])); in GetModelSafeParamsForTypes() 432 if (r_tmp[t] == GROUP_PASSIVE) in GetModelSafeParamsForTypes()
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_isel.c | 2143 HReg r_tmp = newVRegI(env); in iselWordExpr_R_wrk() local 2145 addInstr(env, PPCInstr_Alu(Palu_AND, r_tmp, in iselWordExpr_R_wrk() 2148 7/*cr*/, r_tmp, PPCRH_Imm(False,0))); in iselWordExpr_R_wrk() 2903 HReg r_tmp = newVRegI(env); in iselInt64Expr_wrk() local 2911 r_tmp, r_cond, PPCRH_Imm(False,0xFF))); in iselInt64Expr_wrk() 2913 7/*cr*/, r_tmp, PPCRH_Imm(False,0))); in iselInt64Expr_wrk() 3796 HReg r_tmp = newVRegI(env); in iselDblExpr_wrk() local 3797 addInstr(env, PPCInstr_Alu(Palu_AND, r_tmp, in iselDblExpr_wrk() 3801 7/*cr*/, r_tmp, PPCRH_Imm(False,0))); in iselDblExpr_wrk() 4939 HReg r_tmp = newVRegI(env); in iselStmt() local [all …]
|
D | host_mips_isel.c | 1425 HReg r_tmp = newVRegI(env); in iselWordExpr_R_wrk() local 1429 addInstr(env, MIPSInstr_Alu(Malu_AND, r_tmp, r_cond, MIPSRH_Reg(rX))); in iselWordExpr_R_wrk() 1434 addInstr(env, MIPSInstr_Alu(Malu_ADD, r_dst, r_tmp, in iselWordExpr_R_wrk()
|
D | host_ppc_defs.c | 4215 UInt rot_imm, r_tmp; in emit_PPCInstr() local 4223 r_tmp = 0; // Not set in getAllocable, so no need to declare. in emit_PPCInstr() 4226 p = mkFormX(p, 31, r_tmp, 0, 0, 19, 0); in emit_PPCInstr() 4230 p = mkFormM(p, 21, r_tmp, r_dst, rot_imm, 31, 31, 0); in emit_PPCInstr()
|