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);
803 __ Ldr(x5, FieldMemOperand(x1, JSGeneratorObject::kReceiverOffset));
804 __ Push(x5);
843 __ Ldr(x5, FieldMemOperand(x1, JSFunction::kCodeEntryOffset));
844 __ Jump(x5);
1148 __ RecordWriteCodeEntryField(x1, x7, x5);
1212 // Push the arguments. x2, x4, x5, x6 will be modified.
1213 Generate_InterpreterPushArgs(masm, x3, x2, x4, x5, x6, &stack_overflow);
1251 // Push the arguments. x5, x4, x6, x7 will be modified.
1252 Generate_InterpreterPushArgs(masm, x0, x4, x5, x6, x7, &stack_overflow);
1294 // Push the arguments. x3, x5, x6, x7 will be modified.
1295 Generate_InterpreterPushArgs(masm, x4, x3, x5, x6, x7, &stack_overflow);
1410 Register temp = x5;
1432 __ RecordWriteCodeEntryField(closure, entry, x5);
1448 __ Mov(x5, closure);
1449 __ RecordWriteContextSlot(native_context, function_list_offset, x5, x13,
1478 __ RecordWriteCodeEntryField(closure, entry, x5);
1799 CompatibleReceiverCheck(masm, x2, x3, x4, x5, x6, &receiver_check_failed);
2610 PrepareForTailCall(masm, x0, x3, x4, x5);
2675 __ Mov(x5, 0);
2677 __ Cmp(x5, x0);
2680 __ Poke(x10, Operand(x5, LSL, kPointerSizeLog2));
2682 __ Add(x5, x5, 1);
2716 PrepareForTailCall(masm, x0, x3, x4, x5);
2746 __ CompareObjectType(x1, x4, x5, JS_FUNCTION_TYPE);
2749 __ Cmp(x5, JS_BOUND_FUNCTION_TYPE);
2757 __ Cmp(x5, JS_PROXY_TYPE);
2762 PrepareForTailCall(masm, x0, x3, x4, x5);
2803 Register spread_map = x5;
2805 Register spread_len = x5;
3027 __ CompareObjectType(x1, x4, x5, JS_FUNCTION_TYPE);
3037 __ Cmp(x5, JS_BOUND_FUNCTION_TYPE);
3042 __ Cmp(x5, JS_PROXY_TYPE);