Searched refs:ImplicitShift (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h136 int ImplicitShift = 0; local
139 ImplicitShift = ((*p >> 30) & 0x3);
140 if (ImplicitShift == 0) {
143 ImplicitShift = 4;
147 Addend <<= ImplicitShift; local
237 int ImplicitShift = 0; local
240 ImplicitShift = ((*p >> 30) & 0x3);
241 switch (ImplicitShift) {
245 ImplicitShift = 4;
262 Addend >>= ImplicitShift; local
[all...]

Completed in 99 milliseconds