Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp287 uint16_t Lo16 = static_cast<uint16_t>(Imm); in getLitEncoding() local
H A DAMDGPUInstPrinter.cpp476 uint16_t Lo16 = static_cast<uint16_t>(Imm); in printImmediateV216() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp606 uint32_t Lo16 = Lo_32(Imm) & 0xffff; in selectI64Imm() local
/openbsd-src/sys/net80211/
H A Dieee80211_crypto_tkip.c625 #define Lo16(v32) ((u16b)( (v32) & 0xFFFF)) macro
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2432 int16_t Lo16 = static_cast<int16_t>(Literal); in isInlinableLiteralV216() local
2438 int16_t Lo16 = static_cast<int16_t>(Literal); in isInlinableIntLiteralV216() local
2451 int16_t Lo16 = static_cast<int16_t>(Literal); in isFoldableLiteralV216() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1050 unsigned Lo16 = Imm & 0xffff; in ExpandMOV32BitImm() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1331 if (uint32_t Lo16 = Lo_32(Imm) & 0xffff) { in selectI64Imm() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp707 uint32_t Lo16 = static_cast<uint32_t>(K0) & 0xffff; in selectG_BUILD_VECTOR() local