Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_riscv.cpp62 static inline uint32_t encodeUTypeInstruction(uint32_t Opcode, uint32_t Rd, in encodeUTypeInstruction() function
176 Address[Idx++] = encodeUTypeInstruction(PatchOpcodes::PO_LUI, RegNum::RN_T1, in patchSled()
184 Address[Idx++] = encodeUTypeInstruction(PatchOpcodes::PO_LUI, RegNum::RN_RA, in patchSled()
192 Address[Idx++] = encodeUTypeInstruction(PatchOpcodes::PO_LUI, RegNum::RN_A0, in patchSled()