Home | History | Annotate | Download | only in mips

Lines Matching defs:temp2

1720                                  Register temp2,
1725 __ LoadRoot(temp2, Heap::kNullValueRootIndex);
1726 __ Branch(is_object, eq, input, Operand(temp2));
1731 __ lbu(temp2, FieldMemOperand(temp1, Map::kBitFieldOffset));
1732 __ And(temp2, temp2, Operand(1 << Map::kIsUndetectable));
1733 __ Branch(is_not_object, ne, temp2, Operand(zero_reg));
1736 __ lbu(temp2, FieldMemOperand(temp1, Map::kInstanceTypeOffset));
1738 lt, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1747 Register temp2 = scratch0();
1755 EmitIsObject(reg, temp1, temp2, false_label, true_label);
1757 EmitBranch(true_block, false_block, true_cond, temp2,
1922 Register temp2) {
1924 ASSERT(!input.is(temp2));
1925 ASSERT(!temp.is(temp2));
1939 __ GetObjectType(input, temp, temp2);
1940 __ Branch(is_false, lt, temp2, Operand(FIRST_SPEC_OBJECT_TYPE));
1941 __ Branch(is_true, eq, temp2, Operand(FIRST_SPEC_OBJECT_TYPE));
1942 __ Branch(is_true, eq, temp2, Operand(LAST_SPEC_OBJECT_TYPE));
1946 __ GetObjectType(input, temp, temp2);
1947 __ Subu(temp2, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1948 __ Branch(is_false, gt, temp2, Operand(LAST_NONCALLABLE_SPEC_OBJECT_TYPE -
1957 __ GetObjectType(temp, temp2, temp2);
1959 __ Branch(is_true, ne, temp2, Operand(JS_FUNCTION_TYPE));
1961 __ Branch(is_false, ne, temp2, Operand(JS_FUNCTION_TYPE));
1984 Register temp2 = ToRegister(instr->TempAt(0));
1993 EmitClassOfTest(true_label, false_label, class_name, input, temp, temp2);
3898 Register temp2 = ToRegister(instr->TempAt(1));
3903 __ AllocateHeapNumber(reg, temp1, temp2, scratch, deferred->entry());
4301 Register temp2 = ToRegister(instr->TempAt(1));
4311 DoCheckMapCommon(temp1, temp2,
4321 DoCheckMapCommon(temp1, temp2,
4838 void LCodeGen::EmitIsConstructCall(Register temp1, Register temp2) {
4839 ASSERT(!temp1.is(temp2));
4845 __ lw(temp2, MemOperand(temp1, StandardFrameConstants::kContextOffset));
4846 __ Branch(&check_frame_marker, ne, temp2,