Home
last modified time | relevance | path

Searched refs:RVC (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCObjectFileInfo.cpp22 bool RVC = STI.hasFeature(RISCV::FeatureStdExtC) || in getTextSectionAlignment() local
24 return RVC ? 2 : 4; in getTextSectionAlignment()
/src/contrib/file/magic/Magdir/
H A Delf49 >0 lelong&0x00000001 0x00000001 RVC,
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td390 "Disable RVC Hint Instructions.">;
393 "RVC Hint Instructions">;
H A DRISCVInstrInfoC.td856 // under the "RVC Instruction Set Listings" section of the ISA manual.