Home
last modified time | relevance | path

Searched refs:uxtb16 (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dpixblockdsp_armv6.S30 uxtb16 r6, r4
31 uxtb16 r4, r4, ror #8
32 uxtb16 r12, r5
33 uxtb16 r8, r5, ror #8
53 uxtb16 r8, r4
54 uxtb16 r4, r4, ror #8
55 uxtb16 r9, r6
56 uxtb16 r6, r6, ror #8
60 uxtb16 r8, r5
61 uxtb16 r
[all...]
H A Dmpegvideoencdsp_armv6.S29 uxtb16 r6, r2
30 uxtb16 r2, r2, ror #8
32 uxtb16 r6, r3
34 uxtb16 r3, r3, ror #8
36 uxtb16 r6, r4
38 uxtb16 r4, r4, ror #8
40 uxtb16 r6, r5
42 uxtb16 r5, r5, ror #8
H A Dme_cmp_armv6.S202 uxtb16 lr, r4
203 uxtb16 r4, r4, ror #8
204 uxtb16 r9, r8
205 uxtb16 r8, r8, ror #8
210 uxtb16 r6, r5
211 uxtb16 lr, r5, ror #8
212 uxtb16 r8, r7
213 uxtb16 r9, r7, ror #8
220 uxtb16 lr, r4
221 uxtb16 r
[all...]
H A Dvp8dsp_armv6.S392 uxtb16 \o1, \i1 @ xx 12 xx 10
393 uxtb16 \o0, \i0 @ xx 02 xx 00
394 uxtb16 \o3, \i3 @ xx 32 xx 30
395 uxtb16 \o2, \i2 @ xx 22 xx 20
399 uxtb16 \i1, \i1, ror #8 @ xx 13 xx 11
400 uxtb16 \i3, \i3, ror #8 @ xx 33 xx 31
401 uxtb16 \i0, \i0, ror #8 @ xx 03 xx 01
402 uxtb16 \i2, \i2, ror #8 @ xx 23 xx 21
702 uxtb16 r6, r6
703 uxtb16 r1
[all...]
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1193 Format(instr, "uxtb16'cond 'rd, 'rm"); in DecodeType3()
1196 Format(instr, "uxtb16'cond 'rd, 'rm, ror #8"); in DecodeType3()
1199 Format(instr, "uxtb16'cond 'rd, 'rm, ror #16"); in DecodeType3()
1202 Format(instr, "uxtb16'cond 'rd, 'rm, ror #24"); in DecodeType3()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-t32.cc64 M(uxtb16) \
348 #include "aarch32/traces/assembler-cond-rd-operand-rn-uxtb16-t32.h"
H A Dtest-assembler-cond-rd-operand-rn-a32.cc64 M(uxtb16) \
1123 #include "aarch32/traces/assembler-cond-rd-operand-rn-uxtb16-a32.h"
H A Dtest-assembler-cond-rd-operand-rn-ror-amount-a32.cc56 M(uxtb16) \
1321 #include "aarch32/traces/assembler-cond-rd-operand-rn-ror-amount-uxtb16-a32.h"
H A Dtest-assembler-cond-rd-operand-rn-ror-amount-t32.cc56 M(uxtb16) \
1209 #include "aarch32/traces/assembler-cond-rd-operand-rn-ror-amount-uxtb16-t32.h"
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h585 void uxtb16(Register dst, Register src, int rotate = 0, Condition cond = al);
H A Dassembler-arm.cc2004 void Assembler::uxtb16(Register dst, Register src, int rotate, Condition cond) { in uxtb16() function in v8::internal::Assembler
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3780 void uxtb16(Condition cond, Register rd, const Operand& operand);
3781 void uxtb16(Register rd, const Operand& operand) { uxtb16(al, rd, operand); } in uxtb16() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.h1457 void uxtb16(Condition cond, Register rd, const Operand& operand);
H A Dassembler-aarch32.cc13841 void Assembler::uxtb16(Condition cond, Register rd, const Operand& operand) { in uxtb16() function in vixl::aarch32::Assembler
13871 Delegate(kUxtb16, &Assembler::uxtb16, cond, rd, operand); in uxtb16()
H A Ddisasm-aarch32.cc3701 void Disassembler::uxtb16(Condition cond, Register rd, const Operand& operand) { in uxtb16() function in vixl::aarch32::Disassembler
21047 uxtb16(CurrentCond(), in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h6388 uxtb16(cond, rd, operand); in MacroAssembler()

Completed in 163 milliseconds