Searched refs:temp_0 (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | simple_idct_lasx.c | 27 __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 D | code-generator-arm.cc | 4124 SwVfpRegister temp_0 = temps.AcquireS(); in AssembleArchInstruction() 4126 __ vldr(temp_0, dst); in AssembleArchInstruction() 4128 __ vstr(temp_0, src); in AssembleArchInstruction() 4134 DwVfpRegister temp_0 = temp; in AssembleArchInstruction() 4136 __ vldr(temp_0, dst); in AssembleArchInstruction() 4138 __ vstr(temp_0, src); in AssembleArchInstruction() 4147 SwVfpRegister temp_0 = temp.low(); in AssembleArchInstruction() 4149 __ vldr(temp_0, dst0); in AssembleArchInstruction() 4151 __ vstr(temp_0, src0); in AssembleArchInstruction() 4153 __ vldr(temp_0, dst in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 4341 Register temp_0 = kScratchReg; in AssembleConstructFrame() local 4345 __ lw(temp_0, src); in AssembleConstructFrame() 4347 __ sw(temp_0, dst); in AssembleConstructFrame() 4398 Register temp_0 = kScratchReg; in AssembleConstructFrame() local 4407 __ lw(temp_0, src0); // Then use temp_0 to copy source to destination. in AssembleConstructFrame() 4408 __ sw(temp_0, dst0); in AssembleConstructFrame() 4409 __ lw(temp_0, src1); in AssembleConstructFrame() 4410 __ sw(temp_0, dst1); in AssembleConstructFrame() 4414 __ lw(temp_0, src in AssembleConstructFrame() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 4531 Register temp_0 = kScratchReg; in AssembleConstructFrame() local 4535 __ Ld(temp_0, src); in AssembleConstructFrame() 4537 __ Sd(temp_0, dst); in AssembleConstructFrame() 4575 Register temp_0 = kScratchReg; in AssembleConstructFrame() local 4589 __ Lw(temp_0, src0); // Then use temp_0 to copy source to destination. in AssembleConstructFrame() 4590 __ Sw(temp_0, dst0); in AssembleConstructFrame() 4591 __ Lw(temp_0, src1); in AssembleConstructFrame() 4592 __ Sw(temp_0, dst1); in AssembleConstructFrame() 4593 __ Lw(temp_0, src in AssembleConstructFrame() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 3521 VRegister temp_0 = scope.AcquireD(); in AssembleArchInstruction() 3524 __ Ldr(temp_0.Q(), src); in AssembleArchInstruction() 3526 __ Str(temp_0.Q(), dst); in AssembleArchInstruction() 3529 __ Ldr(temp_0, src); in AssembleArchInstruction() 3531 __ Str(temp_0, dst); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 4368 Register temp_0 = kScratchReg; in AssembleSwap() local 4370 __ Ld(temp_0, src); in AssembleSwap() 4372 __ Sd(temp_0, dst); in AssembleSwap()
|
Completed in 34 milliseconds