Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DHexagon.cpp240 static void or32le(uint8_t *p, int32_t v) { write32le(p, read32le(p) | v); } in or32le() function
249 or32le(loc, applyMask(findMaskR6(read32le(loc)), val)); in relocate()
252 or32le(loc, applyMask(findMaskR8(read32le(loc)), val)); in relocate()
255 or32le(loc, applyMask(0x00003fe0, val & 0x3f)); in relocate()
258 or32le(loc, applyMask(0x00203fe0, val & 0x3f)); in relocate()
266 or32le(loc, applyMask(findMaskR11(read32le(loc)), val & 0x3f)); in relocate()
269 or32le(loc, applyMask(0x000007e0, val)); in relocate()
278 or32le(loc, applyMask(findMaskR16(read32le(loc)), val & 0x3f)); in relocate()
281 or32le(loc, applyMask(findMaskR16(read32le(loc)), val & 0xffff)); in relocate()
286 or32le(loc, val); in relocate()
[all …]
DAArch64.cpp290 static void or32le(uint8_t *p, int32_t v) { write32le(p, read32le(p) | v); } in or32le() function
294 or32le(l, (imm & 0xFFF) << 10); in or32AArch64Imm()
366 or32le(loc, (val & 0x0FFFFFFC) >> 2); in relocate()
372 or32le(loc, (val & 0x1FFFFC) << 3); in relocate()
405 or32le(loc, (val & 0xFFFF) << 5); in relocate()
411 or32le(loc, (val & 0xFFFF0000) >> 11); in relocate()
417 or32le(loc, (val & 0xFFFF00000000) >> 27); in relocate()
420 or32le(loc, (val & 0xFFFF000000000000) >> 43); in relocate()
453 or32le(loc, (val & 0xFFFC) << 3); in relocate()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h35 static void or32le(void *P, int32_t V) { write32le(P, read32le(P) | V); } in or32le() function
308 or32le(Target + 12, ((Value + RE.Addend) & 0xFFFF) << 5); in resolveRelocation()
309 or32le(Target + 8, ((Value + RE.Addend) & 0xFFFF0000) >> 11); in resolveRelocation()
310 or32le(Target + 4, ((Value + RE.Addend) & 0xFFFF00000000) >> 27); in resolveRelocation()
311 or32le(Target + 0, ((Value + RE.Addend) & 0xFFFF000000000000) >> 43); in resolveRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h35 static void or32le(void *P, int32_t V) { write32le(P, read32le(P) | V); } in or32le() function
297 or32le(Target + 12, ((Value + RE.Addend) & 0xFFFF) << 5); in resolveRelocation()
298 or32le(Target + 8, ((Value + RE.Addend) & 0xFFFF0000) >> 11); in resolveRelocation()
299 or32le(Target + 4, ((Value + RE.Addend) & 0xFFFF00000000) >> 27); in resolveRelocation()
300 or32le(Target + 0, ((Value + RE.Addend) & 0xFFFF000000000000) >> 43); in resolveRelocation()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp31 static void or32le(void *P, int32_t V) { write32le(P, read32le(P) | V); } in or32le() function
34 or32le(L, (Imm & 0xFFF) << 10); in or32AArch64Imm()
427 or32le(TargetPtr, (BranchImm & 0x0FFFFFFC) >> 2); in resolveAArch64Relocation()
431 or32le(TargetPtr, ((Value + Addend) & 0xFFFF000000000000) >> 43); in resolveAArch64Relocation()
434 or32le(TargetPtr, ((Value + Addend) & 0xFFFF00000000) >> 27); in resolveAArch64Relocation()
437 or32le(TargetPtr, ((Value + Addend) & 0xFFFF0000) >> 11); in resolveAArch64Relocation()
440 or32le(TargetPtr, ((Value + Addend) & 0xFFFF) << 5); in resolveAArch64Relocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp31 static void or32le(void *P, int32_t V) { write32le(P, read32le(P) | V); } in or32le() function
34 or32le(L, (Imm & 0xFFF) << 10); in or32AArch64Imm()
420 or32le(TargetPtr, (BranchImm & 0x0FFFFFFC) >> 2); in resolveAArch64Relocation()
424 or32le(TargetPtr, ((Value + Addend) & 0xFFFF000000000000) >> 43); in resolveAArch64Relocation()
427 or32le(TargetPtr, ((Value + Addend) & 0xFFFF00000000) >> 27); in resolveAArch64Relocation()
430 or32le(TargetPtr, ((Value + Addend) & 0xFFFF0000) >> 11); in resolveAArch64Relocation()
433 or32le(TargetPtr, ((Value + Addend) & 0xFFFF) << 5); in resolveAArch64Relocation()