Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c374 UInt xxi = (UInt)xx; in avg8U() local
376 UInt r = (xxi + yyi + 1) >> 1; in avg8U()
382 UInt xxi = (UInt)xx; in avg16U() local
384 UInt r = (xxi + yyi + 1) >> 1; in avg16U()
410 UInt xxi = (UInt)xx; in hadd16U() local
412 UInt r = (xxi + yyi) >> 1; in hadd16U()
418 Int xxi = (Int)xx; in hadd16S() local
420 Int r = (xxi + yyi) >> 1; in hadd16S()
426 UInt xxi = (UInt)xx; in hsub16U() local
428 UInt r = (xxi - yyi) >> 1; in hsub16U()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1142 def xxi : A64I_bitfield<0b1, opc, 0b1,
3650 def xxi : A64I_logicalimm<0b1, opc, (outs GPR64xsp:$Rd),