| /third_party/node/deps/v8/src/builtins/loong64/ |
| D | builtins-loong64.cc | 516 __ slli_d(scratch2, argc, kPointerSizeLog2); in Generate_CheckStackOverflow() local 835 __ slli_d(actual_params_size, actual_params_size, kPointerSizeLog2); in LeaveInterpreterFrame() local 1451 __ slli_d(scratch, scratch, kPointerSizeLog2); in GenerateInterpreterPushArgs() local 2068 __ slli_d(new_space, count, kPointerSizeLog2); in Generate_AllocateSpaceAndShiftExistingArguments() local 2139 __ slli_d(scratch, len, kPointerSizeLog2); in Generate_CallOrConstructVarargs() local 2356 __ slli_d(a5, a4, kPointerSizeLog2); in Generate_CallBoundFunctionImpl() local 2530 __ slli_d(a5, a4, kPointerSizeLog2); in Generate_ConstructBoundFunction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 2194 __ slli_d(kSimd128RegZero, kSimd128RegZero, 32); in AssembleArchInstruction() local 2238 __ slli_d(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local 2262 __ slli_d(scratch1, scratch1, 1); in AssembleArchInstruction() local 2305 __ slli_d(dst, kSimd128ScratchReg, 32); in AssembleArchInstruction() local 2314 __ slli_d(dst, kSimd128ScratchReg, 32); in AssembleArchInstruction() local 2681 __ slli_d(scratch1, scratch1, 2); in AssembleArchInstruction() local 2889 __ slli_d(scratch1, scratch1, 4); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 2285 __ slli_d(kSimd128RegZero, kSimd128RegZero, 32); in AssembleArchInstruction() local 2344 __ slli_d(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local 2381 __ slli_d(scratch1, scratch1, 1); in AssembleArchInstruction() local 2424 __ slli_d(dst, kSimd128ScratchReg, 32); in AssembleArchInstruction() local 2433 __ slli_d(dst, kSimd128ScratchReg, 32); in AssembleArchInstruction() local 2826 __ slli_d(scratch1, scratch1, 2); in AssembleArchInstruction() local 3053 __ slli_d(scratch1, scratch1, 4); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/regexp/loong64/ |
| D | regexp-macro-assembler-loong64.cc | 741 __ slli_d(t1, a1, (mode_ == UC16) ? 1 : 0); in GetCode() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | code-generator-loong64.cc | 1092 __ slli_d(i.OutputRegister(), i.InputRegister(0), in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | assembler-loong64.cc | 1262 void Assembler::slli_d(Register rd, Register rj, int32_t ui6) { in slli_d() function in v8::internal::Assembler
|