Searched refs:CU_NUM_SAVED_REGS (Results 1 – 2 of 2) sorted by relevance
481 enum { CU_NUM_SAVED_REGS = 6 }; enumerator483 mutable unsigned SavedRegs[CU_NUM_SAVED_REGS];592 if (SavedRegIdx == CU_NUM_SAVED_REGS) in generateCompactUnwindEncodingImpl()699 for (int i = 0, Idx = 0; i != CU_NUM_SAVED_REGS; ++i) { in encodeCompactUnwindRegistersWithFrame()740 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]); in encodeCompactUnwindRegistersWithoutFrame()742 uint32_t RenumRegs[CU_NUM_SAVED_REGS]; in encodeCompactUnwindRegistersWithoutFrame()743 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame()745 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame()
494 enum { CU_NUM_SAVED_REGS = 6 }; enumerator496 mutable unsigned SavedRegs[CU_NUM_SAVED_REGS];609 if (SavedRegIdx == CU_NUM_SAVED_REGS) in generateCompactUnwindEncodingImpl()715 for (int i = 0, Idx = 0; i != CU_NUM_SAVED_REGS; ++i) { in encodeCompactUnwindRegistersWithFrame()756 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]); in encodeCompactUnwindRegistersWithoutFrame()758 uint32_t RenumRegs[CU_NUM_SAVED_REGS]; in encodeCompactUnwindRegistersWithoutFrame()759 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame()761 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame()