OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RISCVMatInt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMatInt.h
1
//===-
RISCVMatInt
.h - Immediate materialisation ---------------*- C++ -*--===//
18
namespace
RISCVMatInt
{
41
} // namespace
RISCVMatInt
RISCVMatInt.cpp
1
//===-
RISCVMatInt
.cpp - Immediate materialisation -------------*- C++ -*--===//
9
#include "
RISCVMatInt
.h"
17
RISCVMatInt
::InstSeq &Res) {
30
Res.push_back(
RISCVMatInt
::Inst(RISCV::LUI, Hi20));
34
Res.push_back(
RISCVMatInt
::Inst(AddiOpc, Lo12));
71
Res.push_back(
RISCVMatInt
::Inst(RISCV::SLLI, ShiftAmount));
73
Res.push_back(
RISCVMatInt
::Inst(RISCV::ADDI, Lo12));
77
namespace
RISCVMatInt
{
79
RISCVMatInt
::InstSeq Res;
93
RISCVMatInt
::InstSeq TmpSeq
[
all
...]
Completed in 80 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026