HomeSort by relevance Sort by last modified time
    Searched refs:uqshl (Results 1 - 16 of 16) sorted by null

  /external/llvm/test/MC/AArch64/
neon-scalar-saturating-shift.s 19 uqshl b0, b1, b2
20 uqshl h10, h11, h12
21 uqshl s20, s21, s2
22 uqshl d17, d31, d8
24 // CHECK: uqshl b0, b1, b2 // encoding: [0x20,0x4c,0x22,0x7e]
25 // CHECK: uqshl h10, h11, h12 // encoding: [0x6a,0x4d,0x6c,0x7e]
26 // CHECK: uqshl s20, s21, s2 // encoding: [0xb4,0x4e,0xa2,0x7e]
27 // CHECK: uqshl d17, d31, d8 // encoding: [0xf1,0x4f,0xe8,0x7e]
neon-saturating-shift.s 28 uqshl v0.8b, v1.8b, v2.8b
29 uqshl v0.16b, v1.16b, v2.16b
30 uqshl v0.4h, v1.4h, v2.4h
31 uqshl v0.8h, v1.8h, v2.8h
32 uqshl v0.2s, v1.2s, v2.2s
33 uqshl v0.4s, v1.4s, v2.4s
34 uqshl v0.2d, v1.2d, v2.2d
36 // CHECK: uqshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x4c,0x22,0x2e]
37 // CHECK: uqshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x4c,0x22,0x6e]
38 // CHECK: uqshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x4c,0x62,0x2e
    [all...]
neon-scalar-shift-imm.s 84 uqshl b18, b15, #6
85 uqshl h11, h18, #7
86 uqshl s14, s19, #18
87 uqshl d15, d12, #19
89 // CHECK: uqshl b18, b15, #6 // encoding: [0xf2,0x75,0x0e,0x7f]
90 // CHECK: uqshl h11, h18, #7 // encoding: [0x4b,0x76,0x17,0x7f]
91 // CHECK: uqshl s14, s19, #18 // encoding: [0x6e,0x76,0x32,0x7f]
92 // CHECK: uqshl d15, d12, #19 // encoding: [0x8f,0x75,0x53,0x7f]
neon-simd-shift.s 242 uqshl v0.8b, v1.8b, #3
243 uqshl v0.4h, v1.4h, #3
244 uqshl v0.2s, v1.2s, #3
245 uqshl v0.16b, v1.16b, #3
246 uqshl v0.8h, v1.8h, #3
247 uqshl v0.4s, v1.4s, #3
248 uqshl v0.2d, v1.2d, #3
250 // CHECK: uqshl v0.8b, v1.8b, #3 // encoding: [0x20,0x74,0x0b,0x2f]
251 // CHECK: uqshl v0.4h, v1.4h, #3 // encoding: [0x20,0x74,0x13,0x2f]
252 // CHECK: uqshl v0.2s, v1.2s, #3 // encoding: [0x20,0x74,0x23,0x2f
    [all...]
arm64-advsimd.s 366 uqshl.8b v0, v0, v0
437 ; CHECK: uqshl.8b v0, v0, v0 ; encoding: [0x00,0x4c,0x20,0x2e]
    [all...]
neon-diagnostics.s     [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.stdout.exp     [all...]
  /external/libavc/common/armv8/
ih264_intra_pred_luma_16x16_av8.s 334 uqshl v0.8h, v0.8h, v20.8h
  /external/libavc/encoder/armv8/
ih264e_evaluate_intra16x16_modes_av8.s 140 uqshl v0.8h, v0.8h, v20.8h
  /external/vixl/test/
test-simulator-a64.cc     [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h     [all...]
simulator-a64.h     [all...]
simulator-a64.cc     [all...]
assembler-a64.cc     [all...]
logic-a64.cc 1704 LogicVRegister Simulator::uqshl(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 471 milliseconds