Searched refs:CountTrailingZerosU64 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 269 void CountTrailingZerosU64(Register dst, Register src, Register scratch1 = ip,
|
H A D | macro-assembler-ppc.cc | 3794 void TurboAssembler::CountTrailingZerosU64(Register dst, Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1479 void CountTrailingZerosU64(Register dst, Register src,
|
H A D | macro-assembler-s390.cc | 4882 void TurboAssembler::CountTrailingZerosU64(Register dst, Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 1113 V(i64_ctz, CountTrailingZerosU64, LiftoffRegister, LiftoffRegister, \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 1563 V(i64_ctz, CountTrailingZerosU64, LiftoffRegister, LiftoffRegister, \
|
Completed in 32 milliseconds