Home
last modified time | relevance | path

Searched refs:temp_1 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dsimple_idct_lasx.c27 __m256i temp_0, temp_1, temp_2, temp_3; \
30 0x20, in_3, in_1, 0x31, temp_0, temp_1, temp_2, temp_3); \
31 DUP2_ARG2(__lasx_xvilvl_h, temp_1, temp_0, temp_3, temp_2, temp_4, temp_6);\
32 DUP2_ARG2(__lasx_xvilvh_h, temp_1, temp_0, temp_3, temp_2, temp_5, temp_7);\
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc4125 SwVfpRegister temp_1 = temps.AcquireS(); in AssembleArchInstruction()
4127 __ vldr(temp_1, src); in AssembleArchInstruction()
4129 __ vstr(temp_1, dst); in AssembleArchInstruction()
4135 DwVfpRegister temp_1 = temps.AcquireD(); in AssembleArchInstruction()
4137 __ vldr(temp_1, src); in AssembleArchInstruction()
4139 __ vstr(temp_1, dst); in AssembleArchInstruction()
4148 SwVfpRegister temp_1 = temp.high(); in AssembleArchInstruction()
4150 __ vldr(temp_1, src0); in AssembleArchInstruction()
4152 __ vstr(temp_1, dst0); in AssembleArchInstruction()
4154 __ vldr(temp_1, src in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc4342 Register temp_1 = kScratchReg2; in AssembleConstructFrame() local
4346 __ lw(temp_1, dst); in AssembleConstructFrame()
4348 __ sw(temp_1, src); in AssembleConstructFrame()
4399 FPURegister temp_1 = kScratchDoubleReg; in AssembleConstructFrame() local
4406 __ Ldc1(temp_1, dst0); // Save destination in temp_1. in AssembleConstructFrame()
4411 __ Sdc1(temp_1, src0); in AssembleConstructFrame()
4413 __ lwc1(temp_1, dst0); // Save destination in temp_1. in AssembleConstructFrame()
4416 __ swc1(temp_1, src in AssembleConstructFrame()
4426 MSARegister temp_1 = kSimd128ScratchReg; AssembleConstructFrame() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4532 Register temp_1 = kScratchReg2; in AssembleConstructFrame() local
4536 __ Ld(temp_1, dst); in AssembleConstructFrame()
4538 __ Sd(temp_1, src); in AssembleConstructFrame()
4587 MSARegister temp_1 = kSimd128ScratchReg; in AssembleConstructFrame() local
4588 __ ld_b(temp_1, dst0); // Save destination in temp_1. in AssembleConstructFrame()
4597 __ st_b(temp_1, src0); in AssembleConstructFrame()
4599 FPURegister temp_1 = kScratchDoubleReg; in AssembleConstructFrame() local
4600 __ Ldc1(temp_1, dst0); // Save destination in temp_1 in AssembleConstructFrame()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3522 VRegister temp_1 = scope.AcquireD(); in AssembleArchInstruction()
3525 __ Ldr(temp_1.Q(), dst); in AssembleArchInstruction()
3527 __ Str(temp_1.Q(), src); in AssembleArchInstruction()
3530 __ Ldr(temp_1, dst); in AssembleArchInstruction()
3532 __ Str(temp_1, src); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc4369 Register temp_1 = kScratchReg2; in AssembleSwap() local
4371 __ Ld(temp_1, dst); in AssembleSwap()
4373 __ Sd(temp_1, src); in AssembleSwap()

Completed in 25 milliseconds