Lines Matching refs:Mov
90 Mov(rd, 0); in LogicalMacro()
94 Mov(rd, rn); in LogicalMacro()
106 Mov(rd, rn); in LogicalMacro()
109 Mov(rd, immediate); in LogicalMacro()
134 Mov(csp, temp); in LogicalMacro()
161 void MacroAssembler::Mov(const Register& rd, uint64_t imm) { in Mov() function in v8::internal::MacroAssembler
240 void MacroAssembler::Mov(const Register& rd, in Mov() function in v8::internal::MacroAssembler
256 Mov(dst, operand.ImmediateValue()); in Mov()
305 Mov(rd, ~operand.ImmediateValue()); in Mvn()
372 Mov(temp, operand); in ConditionalCompareMacro()
399 Mov(temp, imm); in Csel()
409 Mov(temp, operand); in Csel()
468 Mov(dst, imm); in MoveImmediateForShiftedOp()
502 Mov(temp, operand); in AddSubMacro()
528 Mov(temp, operand); in AddSubWithCarryMacro()
577 Mov(temp, addr.offset()); in LoadStoreMacro()
1041 __ Mov(temp, count / 2); in PushMultipleTimes() local
1445 Mov(result, Operand(cell)); in LoadHeapObject()
1448 Mov(result, Operand(object)); in LoadHeapObject()
1507 Mov(current_object, object); in CheckEnumCache()
1563 Mov(scratch2, new_space_allocation_top); in TestJSArrayForAllocationMemento()
1705 Mov(x0, num_arguments); in CallRuntime()
1706 Mov(x1, ExternalReference(f, isolate())); in CallRuntime()
1715 Mov(x0, num_arguments); in CallExternalReference()
1716 Mov(x1, ext); in CallExternalReference()
1724 Mov(x1, builtin); in JumpToExternalReference()
1751 Mov(x0, function->nargs); in TailCallRuntime()
1767 Mov(scratch2, String::kEmptyHashField); in InitializeNewString()
1801 Mov(temp, function); in CallCFunction()
1881 Mov(temp, Operand(target, rmode)); in Jump()
2351 Mov(x0, actual.immediate()); in InvokePrologue()
2366 Mov(x2, expected.immediate()); in InvokePrologue()
2373 Mov(x0, actual_op); in InvokePrologue()
2407 Mov(x4, Operand(step_in_enabled)); in FloodFunctionIfStepping()
2592 Mov(jssp, csp); in TruncateDoubleToI()
2611 Mov(csp, jssp); in TruncateDoubleToI()
2651 __ Mov(temp, Smi::FromInt(StackFrame::STUB)); in StubPrologue() local
2691 Mov(type_reg, Smi::FromInt(type)); in EnterFrame()
2692 Mov(code_reg, Operand(CodeObject())); in EnterFrame()
2709 Mov(jssp, fp); in LeaveFrame()
2742 Mov(scratch, Operand(CodeObject())); in EnterExitFrame()
2744 Mov(fp, StackPointer()); in EnterExitFrame()
2758 Mov(scratch, Operand(ExternalReference(Isolate::kCEntryFPAddress, in EnterExitFrame()
2761 Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress, in EnterExitFrame()
2817 Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress, in LeaveExitFrame()
2824 Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress, in LeaveExitFrame()
2829 Mov(scratch, Operand(ExternalReference(Isolate::kCEntryFPAddress, in LeaveExitFrame()
2837 Mov(jssp, fp); in LeaveExitFrame()
2847 Mov(scratch1, value); in SetCounter()
2848 Mov(scratch2, ExternalReference(counter)); in SetCounter()
2858 Mov(scratch2, ExternalReference(counter)); in IncrementCounter()
2883 Mov(dst, cp); in LoadContext()
2889 Mov(x0, 0); in DebugBreak()
2890 Mov(x1, ExternalReference(Runtime::kHandleDebuggerStatement, isolate())); in DebugBreak()
2907 Mov(x11, ExternalReference(Isolate::kHandlerAddress, isolate())); in PushStackHandler()
2919 Mov(x11, ExternalReference(Isolate::kHandlerAddress, isolate())); in PopStackHandler()
2936 Mov(result, (kDebugZapValue & ~0xffL) | 0x11L); in Allocate()
2937 Mov(scratch1, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
2938 Mov(scratch2, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
2970 Mov(top_address, Operand(heap_allocation_top)); in Allocate()
3010 Mov(result, (kDebugZapValue & ~0xffL) | 0x11L); in Allocate()
3011 Mov(scratch, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
3012 Mov(result_end, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
3040 Mov(top_address, heap_allocation_top); in Allocate()
3401 Mov(scratch, Operand(cell)); in CmpWeakValue()
3408 Mov(value, Operand(cell)); in GetWeakValue()
3756 Mov(scratch, Operand(key, LSL, 11)); in GetNumberHash()
3792 Mov(scratch2, scratch0); in LoadFromNumberDictionary()
3845 Mov(scratch2, ExternalReference::store_buffer_top(isolate())); in RememberedSetHelper()
4008 Mov(value, Operand(bit_cast<int64_t>(kZapValue + 4))); in RecordWriteField()
4009 Mov(scratch, Operand(bit_cast<int64_t>(kZapValue + 8))); in RecordWriteField()
4080 Mov(dst, Operand(bit_cast<int64_t>(kZapValue + 12))); in RecordWriteForMap()
4081 Mov(map, Operand(bit_cast<int64_t>(kZapValue + 16))); in RecordWriteForMap()
4153 Mov(address, Operand(bit_cast<int64_t>(kZapValue + 12))); in RecordWrite()
4154 Mov(value, Operand(bit_cast<int64_t>(kZapValue + 16))); in RecordWrite()
4258 Mov(current, object); in JumpIfDictionaryInPrototypeChain()
4394 Mov(jssp, old_stack_pointer); in Abort()
4405 Mov(x0, Smi::FromInt(reason)); in Abort()
4561 Mov(new_arg, old_arg); in PrintfNoPreserve()
4577 Mov(Register(pcs[i]), Register(args[i]), kDiscardForSameWReg); in PrintfNoPreserve()
4807 Mov(result, mag.multiplier); in TruncatingDiv()