Searched refs:InstrSize (Results 1 – 2 of 2) sorted by relevance
382 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local385 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()394 I += InstrSize; in addFunctionPointerRelocationsToCurrentSymbol()398 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()403 MIA.getMemoryOperandRelocationOffset(Instr, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()404 if (!RelocOffInInstr || InstrSize - *RelocOffInInstr != 4) { in addFunctionPointerRelocationsToCurrentSymbol()
3750 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local3752 InstrSize == 16 in emitUnrolled()3765 BaseRegOffsetBytes += InstrSize; in emitUnrolled()3766 Size -= InstrSize; in emitUnrolled()