Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h252 void Popcnt(Register dst, Register src) { Popcnt(dst, Operand(src)); } in Popcnt() function in v8::internal::TurboAssembler
253 void Popcnt(Register dst, Operand src);
H A Dmacro-assembler-ia32.cc1664 void TurboAssembler::Popcnt(Register dst, Operand src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h105 CASE_INT_OP(Popcnt, "popcnt") in OpcodeName()
335 CASE_I8x16_OP(Popcnt, "popcnt") in OpcodeName()
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h999 TurboAssembler::Popcnt(dst, src); in emit_i32_popcnt()
1230 TurboAssembler::Popcnt(dst.low_gp(), src1); in emit_i64_popcnt()
1231 TurboAssembler::Popcnt(dst.high_gp(), src2); in emit_i64_popcnt()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h610 void Popcnt(Register rd, Register rs);
H A Dmacro-assembler-mips64.cc3224 void TurboAssembler::Popcnt(Register rd, Register rs) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h550 void Popcnt(Register rd, Register rs);
H A Dmacro-assembler-mips.cc2617 void TurboAssembler::Popcnt(Register rd, Register rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1259 __ Popcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1190 TurboAssembler::Popcnt(dst, src); in emit_i32_popcnt()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1086 __ Popcnt(dst, src); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1055 __ Popcnt(dst, src); in AssembleArchInstruction()

Completed in 55 milliseconds