Home
last modified time | relevance | path

Searched refs:FmoveLow (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1522 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1528 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
2132 __ FmoveLow(kScratchReg, i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2143 __ FmoveLow(i.OutputDoubleRegister(), kScratchReg); in AssembleArchInstruction() local
2156 __ FmoveLow(kScratchReg, i.InputDoubleRegister(2)); in AssembleArchInstruction() local
2207 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
2214 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
2224 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/codegen/loong64/
H A Dmacro-assembler-loong64.h571 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
575 void FmoveLow(FPURegister dst, Register src_low);
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1488 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1494 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
2102 __ FmoveLow(kScratchReg, i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2113 __ FmoveLow(i.OutputDoubleRegister(), kScratchReg); in AssembleArchInstruction() local
2126 __ FmoveLow(kScratchReg, i.InputDoubleRegister(2)); in AssembleArchInstruction() local
2368 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
2375 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
2385 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1537 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1543 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
2147 __ FmoveLow(kScratchReg, i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2158 __ FmoveLow(i.OutputDoubleRegister(), kScratchReg); in AssembleArchInstruction() local
2171 __ FmoveLow(kScratchReg, i.InputDoubleRegister(2)); in AssembleArchInstruction() local
2278 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
2285 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
2295 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h731 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
735 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h735 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
739 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/node10/node-v10.24.1/deps/v8/src/mips/
H A Dmacro-assembler-mips.h772 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
776 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h813 TurboAssembler::FmoveLow(dst.gp(), src.fp()); in FP_BINOP()
902 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in FP_BINOP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1133 TurboAssembler::FmoveLow(dst.gp(), src.fp()); in FP_BINOP()
1222 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in FP_BINOP()
1610 TurboAssembler::FmoveLow(kScratchReg, src.fp()); in emit_f32x4_splat()
2653 TurboAssembler::FmoveLow(dst.fp(), kScratchReg); in emit_f32x4_extract_lane()
2707 TurboAssembler::FmoveLow(kScratchReg, src2.fp()); in emit_f32x4_replace_lane()
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips64/
H A Dmacro-assembler-mips64.h699 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
703 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h682 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
686 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/node10/node-v10.24.1/deps/v8/src/mips64/
H A Dmacro-assembler-mips64.h743 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
747 void FmoveLow(FPURegister dst, Register src_low);
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips/
H A Dmacro-assembler-mips.h735 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
739 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h686 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow() function
690 void FmoveLow(FPURegister dst, Register src_low);
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/mips/
H A Dcode-generator-mips.cc1432 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1438 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
1736 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1743 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
1753 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1268 TurboAssembler::FmoveLow(dst.gp(), src.fp()); in FP_BINOP()
1357 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in FP_BINOP()
1793 TurboAssembler::FmoveLow(kScratchReg, src.fp()); in emit_f32x4_splat()
2977 TurboAssembler::FmoveLow(dst.fp(), kScratchReg); in emit_f32x4_extract_lane()
3031 TurboAssembler::FmoveLow(kScratchReg, src2.fp()); in emit_f32x4_replace_lane()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc1630 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1636 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
1945 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1952 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
1962 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1660 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1666 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
2261 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
2268 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
2278 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1040 TurboAssembler::FmoveLow(dst.gp(), src.fp()); in FP_BINOP()
1129 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in FP_BINOP()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1587 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1593 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
2469 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
2476 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
2483 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1671 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1677 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
2428 __ FmoveLow(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
2435 __ FmoveLow(i.OutputSingleRegister(), kScratchReg); in AssembleArchInstruction() local
2442 __ FmoveLow(kScratchReg, i.InputSingleRegister(2)); in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1449 __ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1455 __ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1140 TurboAssembler::FmoveLow(dst.gp(), src.fp()); in FP_BINOP()
1229 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in FP_BINOP()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h997 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in emit_type_conversion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1296 TurboAssembler::FmoveLow(dst.fp(), src.gp()); in emit_type_conversion()

12