Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A Dlldb-riscv-register-enums.h120 fpr_fcsr_riscv, enumerator
153 fpr_last_riscv = fpr_fcsr_riscv,
H A DRegisterContextPOSIX_riscv64.h55 uint32_t GetRegNumFCSR() const { return fpr_fcsr_riscv; } in GetRegNumFCSR()
H A DRegisterInfoPOSIX_riscv64.cpp86 fpr_fcsr_riscv, LLDB_INVALID_REGNUM};
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1654 auto fcsr = ReadRegisterUnsigned(eRegisterKindLLDB, fpr_fcsr_riscv, in GetRoundingMode()
1679 auto fcsr = ReadRegisterUnsigned(eRegisterKindLLDB, fpr_fcsr_riscv, in SetAccruedExceptions()
1705 return WriteRegisterUnsigned(ctx, eRegisterKindLLDB, fpr_fcsr_riscv, fcsr); in SetAccruedExceptions()