// Copyright 2022 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef jit_riscv64_extension_Extension_riscv_c_h_ #define jit_riscv64_extension_Extension_riscv_c_h_ #include"mozilla/Assertions.h"
#include <stdint.h>
#include"jit/riscv64/extension/base-assembler-riscv.h" #include"jit/riscv64/Register-riscv64.h" namespace js { namespace jit { class AssemblerRISCVC : public AssemblerRiscvBase { // RV64C Standard Extension public: void c_nop(); void c_addi(Register rd, int8_t imm6);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.