Searched refs:InstrSize (Results 1 – 2 of 2) sorted by relevance
412 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local415 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()424 I += InstrSize; in addFunctionPointerRelocationsToCurrentSymbol()428 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()433 MIA.getMemoryOperandRelocationOffset(Instr, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()434 if (!RelocOffInInstr || InstrSize - *RelocOffInInstr != 4) { in addFunctionPointerRelocationsToCurrentSymbol()
4902 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local4904 InstrSize == 16 in emitUnrolled()4917 BaseRegOffsetBytes += InstrSize; in emitUnrolled()4918 Size -= InstrSize; in emitUnrolled()