Lines Matching defs:temp
123 Register temp = t6;
124 __ LoadEntryFromBuiltin(builtin, temp);
125 __ Call(temp);
131 Register temp = t6;
132 __ LoadEntryFromBuiltin(builtin, temp);
133 __ Jump(temp);
174 Register temp = temps.AcquireScratch();
175 __ Ld(temp, operand);
176 __ Branch(target, AsMasmCondition(cc), value, Operand(temp));
181 Register temp = temps.AcquireScratch();
182 __ li(temp, Operand(smi));
183 __ SmiUntag(temp);
184 __ Branch(target, AsMasmCondition(cc), value, Operand(temp));