• Home
  • Raw
  • Download

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()
1022 __ Mov(temp, count / 2); in PushMultipleTimes() local
1423 Mov(result, Operand(cell)); in LoadHeapObject()
1426 Mov(result, Operand(object)); in LoadHeapObject()
1472 Mov(current_object, object); in CheckEnumCache()
1528 Mov(scratch2, new_space_allocation_top); in TestJSArrayForAllocationMemento()
1590 Mov(scratch1, Operand(ExternalReference(Isolate::kHandlerAddress, in Throw()
1632 Mov(scratch1, Operand(ExternalReference(Isolate::kHandlerAddress, in ThrowUncatchable()
1743 Mov(x0, num_arguments); in CallRuntime()
1744 Mov(x1, ExternalReference(f, isolate())); in CallRuntime()
1778 Mov(x10, ExternalReference::is_profiling_address(isolate())); in CallApiFunctionAndReturn()
1781 Mov(x3, thunk_ref); in CallApiFunctionAndReturn()
1785 Mov(x3, function_address); in CallApiFunctionAndReturn()
1804 Mov(handle_scope_base, next_address); in CallApiFunctionAndReturn()
1814 Mov(x0, ExternalReference::isolate_address(isolate())); in CallApiFunctionAndReturn()
1828 Mov(x0, ExternalReference::isolate_address(isolate())); in CallApiFunctionAndReturn()
1864 Mov(x5, ExternalReference::scheduled_exception_address(isolate())); in CallApiFunctionAndReturn()
1892 Mov(saved_result, x0); in CallApiFunctionAndReturn()
1893 Mov(x0, ExternalReference::isolate_address(isolate())); in CallApiFunctionAndReturn()
1896 Mov(x0, saved_result); in CallApiFunctionAndReturn()
1903 Mov(x0, num_arguments); in CallExternalReference()
1904 Mov(x1, ext); in CallExternalReference()
1912 Mov(x1, builtin); in JumpToExternalReference()
1966 Mov(x0, num_arguments); in TailCallExternalReference()
1990 Mov(scratch2, String::kEmptyHashField); in InitializeNewString()
2024 Mov(temp, function); in CallCFunction()
2100 Mov(temp, Operand(target, rmode)); in Jump()
2454 Mov(remaining, count / 2); in CopyFieldsLoopPairsHelper()
2795 Mov(x0, actual.immediate()); in InvokePrologue()
2806 Mov(x2, expected.immediate()); in InvokePrologue()
2817 Mov(x0, actual_op); in InvokePrologue()
2824 Mov(x3, Operand(code_constant)); in InvokePrologue()
2989 Mov(jssp, csp); in TruncateDoubleToI()
3008 Mov(csp, jssp); in TruncateDoubleToI()
3049 __ Mov(temp, Smi::FromInt(StackFrame::STUB)); in StubPrologue() local
3074 Mov(type_reg, Smi::FromInt(type)); in EnterFrame()
3075 Mov(code_reg, Operand(CodeObject())); in EnterFrame()
3092 Mov(jssp, fp); in LeaveFrame()
3125 Mov(scratch, Operand(CodeObject())); in EnterExitFrame()
3127 Mov(fp, StackPointer()); in EnterExitFrame()
3141 Mov(scratch, Operand(ExternalReference(Isolate::kCEntryFPAddress, in EnterExitFrame()
3144 Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress, in EnterExitFrame()
3200 Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress, in LeaveExitFrame()
3207 Mov(scratch, Operand(ExternalReference(Isolate::kContextAddress, in LeaveExitFrame()
3212 Mov(scratch, Operand(ExternalReference(Isolate::kCEntryFPAddress, in LeaveExitFrame()
3220 Mov(jssp, fp); in LeaveExitFrame()
3230 Mov(scratch1, value); in SetCounter()
3231 Mov(scratch2, ExternalReference(counter)); in SetCounter()
3241 Mov(scratch2, ExternalReference(counter)); in IncrementCounter()
3266 Mov(dst, cp); in LoadContext()
3272 Mov(x0, 0); in DebugBreak()
3273 Mov(x1, ExternalReference(Runtime::kDebugBreak, isolate())); in DebugBreak()
3299 Mov(x10, Operand(CodeObject())); in PushTryHandler()
3300 Mov(x11, state); in PushTryHandler()
3311 Mov(x11, ExternalReference(Isolate::kHandlerAddress, isolate())); in PushTryHandler()
3322 Mov(x11, ExternalReference(Isolate::kHandlerAddress, isolate())); in PopTryHandler()
3339 Mov(result, (kDebugZapValue & ~0xffL) | 0x11L); in Allocate()
3340 Mov(scratch1, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
3341 Mov(scratch2, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
3372 Mov(top_address, Operand(heap_allocation_top)); in Allocate()
3415 Mov(result, (kDebugZapValue & ~0xffL) | 0x11L); in Allocate()
3416 Mov(scratch1, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
3417 Mov(scratch2, (kDebugZapValue & ~0xffL) | 0x21L); in Allocate()
3443 Mov(top_address, heap_allocation_top); in Allocate()
3495 Mov(scratch, new_space_allocation_top); in UndoAllocationInNewSpace()
3501 Mov(scratch, new_space_allocation_top); in UndoAllocationInNewSpace()
4152 Mov(scratch, Operand(key, LSL, 11)); in GetNumberHash()
4187 Mov(scratch2, scratch0); in LoadFromNumberDictionary()
4239 Mov(scratch2, ExternalReference::store_buffer_top(isolate())); in RememberedSetHelper()
4398 Mov(value, Operand(bit_cast<int64_t>(kZapValue + 4))); in RecordWriteField()
4399 Mov(scratch, Operand(bit_cast<int64_t>(kZapValue + 8))); in RecordWriteField()
4470 Mov(dst, Operand(bit_cast<int64_t>(kZapValue + 12))); in RecordWriteForMap()
4471 Mov(map, Operand(bit_cast<int64_t>(kZapValue + 16))); in RecordWriteForMap()
4543 Mov(address, Operand(bit_cast<int64_t>(kZapValue + 12))); in RecordWrite()
4544 Mov(value, Operand(bit_cast<int64_t>(kZapValue + 16))); in RecordWrite()
4633 Mov(scratch, Operand(map)); in CheckMapDeprecated()
4660 Mov(current, object); in JumpIfDictionaryInPrototypeChain()
4725 Mov(length_scratch, HeapNumber::kSize); in EnsureNotWhite()
4746 Mov(length_scratch, ExternalString::kSize); in EnsureNotWhite()
4768 Mov(load_scratch, 1); in EnsureNotWhite()
4872 Mov(jssp, old_stack_pointer); in Abort()
4883 Mov(x0, Smi::FromInt(reason)); in Abort()
5045 Mov(new_arg, old_arg); in PrintfNoPreserve()
5061 Mov(Register(pcs[i]), Register(args[i]), kDiscardForSameWReg); in PrintfNoPreserve()
5291 Mov(result, mag.multiplier); in TruncatingDiv()