Home
last modified time | relevance | path

Searched defs:slli_d (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc516 __ 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/
Dcode-generator-mips.cc2194 __ 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/
Dcode-generator-mips64.cc2285 __ 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/
Dregexp-macro-assembler-loong64.cc741 __ slli_d(t1, a1, (mode_ == UC16) ? 1 : 0); in GetCode() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc1092 __ slli_d(i.OutputRegister(), i.InputRegister(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc1262 void Assembler::slli_d(Register rd, Register rj, int32_t ui6) { in slli_d() function in v8::internal::Assembler