OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsnSize
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp
51
if ((pFragRef.offset() + AArch64InsnHelpers::
InsnSize
* 4) >
65
pFragRef.memcpy(&code, AArch64InsnHelpers::
InsnSize
* 4, 0);
AArch64CA53Erratum843419Stub.cpp
62
if ((pFragRef.offset() + AArch64InsnHelpers::
InsnSize
* 3) >
76
pFragRef.memcpy(&code, AArch64InsnHelpers::
InsnSize
* 3, 0);
AArch64CA53ErratumStub.cpp
99
AArch64InsnHelpers::
InsnSize
);
114
code[getErratumInsnOffset() / AArch64InsnHelpers::
InsnSize
];
AArch64InsnHelpers.h
20
static constexpr unsigned
InsnSize
= 4;
AArch64LDBackend.cpp
327
offset += AArch64InsnHelpers::
InsnSize
) {
352
frag_ref->assign(*frag, offset + AArch64InsnHelpers::
InsnSize
);
Completed in 66 milliseconds