HomeSort by relevance Sort by last modified time
    Searched full:shl8 (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/CodeGen/MSP430/
shifts.ll 21 define zeroext i8 @shl8(i8 zeroext %a, i8 zeroext %cnt) nounwind readnone {
23 ; CHECK: shl8
  /external/llvm/test/CodeGen/X86/
x86-shifts.ll 67 define <8 x i16> @shl8(<8 x i16> %A) nounwind {
69 ; CHECK: shl8
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 332 static inline UChar shl8 ( UChar v, UInt n ) function
1025 shl8( sel8x8_7(xx), nn ),
1026 shl8( sel8x8_6(xx), nn ),
1027 shl8( sel8x8_5(xx), nn ),
1028 shl8( sel8x8_4(xx), nn ),
1029 shl8( sel8x8_3(xx), nn ),
1030 shl8( sel8x8_2(xx), nn ),
1031 shl8( sel8x8_1(xx), nn ),
1032 shl8( sel8x8_0(xx), nn )
    [all...]
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 213 XXXX check that x86/amd64 backends can deal with Shl8
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
MSP430InstrInfo.td 134 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
135 "# Shl8 PSEUDO",
    [all...]

Completed in 727 milliseconds