Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp615 uint32_t Lo16 = Lo_32(Imm) & 0xffff; in selectI64Imm() local
/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c532 static __inline u16 Lo16(u32 val) in Lo16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1427 auto getSplat = [CurDAG, dl, getI32Imm](uint32_t Hi16, uint32_t Lo16) { in selectI64Imm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp665 uint32_t Lo16 = static_cast<uint32_t>(K0) & 0xffff; in selectG_BUILD_VECTOR() local