Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp424 enum { CU_NUM_SAVED_REGS = 6 }; enumerator
426 mutable unsigned SavedRegs[CU_NUM_SAVED_REGS];
515 if (SavedRegIdx == CU_NUM_SAVED_REGS) in generateCompactUnwindEncodingImpl()
622 for (int i = 0, Idx = 0; i != CU_NUM_SAVED_REGS; ++i) { in encodeCompactUnwindRegistersWithFrame()
656 for (unsigned i = 0; i != CU_NUM_SAVED_REGS; ++i) { in encodeCompactUnwindRegistersWithoutFrame()
663 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]); in encodeCompactUnwindRegistersWithoutFrame()
665 uint32_t RenumRegs[CU_NUM_SAVED_REGS]; in encodeCompactUnwindRegistersWithoutFrame()
666 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame()
668 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame()