v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
extension-riscv-zicond.cc
Go to the documentation of this file.
1
2// Copyright 2024 the V8 project authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5
7
11
12namespace v8 {
13namespace internal {
14
16 GenInstrALU_rr(0b0000111, 0b101, rd, rs1, rs2);
17}
18
20 GenInstrALU_rr(0b0000111, 0b111, rd, rs1, rs2);
21}
22
23} // namespace internal
24} // namespace v8
void czero_nez(Register rd, Register rs1, Register rs2)
void czero_eqz(Register rd, Register rs1, Register rs2)
void GenInstrALU_rr(uint8_t funct7, uint8_t funct3, Register rd, Register rs1, Register rs2)