Lines Matching refs:x5
137 // +Infinity), with the tagged value in x5 and the double value in d5.
138 __ LoadRoot(x5, root_index);
139 __ Ldr(d5, FieldMemOperand(x5, HeapNumber::kValueOffset));
163 __ Push(x5, x4);
167 __ Pop(x4, x5);
174 __ SmiUntagToDouble(d5, x5, kSpeculativeUntag);
175 __ JumpIfSmi(x5, &done_restore);
176 __ Ldr(d5, FieldMemOperand(x5, HeapNumber::kValueOffset));
202 __ Csel(x5, x5, x2, eq);
210 __ Mov(x0, x5);
311 __ AllocateJSValue(x0, x1, x2, x4, x5, &new_object);
463 __ AllocateJSValue(x0, x1, x2, x4, x5, &new_object);
770 __ Ldr(x5, FieldMemOperand(x1, JSGeneratorObject::kReceiverOffset));
771 __ Push(x5);
809 __ Ldr(x5, FieldMemOperand(x1, JSFunction::kCodeEntryOffset));
810 __ Jump(x5);
1153 __ RecordWriteCodeEntryField(x1, x7, x5);
1217 // Push the arguments. x2, x4, x5, x6 will be modified.
1218 Generate_InterpreterPushArgs(masm, x3, x2, x4, x5, x6, &stack_overflow);
1254 // Push the arguments. x5, x4, x6, x7 will be modified.
1255 Generate_InterpreterPushArgs(masm, x0, x4, x5, x6, x7, &stack_overflow);
1293 // Push the arguments. x3, x5, x6, x7 will be modified.
1294 Generate_InterpreterPushArgs(masm, x4, x3, x5, x6, x7, &stack_overflow);
1404 Register temp = x5;
1443 __ RecordWriteCodeEntryField(closure, entry, x5);
1459 __ Mov(x5, closure);
1460 __ RecordWriteContextSlot(native_context, function_list_offset, x5, x13,
1483 __ Ldr(x5, FieldMemOperand(entry, Code::kFlagsOffset));
1484 __ and_(x5, x5, Operand(Code::KindField::kMask));
1485 __ Mov(x5, Operand(x5, LSR, Code::KindField::kShift));
1486 __ Cmp(x5, Operand(Code::BUILTIN));
1491 __ RecordWriteCodeEntryField(closure, entry, x5);
1817 CompatibleReceiverCheck(masm, x2, x3, x4, x5, x6, &receiver_check_failed);
2524 PrepareForTailCall(masm, x0, x3, x4, x5);
2589 __ Mov(x5, 0);
2591 __ Cmp(x5, x0);
2594 __ Poke(x10, Operand(x5, LSL, kPointerSizeLog2));
2596 __ Add(x5, x5, 1);
2630 PrepareForTailCall(masm, x0, x3, x4, x5);
2660 __ CompareObjectType(x1, x4, x5, JS_FUNCTION_TYPE);
2663 __ Cmp(x5, JS_BOUND_FUNCTION_TYPE);
2671 __ Cmp(x5, JS_PROXY_TYPE);
2676 PrepareForTailCall(masm, x0, x3, x4, x5);
2792 __ CompareObjectType(x1, x4, x5, JS_FUNCTION_TYPE);
2802 __ Cmp(x5, JS_BOUND_FUNCTION_TYPE);
2807 __ Cmp(x5, JS_PROXY_TYPE);