Searched refs:kSignBit (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2020 static constexpr uint32_t kSignBit = uint32_t{1} << 31; in emit_f32_abs() local 2022 TurboAssembler::Move(liftoff::kScratchDoubleReg, kSignBit - 1); in emit_f32_abs() 2025 TurboAssembler::Move(dst, kSignBit - 1); in emit_f32_abs() 2031 static constexpr uint32_t kSignBit = uint32_t{1} << 31; in emit_f32_neg() local 2033 TurboAssembler::Move(liftoff::kScratchDoubleReg, kSignBit); in emit_f32_neg() 2036 TurboAssembler::Move(dst, kSignBit); in emit_f32_neg() 2157 static constexpr uint64_t kSignBit = uint64_t{1} << 63; in emit_f64_abs() local 2159 TurboAssembler::Move(liftoff::kScratchDoubleReg, kSignBit - 1); in emit_f64_abs() 2162 TurboAssembler::Move(dst, kSignBit - 1); in emit_f64_abs() 2168 static constexpr uint64_t kSignBit in emit_f64_neg() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1617 static constexpr uint32_t kSignBit = uint32_t{1} << 31; in emit_f32_abs() local 1619 TurboAssembler::Move(kScratchDoubleReg, kSignBit - 1); in emit_f32_abs() 1622 TurboAssembler::Move(dst, kSignBit - 1); in emit_f32_abs() 1628 static constexpr uint32_t kSignBit = uint32_t{1} << 31; in emit_f32_neg() local 1630 TurboAssembler::Move(kScratchDoubleReg, kSignBit); in emit_f32_neg() 1633 TurboAssembler::Move(dst, kSignBit); in emit_f32_neg() 1750 static constexpr uint64_t kSignBit = uint64_t{1} << 63; in emit_f64_abs() local 1752 TurboAssembler::Move(kScratchDoubleReg, kSignBit - 1); in emit_f64_abs() 1755 TurboAssembler::Move(dst, kSignBit - 1); in emit_f64_abs() 1761 static constexpr uint64_t kSignBit in emit_f64_neg() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | lexer.cc | 327 constexpr uint32_t kSignBit = 31; in try_hex_float() local 602 uint32_t result_u32 = sign_bit << kSignBit; in try_hex_float()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 2312 static constexpr unsigned kSignBit = kWSignBit; member 2322 static constexpr unsigned kSignBit = kXSignBit; member 2363 g.TempImmediate(CbzOrTbzMatchTrait<N>::kSignBit), cont); in TryEmitCbzOrTbz()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 43 milliseconds