Home
last modified time | relevance | path

Searched defs:or32le (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DHexagon.cpp241 static void or32le(uint8_t *p, int32_t v) { write32le(p, read32le(p) | v); } in or32le() function
H A DAArch64.cpp333 static void or32le(uint8_t *p, int32_t v) { write32le(p, read32le(p) | v); } in or32le() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h35 static void or32le(void *P, int32_t V) { write32le(P, read32le(P) | V); } in or32le() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp31 static void or32le(void *P, int32_t V) { write32le(P, read32le(P) | V); } in or32le() function