Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_riscv.cpp50 static inline uint32_t encodeITypeInstruction(uint32_t Opcode, uint32_t Rs1, in encodeITypeInstruction() function
179 encodeITypeInstruction(PatchOpcodes::PO_ADDI, RegNum::RN_T1, in patchSled()
181 Address[Idx++] = encodeITypeInstruction(PatchOpcodes::PO_SLLI, in patchSled()
186 Address[Idx++] = encodeITypeInstruction( in patchSled()
194 Address[Idx++] = encodeITypeInstruction( in patchSled()
196 Address[Idx++] = encodeITypeInstruction(PatchOpcodes::PO_JALR, in patchSled()
201 encodeITypeInstruction(LoadOp, RegNum::RN_SP, RegNum::RN_T1, XLenBytes); in patchSled()
203 Address[Idx++] = encodeITypeInstruction(LoadOp, RegNum::RN_SP, in patchSled()
205 Address[Idx++] = encodeITypeInstruction(LoadOp, RegNum::RN_SP, in patchSled()
207 Address[Idx++] = encodeITypeInstruction( in patchSled()
[all …]