Searched refs:CU_NUM_SAVED_REGS (Results 1 – 1 of 1) sorted by relevance
1172 enum { CU_NUM_SAVED_REGS = 6 }; enumerator1174 mutable unsigned SavedRegs[CU_NUM_SAVED_REGS];1228 for (int i = 0, Idx = 0; i != CU_NUM_SAVED_REGS; ++i) { in encodeCompactUnwindRegistersWithFrame()1269 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]); in encodeCompactUnwindRegistersWithoutFrame()1271 uint32_t RenumRegs[CU_NUM_SAVED_REGS]; in encodeCompactUnwindRegistersWithoutFrame()1272 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame()1274 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame()1418 if (SavedRegIdx == CU_NUM_SAVED_REGS) in generateCompactUnwindEncoding()