Home | History | Annotate | Download | only in priv

Lines Matching refs:rTmp

1470       HReg rTmp = lookupIRTemp(env, e->Iex.RdTmp.tmp);
1471 /* Cmp doesn't modify rTmp; so this is OK. */
1474 addInstr(env, ARM64Instr_Test(rTmp, one));
1493 HReg rTmp = iselIntExpr_R(env, e->Iex.Unop.arg);
1496 addInstr(env, ARM64Instr_Test(rTmp, one));