Searched refs:CU_NUM_SAVED_REGS (Results 1 – 1 of 1) sorted by relevance
1168 enum { CU_NUM_SAVED_REGS = 6 }; enumerator1170 mutable unsigned SavedRegs[CU_NUM_SAVED_REGS];1224 for (int i = 0, Idx = 0; i != CU_NUM_SAVED_REGS; ++i) { in encodeCompactUnwindRegistersWithFrame()1265 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]); in encodeCompactUnwindRegistersWithoutFrame()1267 uint32_t RenumRegs[CU_NUM_SAVED_REGS]; in encodeCompactUnwindRegistersWithoutFrame()1268 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame()1270 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame()1414 if (SavedRegIdx == CU_NUM_SAVED_REGS) in generateCompactUnwindEncoding()