v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
extension-riscv-zicond.h
Go to the documentation of this file.
1// Copyright 2022 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_CODEGEN_RISCV_EXTENSION_RISCV_ZICOND_H_
6#define V8_CODEGEN_RISCV_EXTENSION_RISCV_ZICOND_H_
11
12namespace v8 {
13namespace internal {
14
16 public:
17 // CSR
18 void czero_eqz(Register rd, Register rs1, Register rs2);
19 void czero_nez(Register rd, Register rs1, Register rs2);
20};
21
22} // namespace internal
23} // namespace v8
24#endif // V8_CODEGEN_RISCV_EXTENSION_RISCV_ZICOND_H_
void czero_nez(Register rd, Register rs1, Register rs2)
void czero_eqz(Register rd, Register rs1, Register rs2)