Searched refs:Popcnt (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 252 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 D | macro-assembler-ia32.cc | 1664 void TurboAssembler::Popcnt(Register dst, Operand src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 105 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 D | liftoff-assembler-mips.h | 999 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 D | macro-assembler-mips64.h | 610 void Popcnt(Register rd, Register rs);
|
H A D | macro-assembler-mips64.cc | 3224 void TurboAssembler::Popcnt(Register rd, Register rs) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 550 void Popcnt(Register rd, Register rs);
|
H A D | macro-assembler-mips.cc | 2617 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 D | code-generator-ia32.cc | 1259 __ Popcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1190 TurboAssembler::Popcnt(dst, src); in emit_i32_popcnt()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1086 __ Popcnt(dst, src); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1055 __ Popcnt(dst, src); in AssembleArchInstruction()
|
Completed in 55 milliseconds