Home | History | Annotate | Download | only in ia32

Lines Matching defs:temp2

2864                                Register temp2) {
2866 ASSERT(!input.is(temp2));
2867 ASSERT(!temp.is(temp2));
2888 __ movzx_b(temp2, FieldOperand(temp, Map::kInstanceTypeOffset));
2889 __ sub(Operand(temp2), Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2890 __ cmp(Operand(temp2), Immediate(LAST_NONCALLABLE_SPEC_OBJECT_TYPE -
2899 __ CmpObjectType(temp, JS_FUNCTION_TYPE, temp2);
2925 Register temp2 = ToRegister(instr->temp2());
2930 class_name, input, temp, temp2);
4194 Register temp2 = ToRegister(instr->temp2());
4196 MathExpGenerator::EmitMathExp(masm(), input, result, temp0, temp1, temp2);