Home
last modified time | relevance | path

Searched refs:Popcnt64 (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h582 void Popcnt64(Register rd, Register rs, Register scratch);
H A Dmacro-assembler-riscv64.cc2724 void TurboAssembler::Popcnt64(Register rd, Register rs, Register scratch) { in Popcnt64() function in v8::TurboAssembler
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h55 void Popcnt64(Register dst, Register src);
H A Dmacro-assembler-ppc.cc3761 void TurboAssembler::Popcnt64(Register dst, Register src) { popcntd(dst, src); } in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h576 void Popcnt64(Register dst, Register src);
H A Dmacro-assembler-s390.cc4561 void TurboAssembler::Popcnt64(Register dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1125 V(i64_popcnt, Popcnt64, LiftoffRegister, LiftoffRegister, LFR_TO_REG, \
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1548 V(i64_popcnt, Popcnt64, LiftoffRegister, LiftoffRegister, LFR_TO_REG, \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1628 __ Popcnt64(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1911 __ Popcnt64(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1128 __ Popcnt64(dst, src, kScratchReg); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1123 TurboAssembler::Popcnt64(dst.gp(), src.gp(), kScratchReg); in emit_i64_popcnt()

Completed in 60 milliseconds