Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A Dlldb-riscv-register-enums.h20 gpr_x1_riscv, enumerator
53 gpr_ra_riscv = gpr_x1_riscv,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp101 return gpr_x1_riscv + reg_encode - 1; in GPREncodingToLLDB()