Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_arm.cpp33 inline static uint32_t getMovwMask(const uint32_t Value) XRAY_NEVER_INSTRUMENT { in getMovwMask() function
39 return getMovwMask(Value >> 16); in getMovtMask()
51 *Address = (0xE3000000 | (uint32_t(regNo) << 12) | getMovwMask(Value)); in write32bitLoadReg()