Home
last modified time | relevance | path

Searched refs:x16 (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/external/libmpeg2/common/armv8/
Dimpeg2_format_conv.s152 mov x16, x6
158 sub x16, x16, #16
159 cmp x16, #15
162 cmp x16, #0
168 sub x20, x16, #16
169 neg x16, x20
170 sub x0, x0, x16
171 sub x3, x3, x16
196 mov x16, x6
207 sub x16, x16, #8
[all …]
/external/libhevc/common/arm64/
Dihevc_inter_pred_luma_horz_w16out.s137 sub x16,x0,#3 //pu1_src - 3
139 add x8,x16,x2 //pu1_src_tmp2_8 = pu1_src + src_strd
193 sub x16,x0,#3 //pu1_src - 3
197 add x16, x16,#8
204 add x8,x16,x2 //pu1_src + src_strd
211 ld1 {v20.2s},[x16],x15 //vector load pu1_src
212 ld1 {v21.2s},[x16],x15
221 ld1 {v20.2s},[x16],x15
222 ld1 {v21.2s},[x16],x15
231 ld1 {v20.2s},[x16],x15
[all …]
Dihevc_inter_pred_luma_copy.s86 mov x16,x6 //loads wd
90 tst x16,#15 //checks wd for multiples for 4 & 8
92 tst x16,#7 //checks wd for multiples for 4 & 8
94 sub x15,x16,#4
97 subs x8,x16,#0 //checks wd == 0
132 sub x15,x16,#8
135 subs x8,x16,#0 //checks wd
165 sub x15,x16,#16
168 subs x8,x16,#0 //checks wd
/external/boringssl/linux-aarch64/crypto/sha/
Dsha512-armv8.S37 ror x16,x24,#14
45 eor x16,x16,x6,ror#18 // Sigma1(e)
49 add x27,x27,x16 // h+=Sigma1(e)
62 ror x16,x23,#14
70 eor x16,x16,x7,ror#18 // Sigma1(e)
74 add x26,x26,x16 // h+=Sigma1(e)
86 ror x16,x22,#14
94 eor x16,x16,x8,ror#18 // Sigma1(e)
98 add x25,x25,x16 // h+=Sigma1(e)
111 ror x16,x21,#14
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint-webkit_jscc.ll13 ; CHECK-NEXT: movz x16, #0xffff, lsl #32
14 ; CHECK-NEXT: movk x16, #0xdead, lsl #16
15 ; CHECK-NEXT: movk x16, #0xbeef
16 ; CHECK-NEXT: blr x16
21 ; FAST-NEXT: movz x16, #0xffff, lsl #32
22 ; FAST-NEXT: movk x16, #0xdead, lsl #16
23 ; FAST-NEXT: movk x16, #0xbeef
24 ; FAST-NEXT: blr x16
44 ; CHECK-NEXT: movz x16, #0xffff, lsl #32
45 ; CHECK-NEXT: movk x16, #0xdead, lsl #16
[all …]
Darm64-patchpoint.ll9 ; CHECK: movz x16, #0xdead, lsl #32
10 ; CHECK-NEXT: movk x16, #0xbeef, lsl #16
11 ; CHECK-NEXT: movk x16, #0xcafe
12 ; CHECK-NEXT: blr x16
13 ; CHECK: movz x16, #0xdead, lsl #32
14 ; CHECK-NEXT: movk x16, #0xbeef, lsl #16
15 ; CHECK-NEXT: movk x16, #0xcaff
16 ; CHECK-NEXT: blr x16
/external/boringssl/linux-aarch64/crypto/bn/
Darmv8-mont.S38 mul x16,x14,x15 // np[1]*m1
61 adds x12,x16,x13
67 mul x16,x14,x15 // np[j]*m1
78 adds x12,x16,x13
109 mul x16,x14,x15 // np[1]*m1
123 adds x12,x16,x13
132 mul x16,x14,x15 // np[j]*m1
145 adds x12,x16,x13
295 mul x16,x9,x6
301 adcs x22,x22,x16
[all …]
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc-mem.txt4 0xd4 0x4e 0x00 0x16
16 0xd4 0x56 0x00 0x16
28 0xd4 0x0e 0x00 0x16
40 0xd4 0x16 0x00 0x16
43 0xd4 0x16 0x20 0x20
52 0xd4 0x06 0x00 0x16
64 0xc5 0x06 0x00 0x16
76 0xc5 0x1e 0x00 0x16
88 0xc9 0x16 0x00 0x16
91 0xc9 0x16 0x20 0x20
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java49 int x16 = x[16]; in half() local
50 int c = Nat.shiftDownBit(16, x, x16, z); in half()
51 z[16] = (x16 >>> 1) | (c >>> 23); in half()
136 int x16 = x[16]; in twice() local
137 int c = Nat.shiftUpBit(16, x, x16 << 23, z) | (x16 << 1); in twice()
145 int x16 = x[16], y16 = y[16]; in implMultiply() local
146 zz[32] = Nat.mul31BothAdd(16, x16, y, y16, x, zz, 16) + (x16 * y16); in implMultiply()
153 int x16 = x[16]; in implSquare() local
154 zz[32] = Nat.mulWordAddTo(16, x16 << 1, x, 0, zz, 16) + (x16 * x16); in implSquare()
DSecP192K1FieldElement.java159 int[] x16 = x2; in sqrt() local
160 SecP192K1Field.squareN(x8, 8, x16); in sqrt()
161 SecP192K1Field.multiply(x16, x8, x16); in sqrt()
163 SecP192K1Field.squareN(x16, 3, x19); in sqrt()
167 SecP192K1Field.multiply(x35, x16, x35); in sqrt()
168 int[] x70 = x16; in sqrt()
/external/deqp/doc/
Dgles3-test-case-resolutions.txt16 dEQP-GLES3.functional.shaders.keywords.* 2x2 16x16
17 dEQP-GLES3.functional.shaders.qualification_order.* 2x2 16x16
34 dEQP-GLES3.functional.shaders.fragdata.* 16x16 32x32
35 dEQP-GLES3.functional.shaders.random.* 16x16 64x64
48 dEQP-GLES3.functional.texture.swizzle.* 16x16 64x64
66 dEQP-GLES3.functional.ubo.* 16x16 32x32
67 dEQP-GLES3.functional.uniform_api.* 16x16 32x32
68 dEQP-GLES3.functional.attribute_location.* 16x16 32x32
78 dEQP-GLES3.functional.transform_feedback.* 16x16 64x64
79 dEQP-GLES3.functional.fence_sync.* 16x16 64x64
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
D2008-08-04-IVOverflow.ll11 add i16 %0, %x16.0
17 %x16.0 = phi i16 [ 0, %entry ], [ %1, %bb ]
22 zext i16 %x16.0 to i32
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dcopymem16x16_v6.asm25 pld [r0, #31] ; preload for next 16x16 block
91 pld [r0, #31] ; preload for next 16x16 block
124 pld [r0, #31] ; preload for next 16x16 block
153 pld [r0, #31] ; preload for next 16x16 block
177 pld [r0, #31] ; preload for next 16x16 block
/external/sonivox/jet_tools/JetCreator/
Dimg_Open.py36 \x9f}\x161\xfe;\xf9\x86\xc8.\x17\x81\xd7\x1f\xfexy\\@\xbb\xdd\x16\xae\xeb\
39 \xe5\x16\x16\x16\xd8\xde\xde\xe6\xd4\xa9St:\x1dZ!|\xa7<\x8b\xebG\xacnx\x07\
50 \x10B\xb0\xd3\xd1\x94\x8f\x14\xe8%\x06\xa5\xf4X\x84\x93\x16\xdfp\x1f\xa5\xcd\
52 \x16\xe6\xde\xc3\x0f\x93At}B\xdd_\x07z\x7f\xae\x87\xa7c\x90\xa1q\x08\xb1w\
56 \x16/HH\xf6\xa7`\x14\x93\xae\\\x03\xdf\x04\x9b\xb0`\xf3\xe5\xae4\xda|\xd2\
61 \xf4b5>\xd2\x9bx&\x90\xa6\xfd\x86j\xb5\x16\x06\xbb[?\x07\xde\x03\xfc\x94\x80\
Dimg_splash.py26 \xf7Z\x19\xd3\xaae\x1e=\xca\x85\xf6\xbfR;\xfbnsC`\x16\x0b\xcc\x17\x11\xb7T\
27 \x196\x01\x92^\x94\xd6b7\x15\xe6\x8d\x97C\xae\xb0Z\xcd+e\x9d\x8e\xa4 \x16\
75 ^\x8eg\xfaV[\xb3K\xb3\x1bI\xea\x9el\xe0\x19\x85~4+\xe8\xa6\xae\x16\xab\xd3\
108 \xa1Uy9\x0f2C8\x16\x00\xc7\xb0(\xcb\xaf\xf3|.L4\xa7s\xd8\xd8\x0b\x0f\x92\xd4\
127 \x85,\xb3d\xd5\xec\x16\xaa\xf3D\xce\xb2\x06\xfc\xda\xef\xe4\xe7\x95S1\x11c\
153 \x93\x00+\xff<\x17\x82]\x16\xb1[\xbb\x9c\x94\x844\xf0\xaa~\xe0\xcd\xfd \x86\
174 \x16\xbd\xb3\x04\x8cCj\xbe\xda03\xec\xef1ym\x02N\x863\xa5\x9c\xeb\xed\x18\
182 \x92N\xefv5B\xba\x0bd\xfd\x81\x16\xdfZ\x102S\xfbqf\xd7\xda\xea\xda\x93\xa5\
229 \xdf\x825\x9d-s\xb2\xa7\x16\x9cY\xa3\x1cL\xb29\xd1_\xb4\x8c\xdaQw\x15\x8bq\
239 \x1c\xaf M\xe6\x16\x84t\xa5G/\xbc\xe1~\x1do\xaf-4\xf4\xa1\xc0\xfb-\x13\xe9\
[all …]
/external/v8/test/cctest/
Dtest-disasm-arm64.cc157 COMPARE(Mov(x16, Operand(x20, SXTW, 3)), "sbfiz x16, x20, #3, #32"); in TEST_()
200 COMPARE(movn(x16, 0x555500000000), "movn x16, #0x555500000000"); in TEST_()
285 COMPARE(adds(x16, x17, Operand(0xaa000)), in TEST_()
315 COMPARE(subs(x16, x17, Operand(0xaa000)), in TEST_()
338 COMPARE(add(x15, x16, Operand(x17, LSR, 4)), "add x15, x16, x17, lsr #4"); in TEST_()
364 COMPARE(sub(x15, x16, Operand(x17, LSR, 4)), "sub x15, x16, x17, lsr #4"); in TEST_()
446 COMPARE(sbc(x15, x16, Operand(x17)), "sbc x15, x16, x17"); in TEST_()
495 COMPARE(smaddl(x25, w21, w22, x16), "smaddl x25, w21, w22, x16"); in TEST()
497 COMPARE(umaddl(x25, w21, w22, x16), "umaddl x25, w21, w22, x16"); in TEST()
500 COMPARE(smsubl(x25, w21, w22, x16), "smsubl x25, w21, w22, x16"); in TEST()
[all …]
Dtest-assembler-arm64.cc250 __ Mov(x16, 0x1000); in TEST()
251 __ Mov(csp, x16); in TEST()
1098 __ Mov(x16, 0); in TEST()
1107 __ Mul(x4, x16, x16); in TEST()
1118 __ Mneg(x20, x16, x16); in TEST()
1179 __ Mov(x16, 0); in TEST()
1197 __ Madd(x12, x16, x16, x16); in TEST()
1198 __ Madd(x13, x16, x16, x17); in TEST()
1199 __ Madd(x14, x16, x16, x18); in TEST()
1200 __ Madd(x15, x16, x16, x19); in TEST()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
DMakefile4 SIZES := 16x16 22x22 32x32 48x48 64x64 128x128
19 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm)
/external/llvm/test/MC/AArch64/
Dtrace-regs.s44 mrs x16, trceventctl1r
54 mrs x16, trcvissctlr
426 msr trceventctl0r, x16
444 msr trcseqevr2, x16
445 msr trcseqrstevr, x16
455 msr trccntctlr3, x16
568 msr trcdvcmr5, x16
/external/clang/test/CodeGen/
Doverride-layout.c161 struct X16 x16; in use_structs() local
162 x16.x = sizeof(struct X16); in use_structs()
/external/tcpdump/tests/
Dcdp-v.out17 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 192.168.0.1
36 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 192.168.0.1
55 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 192.168.0.1
/external/vixl/examples/
Dcustom-disassembler.cc122 __ Add(x10, x16, x17); in GenerateCustomDisassemblerTestCode()
132 __ Pop(x16, x20); in GenerateCustomDisassemblerTestCode()
/external/vixl/test/
Dtest-disasm-a64.cc162 COMPARE(Mov(x16, Operand(x17, SXTW, 3)), "sbfiz x16, x17, #3, #32"); in TEST()
196 COMPARE(movn(x16, 0x555500000000), "mov x16, #0xffffaaaaffffffff"); in TEST()
285 COMPARE(adds(x16, x17, Operand(0xaa000)), "adds x16, x17, #0xaa000 (696320)"); in TEST()
315 COMPARE(subs(x16, x17, Operand(0xaa000)), "subs x16, x17, #0xaa000 (696320)"); in TEST()
337 COMPARE(add(x15, x16, Operand(x17, LSR, 4)), "add x15, x16, x17, lsr #4"); in TEST()
363 COMPARE(sub(x15, x16, Operand(x17, LSR, 4)), "sub x15, x16, x17, lsr #4"); in TEST()
445 COMPARE(sbc(x15, x16, Operand(x17)), "sbc x15, x16, x17"); in TEST()
488 COMPARE(madd(x30, x21, x22, x16), "madd x30, x21, x22, x16"); in TEST()
491 COMPARE(smaddl(x30, w21, w22, x16), "smaddl x30, w21, w22, x16"); in TEST()
493 COMPARE(umaddl(x30, w21, w22, x16), "umaddl x30, w21, w22, x16"); in TEST()
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips3/
Dvalid-mips3-el.txt36 0x38 0x70 0x16 0x46 # CHECK: c.sf.s $f14, $f22
59 0x16 0xee 0xda 0x66 # CHECK: daddiu $26, $22, -4586
87 0x16 0x98 0x86 0x02 # CHECK: dsrlv $19, $6, $20
90 0x16 0x98 0x86 0x02 # CHECK: dsrlv $19, $6, $20
108 0x2a 0x16 0xa8 0x8c # CHECK: lw $8, 5674($5)
148 0xcb 0x16 0x4c 0xfd # CHECK: sd $12, 5835($10)
178 0xc1 0xb5 0x16 0x46 # CHECK: sub.s $f23, $f22, $f22
/external/libvpx/libvpx/test/
Dtest-data.sha1301 1c5992203e62a2b83040ccbecd748b604e19f4c0 *vp90-2-02-size-08x16.webm
302 9aa45ffdf2078f883bbed01450031b691819c144 *vp90-2-02-size-08x16.webm.md5
317 ba442fc03ccd3a705c64c83b36f5ada67d198874 *vp90-2-02-size-10x16.webm
318 7cfd960f232c34c641a4a2a9411b6fd0efb2fc50 *vp90-2-02-size-10x16.webm.md5
333 066834fef9cf5b9a72932cf4dea5f253e14a976d *vp90-2-02-size-16x16.webm
334 faec542f52f37601cb9c480d887ae9355be99372 *vp90-2-02-size-16x16.webm.md5
349 60fe99e5f5cc99706efa3e0b894e45cbcf0d6330 *vp90-2-02-size-18x16.webm
350 1ab6cdd89a53662995d103546e6611c84f9292ab *vp90-2-02-size-18x16.webm.md5
365 f47ca2ced0d47f761bb0a5fdcd911d3f450fdcc1 *vp90-2-02-size-32x16.webm
366 ae10981d93913f0ab1f28c1146255e01769aa8c0 *vp90-2-02-size-32x16.webm.md5
[all …]

12345678910>>...17