Searched refs:arch_fp_flags (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 488 llvm::Triple::ArchType machine, uint32_t arch_fp_flags, in GetValObjFromFPRegs() argument 494 switch (arch_fp_flags) { in GetValObjFromFPRegs() 572 const uint32_t arch_fp_flags = in GetReturnValueObjectSimple() local 575 thread, reg_ctx, machine, arch_fp_flags, type_flags, byte_size); in GetReturnValueObjectSimple() 622 const uint32_t arch_fp_flags = in GetReturnValueObjectImpl() local 625 thread, reg_ctx, machine, arch_fp_flags, type_flags, byte_size); in GetReturnValueObjectImpl()
|