Searched refs:vqshrun (Results 1 - 12 of 12) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi_default.s190 vqshrun.s16 d20,q9,#7
201 vqshrun.s16 d30,q15,#7
240 vqshrun.s16 d20,q9,#7
282 vqshrun.s16 d20,q12,#7
285 vqshrun.s16 d21,q11,#7
292 vqshrun.s16 d30,q15,#7
293 vqshrun.s16 d31,q4,#7
338 vqshrun.s16 d20,q12,#7
339 vqshrun.s16 d21,q11,#7
416 vqshrun
[all...]
H A Dihevc_intra_pred_luma_dc.s235 vqshrun.s16 d2, q10, #2 @columns shr2 movn (prol)
241 vqshrun.s16 d3, q11, #2 @rows shr2 movn (prol)
261 vqshrun.s16 d4, q13, #2 @columns shr2 movn (prol extra)
319 vqshrun.s16 d3, q11, #2 @rows shr2 movn (prol)
469 vqshrun.s16 d2, q10, #2 @columns shr2 movn (prol)
472 vqshrun.s16 d3, q11, #2 @rows shr2 movn (prol)
/external/llvm/test/MC/ARM/
H A Dneon-satshift-encoding.s127 @ CHECK: vqshrun.s16 d16, q8, #8 @ encoding: [0x30,0x08,0xc8,0xf3]
128 vqshrun.s16 d16, q8, #8
129 @ CHECK: vqshrun.s32 d16, q8, #16 @ encoding: [0x30,0x08,0xd0,0xf3]
130 vqshrun.s32 d16, q8, #16
131 @ CHECK: vqshrun.s64 d16, q8, #32 @ encoding: [0x30,0x08,0xe0,0xf3]
132 vqshrun.s64 d16, q8, #32
H A Dneont2-satshift-encoding.s129 @ CHECK: vqshrun.s16 d16, q8, #8 @ encoding: [0xc8,0xff,0x30,0x08]
130 vqshrun.s16 d16, q8, #8
131 @ CHECK: vqshrun.s32 d16, q8, #16 @ encoding: [0xd0,0xff,0x30,0x08]
132 vqshrun.s32 d16, q8, #16
133 @ CHECK: vqshrun.s64 d16, q8, #32 @ encoding: [0xe0,0xff,0x30,0x08]
134 vqshrun.s64 d16, q8, #32
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dneon-satshift-encoding.s127 @ CHECK: vqshrun.s16 d16, q8, #8 @ encoding: [0x30,0x08,0xc8,0xf3]
128 vqshrun.s16 d16, q8, #8
129 @ CHECK: vqshrun.s32 d16, q8, #16 @ encoding: [0x30,0x08,0xd0,0xf3]
130 vqshrun.s32 d16, q8, #16
131 @ CHECK: vqshrun.s64 d16, q8, #32 @ encoding: [0x30,0x08,0xe0,0xf3]
132 vqshrun.s64 d16, q8, #32
H A Dneont2-satshift-encoding.s129 @ CHECK: vqshrun.s16 d16, q8, #8 @ encoding: [0xc8,0xff,0x30,0x08]
130 vqshrun.s16 d16, q8, #8
131 @ CHECK: vqshrun.s32 d16, q8, #16 @ encoding: [0xd0,0xff,0x30,0x08]
132 vqshrun.s32 d16, q8, #16
133 @ CHECK: vqshrun.s64 d16, q8, #32 @ encoding: [0xe0,0xff,0x30,0x08]
134 vqshrun.s64 d16, q8, #32
/external/valgrind/none/tests/arm/
H A Dneon64.stdout.exp3639 vqshrun.s16 d0, q1, #1 :: Qd 0x00000000 0x00000000 Qm (i32)0xffffffff fpscr 08000000
3640 vqshrun.s16 d0, q1, #1 :: Qd 0xffffffff 0xffffff80 Qm (i32)0xffffffff fpscr 08000000
3641 vqshrun.s16 d3, q4, #2 :: Qd 0x00000000 0x00000000 Qm (i32)0xffffff84 fpscr 08000000
3642 vqshrun.s16 d3, q4, #2 :: Qd 0xffffffff 0xffffc040 Qm (i32)0xffffff84 fpscr 08000000
3643 vqshrun.s32 d2, q5, #10 :: Qd 0x00000000 0x00000000 Qm (i32)0xffffffff fpscr 08000000
3644 vqshrun.s32 d2, q5, #10 :: Qd 0xffffffff 0xffffc080 Qm (i32)0xffffffff fpscr 08000000
3645 vqshrun.s32 d2, q5, #1 :: Qd 0xffffffff 0xffffffff Qm (i32)0x7fffffff fpscr 08000000
3646 vqshrun.s32 d2, q5, #1 :: Qd 0xffffffff 0xffffffff Qm (i32)0x7fffffff fpscr 08000000
3647 vqshrun.s16 d2, q5, #1 :: Qd 0xffffffff 0xffffffff Qm (i16)0x00007fff fpscr 08000000
3648 vqshrun
[all...]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h5365 void vqshrun(Condition cond,
5370 void vqshrun(DataType dt, function in class:vixl::aarch32::Assembler
5374 vqshrun(al, dt, rd, rm, operand);
H A Ddisasm-aarch32.h2157 void vqshrun(Condition cond,
H A Ddisasm-aarch32.cc6045 void Disassembler::vqshrun(Condition cond, function in class:vixl::aarch32::Disassembler
[all...]
H A Dassembler-aarch32.cc22419 void Assembler::vqshrun(Condition cond, function in class:vixl::aarch32::Assembler
22474 Delegate(kVqshrun, &Assembler::vqshrun, cond, dt, rd, rm, operand);
H A Dmacro-assembler-aarch32.h9070 vqshrun(cond, dt, rd, rm, operand);

Completed in 316 milliseconds