Lines Matching refs:tmp1
5577 LiftoffRegister tmp1 =
5583 LoadNullValue(tmp1.gp(), pinned);
5585 obj.type.kind(), obj_reg.gp(), tmp1.gp());
5588 __ LoadMap(tmp1.gp(), obj_reg.gp());
5589 // {tmp1} now holds the object's map.
5593 __ emit_cond_jump(kEqual, &match, rtt.type.kind(), tmp1.gp(), rtt_reg.gp());
5597 // Step 1: load the WasmTypeInfo into {tmp1}.
5600 __ LoadTaggedPointer(tmp1.gp(), tmp1.gp(), no_reg, kTypeInfoOffset, pinned);
5601 // Step 2: load the supertypes list into {tmp1}.
5604 __ LoadTaggedPointer(tmp1.gp(), tmp1.gp(), no_reg, kSuperTypesOffset,
5611 __ LoadFixedArrayLengthAsInt32(list_length, tmp1.gp(), pinned);
5615 // Step 4: load the candidate list slot into {tmp1}, and compare it.
5617 tmp1.gp(), tmp1.gp(), no_reg,
5619 __ emit_cond_jump(kUnequal, no_match, rtt.type.kind(), tmp1.gp(),