Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDlldb-loongarch-register-enums.h131 fpr_fcc0_loongarch, enumerator
HDRegisterInfoPOSIX_loongarch64.cpp98 fpr_f30_loongarch, fpr_f31_loongarch, fpr_fcc0_loongarch,
HDRegisterInfos_loongarch64.h65 #reg, nullptr, 1, FCC_OFFSET(fpr_##reg##_loongarch - fpr_fcc0_loongarch), \
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.cpp315 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCEQZ64()
337 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCNEZ64()