Home
last modified time | relevance | path

Searched defs:RISCV (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dconfigure.ac151 AC_DEFINE([RISCV], 1, [Define for the RISC-V architecture]) definition
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DRISCVTargetParser.cpp20 namespace RISCV { namespace
/external/google-breakpad/src/common/
Ddwarf_cfi_to_module.cc150 vector<string> DwarfCFIToModule::RegisterNames::RISCV() { in RISCV() function in google_breakpad::DwarfCFIToModule::RegisterNames
Ddwarf_cfi_to_module_unittest.cc311 TEST(RegisterNames, RISCV) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h774 using namespace RISCV; variable
DRISCVISelDAGToDAG.cpp31 namespace llvm::RISCV { namespace