Searched refs:fpr_fcsr_riscv (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | lldb-riscv-register-enums.h | 120 fpr_fcsr_riscv, enumerator 153 fpr_last_riscv = fpr_fcsr_riscv,
|
H A D | RegisterContextPOSIX_riscv64.h | 55 uint32_t GetRegNumFCSR() const { return fpr_fcsr_riscv; } in GetRegNumFCSR()
|
H A D | RegisterInfoPOSIX_riscv64.cpp | 86 fpr_fcsr_riscv, LLDB_INVALID_REGNUM};
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1654 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()
|