Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt24 constant since shf.w covers exactly the same cases. shf.w is used
48 It is not possible to emit splati.w since shf.w covers the same cases.
49 shf.w will be emitted instead.
H A DMipsScheduleP5600.td337 // aver?_[us].[bhwd], shf.[bhw], fill[bhwd], splat?.[bhwd]
H A DMipsMSAInstrInfo.td2531 class SHF_B_DESC : MSA_I8_SHF_DESC_BASE<"shf.b", MSA128BOpnd>;
2532 class SHF_H_DESC : MSA_I8_SHF_DESC_BASE<"shf.h", MSA128HOpnd>;
2533 class SHF_W_DESC : MSA_I8_SHF_DESC_BASE<"shf.w", MSA128WOpnd>;
H A DMipsScheduleGeneric.td1465 // shf.[bhw], fill[bhwd], splat?.[bhwd]
/freebsd/bin/ln/tests/
H A Dln_test.sh118 atf_check ln -shf B C
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.h308 u8 shf;
278 u8 shf; global() member
H A Dphy.c1847 desc.idx = cfg->shf + i; in rtw89_phy_fill_txpwr_limit_160m()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1656 // Rotate: Use ptx shf instruction if available.
1661 // r2 = shf.l r1, r1, n
1664 "shf.l.wrap.b32 \t$dst, $src, $src, $amt;",
1670 "shf.l.wrap.b32 \t$dst, $src, $src, $amt;",
1676 // r2 = shf.r r1, r1, n
1679 "shf.r.wrap.b32 \t$dst, $src, $src, $amt;",
1685 "shf.r.wrap.b32 \t$dst, $src, $src, $amt;",
1806 "shf.l.clamp.b32 \t$dst, $lo, $hi, $amt;",
1813 "shf.r.clamp.b32 \t$dst, $lo, $hi, $amt;",
H A DNVPTXIntrinsics.td2645 "shf.l.wrap.b32 \t$dst, $src, $src, $amt;",
2653 "shf.l.wrap.b32 \t$dst, $src, $src, $amt;",
2698 "shf.l.wrap.b32 \t$dst, $lo, $hi, $amt;",[]>,
2704 "shf.l.wrap.b32 \t$dst, $lo, $hi, $amt;",[]>,
2710 "shf.r.wrap.b32 \t$dst, $lo, $hi, $amt;",[]>,
2716 "shf.r.wrap.b32 \t$dst, $lo, $hi, $amt;",[]>,
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c488 sh_flags(uint64_t shf) in sh_flags() argument
496 if (shf & SHF_##N) \ in sh_flags()