/third_party/ffmpeg/libavcodec/arm/ |
H A D | pixblockdsp_armv6.S | 36 pkhtb r6, r4, r6, asr #16 38 pkhtb r12, r8, r12, asr #16 64 pkhtb r6, r6, r9, asr #16 71 pkhtb r9, r5, r9, asr #16
|
H A D | idctdsp_armv6.S | 30 pkhtb r5, r5, r4, asr #16 32 pkhtb lr, lr, r12, asr #16
|
H A D | sbcdsp_armv6.S | 63 pkhtb r3, r12, r3, asr #16 @ combine t1[0] and t1[1] 84 pkhtb r12, r14, r12, asr #16 @ combine t1[2] and t1[3] 127 pkhtb r3, r12, r3, asr #16 @ combine t1[6] and t1[7] 149 pkhtb r3, r12, r3, asr #16 @ combine t1[4] and t1[5] 171 pkhtb r3, r12, r3, asr #16 @ combine t1[0] and t1[1] 192 pkhtb r12, r14, r12, asr #16 @ combine t1[2] and t1[3]
|
H A D | vp8dsp_armv6.S | 93 pkhtb r6, r8, r6, asr #16 @ dc{0,1}[1] 95 pkhtb r12, r2, r12, asr #16 @ dc{2,3}[1] 99 pkhtb r7, r9, r7, asr #16 @ dc{0,1}[3] 101 pkhtb lr, r3, lr, asr #16 @ dc{2,3}[3] 252 pkhtb r1, r12, r1, asr #16 @ i5 | i1 256 pkhtb r12, lr, r6, asr #16 @ i7 | i3 281 pkhtb r8, lr, r7, asr #19 @ o[1][0,2] 282 pkhtb r11, r9, r10, asr #19 @ o[1][1,3] 406 pkhtb \o2, \o3, \o1, asr #16 @ 32 22 12 02 408 pkhtb \o [all...] |
H A D | simple_idct_armv6.S | 66 pkhtb r2, ip, r10,asr #16 /* r3 = W7 | (W3 << 16) */ 105 pkhtb r2, ip, r10,asr #16 /* r3 = W7 | (W3 << 16) */
|
H A D | vp8_armv6.S | 123 pkhtb r11, r11, r11, asr #16 142 pkhtb r11, r11, r11, asr #16
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 572 void pkhtb(Register dst, Register src1, const Operand& src2,
|
H A D | assembler-arm.cc | 1916 void Assembler::pkhtb(Register dst, Register src1, const Operand& src2, in pkhtb() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 2778 void pkhtb(Condition cond, Register rd, Register rn, const Operand& operand); 2779 void pkhtb(Register rd, Register rn, const Operand& operand) { in pkhtb() function in vixl::aarch32::Assembler 2780 pkhtb(al, rd, rn, operand); in pkhtb()
|
H A D | disasm-aarch32.h | 984 void pkhtb(Condition cond, Register rd, Register rn, const Operand& operand);
|
H A D | assembler-aarch32.cc | 7998 void Assembler::pkhtb(Condition cond, in pkhtb() function in vixl::aarch32::Assembler 8032 Delegate(kPkhtb, &Assembler::pkhtb, cond, rd, rn, operand); in pkhtb()
|
H A D | disasm-aarch32.cc | 2066 void Disassembler::pkhtb(Condition cond, in pkhtb() function in vixl::aarch32::Disassembler 19341 pkhtb(CurrentCond(), in DecodeT32() [all...] |
H A D | macro-assembler-aarch32.h | 3337 pkhtb(cond, rd, rn, operand); in MacroAssembler()
|