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

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp546 uint32_t reg_no = reg - m_reg_info.first_ymm;
547 YMMToXState(m_ymm_set.ymm[reg_no],
548 m_fpr.fxsave.xmm[reg_no].bytes,
549 m_fpr.xsave.ymmh[reg_no].bytes);
563 uint32_t reg_no = reg - m_reg_info.first_ymm;
564 m_ymm_set.ymm[reg_no] = XStateToYMM(
565 m_fpr.fxsave.xmm[reg_no].bytes,
566 m_fpr.xsave.ymmh[reg_no].bytes);
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbdwarf.py195 reg_no = int(dwarf_opcode.pop(index + 1), 16)
200 ["read packet: $p{0:x}#00".format(reg_no),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp930 uint32_t reg_no = reg_index - m_reg_info.first_ymm; local
931 m_ymm_set.ymm[reg_no] = XStateToYMM(
932 m_xstate->fxsave.xmm[reg_no].bytes,
933 m_xstate->xsave.ymmh[reg_no].bytes);
946 uint32_t reg_no = reg - m_reg_info.first_ymm; local
947 YMMToXState(m_ymm_set.ymm[reg_no],
948 m_xstate->fxsave.xmm[reg_no].bytes,
949 m_xstate->xsave.ymmh[reg_no].bytes);
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dm68k.c86 int reg_no; member in struct:m68k_frame
417 current_frame.reg_no = saved;
549 if (current_frame.reg_no > 2)
550 fsize_with_regs += current_frame.reg_no * 4;
646 if (current_frame.reg_no <= 2)
649 offset = current_frame.reg_no * 4;
687 if (current_frame.reg_no <= 2)
737 cfa_offset += current_frame.reg_no * 4;
786 return current_frame.reg_no ? false : true;
843 if (current_frame.reg_no >
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c5309 int reg_no;
5331 reg_no = *p1;
5332 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
5338 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
5339 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
5289 int reg_no; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c5938 int reg_no;
5960 reg_no = *p1;
5961 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
5967 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
5968 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
5917 int reg_no; local
/openbsd-current/gnu/lib/libiberty/src/
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 327 milliseconds