Home
last modified time | relevance | path

Searched defs:Movq (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2068 __ Movq(i.OutputDoubleRegister(), kScratchRegister); in AssembleArchInstruction() local
2102 __ Movq(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2114 __ Movq(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2292 __ Movq(kScratchRegister, i.InputDoubleRegister(2)); in AssembleArchInstruction() local
2302 __ Movq(i.OutputDoubleRegister(), kScratchRegister); in AssembleArchInstruction() local
2616 __ Movq(dst, i.InputRegister(0)); in AssembleArchInstruction() local
2618 __ Movq(dst, i.InputOperand(0)); in AssembleArchInstruction() local
3349 __ Movq(tmp_simd, tmp); in AssembleArchInstruction() local
3353 __ Movq(tmp_simd, shift); in AssembleArchInstruction() local
3380 __ Movq(tmp_simd, tmp); in AssembleArchInstruction() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2155 __ Movq(i.OutputDoubleRegister(), kScratchRegister); in AssembleArchInstruction() local
2189 __ Movq(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2201 __ Movq(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2389 __ Movq(i.OutputDoubleRegister(), kScratchRegister); in AssembleArchInstruction() local
2721 __ Movq(dst, i.InputRegister(0)); in AssembleArchInstruction() local
2723 __ Movq(dst, i.InputOperand(0)); in AssembleArchInstruction() local
3299 __ Movq(tmp_simd, tmp); in AssembleArchInstruction() local
3306 __ Movq(tmp_simd, tmp); in AssembleArchInstruction() local
3333 __ Movq(tmp_simd, tmp); in AssembleArchInstruction() local
3449 __ Movq(tmp_simd, tmp); in AssembleArchInstruction() local
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/x64/
H A Dcode-generator-x64.cc1906 __ Movq(i.OutputDoubleRegister(), kScratchRegister); in AssembleArchInstruction() local
1940 __ Movq(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1952 __ Movq(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/codegen/x64/
H A Dmacro-assembler-x64.cc844 void TurboAssembler::Movq(XMMRegister dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
853 void TurboAssembler::Movq(Register dst, XMMRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2438 __ Movq(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2450 __ Movq(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2898 __ Movq(dst, i.InputRegister(0)); in AssembleArchInstruction() local
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs520 Movq, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs520 Movq, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs520 Movq, enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs525 Movq, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h124 Movq, enumerator
3212 using Movq = typename InstImpl<TraitsType>::InstX86Movq; member