Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c526 static __inline u8 Hi8(u16 val) in Hi8() function
588 u16 t = Sbox[Hi8(v)]; in _S_()
651 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()
652 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp449 unsigned Hi8 = (Value >> 12) & 0xff; in adjustFixupValue() local
456 Value = (Sbit << 19) | (Lo10 << 9) | (Mid1 << 8) | Hi8; in adjustFixupValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp253 unsigned Hi8 = (Imm >> 8) & 0xff; in expandLogicImm() local
270 if (!isLogicImmOpRedundant(Op, Hi8)) { in expandLogicImm()
275 .addImm(Hi8); in expandLogicImm()
280 if (isLogicRegOpUndef(Op, Hi8)) in expandLogicImm()
367 unsigned Hi8 = (Imm >> 8) & 0xff; in expand() local
385 .addImm(Hi8); in expand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12089 int Hi8 = (Mask & 0xff00) >> 8; in addresses16Bits() local
12091 assert(Low8 < 8 && Hi8 < 8); in addresses16Bits()
12093 bool IsConsecutive = (Hi8 - Low8 == 1); in addresses16Bits()