Searched refs:Immediate64 (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 141 class Immediate64 { class 143 explicit constexpr Immediate64(int64_t value) : value_(value) {} in Immediate64() function in v8::internal::Immediate64 144 explicit constexpr Immediate64(int64_t value, RelocInfo::Mode rmode) in Immediate64() function in v8::internal::Immediate64 146 explicit constexpr Immediate64(Address value, RelocInfo::Mode rmode) in Immediate64() function in v8::internal::Immediate64 580 void movq(Register dst, int64_t value) { movq(dst, Immediate64(value)); } in movq() 582 movq(dst, Immediate64(static_cast<int64_t>(value))); in movq() 2098 inline void emit(Immediate64 x); 2411 void emit_mov(Register dst, Immediate64 value, int size);
|
H A D | macro-assembler-x64.h | 298 movq(dst, Immediate64(x)); in Move() 338 movq(dst, Immediate64(ptr, rmode)); in Move()
|
H A D | assembler-x64-inl.h | 54 void Assembler::emit(Immediate64 x) { in emit()
|
H A D | assembler-x64.cc | 1575 emit(Immediate64(value, mode)); in load_rax() 1709 void Assembler::emit_mov(Register dst, Immediate64 value, int size) { in emit_mov() 1736 emit(Immediate64(kNullAddress, RelocInfo::FULL_EMBEDDED_OBJECT)); in movq_heap_number() 1744 emit(Immediate64(kNullAddress, RelocInfo::FULL_EMBEDDED_OBJECT)); in movq_string() 2228 emit(Immediate64(dst, mode)); in store_rax() 4462 emit(Immediate64(reinterpret_cast<Address>(buffer_start_) + label->pos(), in dq()
|
H A D | macro-assembler-x64.cc | 437 movq(scratch, Immediate64(~tag)); in LoadExternalPointerField() 1505 movq(dst, Immediate64(ext.address(), RelocInfo::EXTERNAL_REFERENCE)); in CallRecordWriteStub() 1697 movq(result, Immediate64(object.address(), rmode)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 317 movq(reg.gp(), Immediate64(value.to_i64(), rmode)); in LoadConstant() 1926 __ movq(dst, Immediate64(std::numeric_limits<dst_type>::min())); in EmitSatTruncateFloatToInt() 1939 __ movq(dst, Immediate64(std::numeric_limits<dst_type>::max())); in EmitSatTruncateFloatToInt() 1984 __ movq(dst, Immediate64(std::numeric_limits<uint64_t>::max())); in EmitSatTruncateFloatToUInt64()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4939 __ movq(dst, Immediate64(src.ToInt64(), src.rmode())); in AssembleMove() 4952 __ movq(dst, Immediate64(src.ToInt64(), src.rmode())); in AssembleMove()
|
Completed in 46 milliseconds