Searched refs:InstrSize (Results 1 – 2 of 2) sorted by relevance
383 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local386 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()395 I += InstrSize; in addFunctionPointerRelocationsToCurrentSymbol()399 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()404 MIA.getMemoryOperandRelocationOffset(Instr, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()405 if (!RelocOffInInstr || InstrSize - *RelocOffInInstr != 4) { in addFunctionPointerRelocationsToCurrentSymbol()
4236 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local4238 InstrSize == 16 in emitUnrolled()4251 BaseRegOffsetBytes += InstrSize; in emitUnrolled()4252 Size -= InstrSize; in emitUnrolled()