Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A Dlldb-riscv-register-enums.h51 gpr_x0_riscv, enumerator
52 gpr_zero_riscv = gpr_x0_riscv,
84 gpr_last_riscv = gpr_x0_riscv,
H A DRegisterInfoPOSIX_riscv64.cpp69 gpr_x0_riscv, LLDB_INVALID_REGNUM};
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp99 return gpr_x0_riscv; in GPREncodingToLLDB()