Searched refs:reg_no (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp477 uint32_t reg_no = reg - m_reg_info.first_ymm; local
478 YMMToXState(m_ymm_set.ymm[reg_no],
479 m_fpr.fxsave.xmm[reg_no].bytes,
480 m_fpr.xsave.ymmh[reg_no].bytes);
494 uint32_t reg_no = reg - m_reg_info.first_ymm; local
495 m_ymm_set.ymm[reg_no] = XStateToYMM(
496 m_fpr.fxsave.xmm[reg_no].bytes,
497 m_fpr.xsave.ymmh[reg_no].bytes);
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dregex.c7667 int reg_no;
7689 reg_no = *p1;
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7696 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7697 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7649 int reg_no; local
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dregex.c7667 int reg_no;
7689 reg_no = *p1;
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7696 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7697 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7649 int reg_no; local

Completed in 191 milliseconds