Home
last modified time | relevance | path

Searched refs:InstructionBytes (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp328 uint32_t InstructionBytes = 4 * (Insns.size() - 1); in checkARM64Instructions() local
329 if (Distance != InstructionBytes) { in checkARM64Instructions()
335 Twine(InstructionBytes) + " bytes\n"); in checkARM64Instructions()
1561 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions() local
1564 if (Distance != InstructionBytes) { in checkARMInstructions()
1570 Twine(InstructionBytes) + " bytes\n"); in checkARMInstructions()
1782 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Epilog); in checkARMPackedEpilog() local
1783 if (DistanceFromEnd != InstructionBytes) in checkARMPackedEpilog()
2008 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Epilog); in tryARMPackedUnwind() local
2009 if (DistanceFromEnd != InstructionBytes) in tryARMPackedUnwind()