/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding-ext.s.cs | 2 // 0x4d,0x82,0x00,0x20 = beqlr 0 3 // 0x4d,0x86,0x00,0x20 = beqlr 1 4 // 0x4d,0x8a,0x00,0x20 = beqlr 2 5 // 0x4d,0x8e,0x00,0x20 = beqlr 3 6 // 0x4d,0x92,0x00,0x20 = beqlr 4 7 // 0x4d,0x96,0x00,0x20 = beqlr 5 8 // 0x4d,0x9a,0x00,0x20 = beqlr 6 9 // 0x4d,0x9e,0x00,0x20 = beqlr 7 10 // 0x4d,0x80,0x00,0x20 = bclr 12, 0, 0 11 // 0x4d,0x81,0x00,0x20 = bclr 12, 1, 0 [all …]
|
D | ppc64-encoding-vmx.s.cs | 2 0x7c,0x43,0x20,0x0e = lvebx 2, 3, 4 3 0x7c,0x43,0x20,0x4e = lvehx 2, 3, 4 4 0x7c,0x43,0x20,0x8e = lvewx 2, 3, 4 5 0x7c,0x43,0x20,0xce = lvx 2, 3, 4 6 0x7c,0x43,0x22,0xce = lvxl 2, 3, 4 7 0x7c,0x43,0x21,0x0e = stvebx 2, 3, 4 8 0x7c,0x43,0x21,0x4e = stvehx 2, 3, 4 9 0x7c,0x43,0x21,0x8e = stvewx 2, 3, 4 10 0x7c,0x43,0x21,0xce = stvx 2, 3, 4 11 0x7c,0x43,0x23,0xce = stvxl 2, 3, 4 [all …]
|
D | ppc64-encoding.s.cs | 2 // 0x4c,0x8a,0x18,0x20 = bclr 4, 10, 3 3 // 0x4c,0x8a,0x00,0x20 = bclr 4, 10, 0 4 // 0x4c,0x8a,0x18,0x21 = bclrl 4, 10, 3 5 // 0x4c,0x8a,0x00,0x21 = bclrl 4, 10, 0 6 // 0x4c,0x8a,0x1c,0x20 = bcctr 4, 10, 3 7 // 0x4c,0x8a,0x04,0x20 = bcctr 4, 10, 0 8 // 0x4c,0x8a,0x1c,0x21 = bcctrl 4, 10, 3 9 // 0x4c,0x8a,0x04,0x21 = bcctrl 4, 10, 0 10 0x4c,0x43,0x22,0x02 = crand 2, 3, 4 11 0x4c,0x43,0x21,0xc2 = crnand 2, 3, 4 [all …]
|
/external/capstone/suite/MC/Sparc/ |
D | sparc64-ctrl-instructions.s.cs | 2 0x85,0x66,0x40,0x01 = movne %icc, %g1, %g2 3 0x85,0x64,0x40,0x01 = move %icc, %g1, %g2 4 0x85,0x66,0x80,0x01 = movg %icc, %g1, %g2 5 0x85,0x64,0x80,0x01 = movle %icc, %g1, %g2 6 0x85,0x66,0xc0,0x01 = movge %icc, %g1, %g2 7 0x85,0x64,0xc0,0x01 = movl %icc, %g1, %g2 8 0x85,0x67,0x00,0x01 = movgu %icc, %g1, %g2 9 0x85,0x65,0x00,0x01 = movleu %icc, %g1, %g2 10 0x85,0x67,0x40,0x01 = movcc %icc, %g1, %g2 11 0x85,0x65,0x40,0x01 = movcs %icc, %g1, %g2 [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | sysv.S | 94 sp' -> saved x21 107 cfi_rel_offset (x29, 0) 114 stp x21, x22, [sp, #0] 115 cfi_rel_offset (x21, 0 - ffi_call_SYSV_FS) 122 mov x21, x1 148 ldp q0, q1, [x21, #8*32 + 0] 149 ldp q2, q3, [x21, #8*32 + 32] 150 ldp q4, q5, [x21, #8*32 + 64] 151 ldp q6, q7, [x21, #8*32 + 96] 154 ldp x0, x1, [x21, #0] [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 3 # FIXME: decode as beqlr 0 5 0x4d 0x82 0x00 0x20 9 0x4d 0x86 0x00 0x20 13 0x4d 0x8a 0x00 0x20 17 0x4d 0x8e 0x00 0x20 21 0x4d 0x92 0x00 0x20 25 0x4d 0x96 0x00 0x20 29 0x4d 0x9a 0x00 0x20 33 0x4d 0x9e 0x00 0x20 35 # CHECK: bclr 12, 0 [all …]
|
D | ppc64-encoding-vmx.txt | 4 0x7c 0x43 0x20 0x0e 7 0x7c 0x43 0x20 0x4e 10 0x7c 0x43 0x20 0x8e 13 0x7c 0x43 0x20 0xce 16 0x7c 0x43 0x22 0xce 19 0x7c 0x43 0x21 0x0e 22 0x7c 0x43 0x21 0x4e 25 0x7c 0x43 0x21 0x8e 28 0x7c 0x43 0x21 0xce 31 0x7c 0x43 0x23 0xce [all …]
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 3 # FIXME: decode as beqlr 0 5 0x4d 0x82 0x00 0x20 9 0x4d 0x86 0x00 0x20 13 0x4d 0x8a 0x00 0x20 17 0x4d 0x8e 0x00 0x20 21 0x4d 0x92 0x00 0x20 25 0x4d 0x96 0x00 0x20 29 0x4d 0x9a 0x00 0x20 33 0x4d 0x9e 0x00 0x20 35 # CHECK: bclr 12, 0 [all …]
|
D | ppc64le-encoding.txt | 20 0x20 0x18 0x8a 0x4c 23 0x20 0x00 0x8a 0x4c 26 0x21 0x18 0x8a 0x4c 29 0x21 0x00 0x8a 0x4c 32 0x20 0x1c 0x8a 0x4c 35 0x20 0x04 0x8a 0x4c 38 0x21 0x1c 0x8a 0x4c 41 0x21 0x04 0x8a 0x4c 44 0x02 0x22 0x43 0x4c 47 0xc2 0x21 0x43 0x4c [all …]
|
D | ppc64-encoding-vmx.txt | 4 0x7c 0x43 0x20 0x0e 7 0x7c 0x43 0x20 0x4e 10 0x7c 0x43 0x20 0x8e 13 0x7c 0x43 0x20 0xce 16 0x7c 0x43 0x22 0xce 19 0x7c 0x43 0x21 0x0e 22 0x7c 0x43 0x21 0x4e 25 0x7c 0x43 0x21 0x8e 28 0x7c 0x43 0x21 0xce 31 0x7c 0x43 0x23 0xce [all …]
|
/external/llvm-project/llvm/test/MC/Mips/mt/ |
D | mftr-mttr-aliases.s | 5 mftc0 $4, $5 # CHECK: mftr $4, $5, 0, 0, 0 # encoding: [0x41,0x05,0x20,0x00] 6 mftc0 $6, $7, 1 # CHECK: mftr $6, $7, 0, 1, 0 # encoding: [0x41,0x07,0x30,0x01] 7 mftgpr $5, $9 # CHECK: mftr $5, $9, 1, 0, 0 # encoding: [0x41,0x09,0x28,0x20] 8 mftlo $3 # CHECK: mftr $3, $zero, 1, 1, 0 # encoding: [0x41,0x00,0x18,0x21] 9 mftlo $3, $ac0 # CHECK: mftr $3, $zero, 1, 1, 0 # encoding: [0x41,0x00,0x18,0x21] 10 mftlo $3, $ac1 # CHECK: mftr $3, $4, 1, 1, 0 # encoding: [0x41,0x04,0x18,0x21] 11 mftlo $3, $ac2 # CHECK: mftr $3, $8, 1, 1, 0 # encoding: [0x41,0x08,0x18,0x21] 12 mftlo $3, $ac3 # CHECK: mftr $3, $12, 1, 1, 0 # encoding: [0x41,0x0c,0x18,0x21] 13 mfthi $3, $ac0 # CHECK: mftr $3, $1, 1, 1, 0 # encoding: [0x41,0x01,0x18,0x21] 14 mfthi $3, $ac1 # CHECK: mftr $3, $5, 1, 1, 0 # encoding: [0x41,0x05,0x18,0x21] [all …]
|
/external/llvm/test/MC/Mips/ |
D | mips64-expansions.s | 4 li $10, ~(0x101010) 5 # CHECK: lui $10, 65519 # encoding: [0xef,0xff,0x0a,0x3c] 6 # CHECK: ori $10, $10, 61423 # encoding: [0xef,0xef,0x4a,0x35] 10 bne $2, 0x100010001, 1332 11 # CHECK: addiu $1, $zero, 1 # encoding: [0x01,0x00,0x01,0x24] 12 # CHECK: dsll $1, $1, 16 # encoding: [0x38,0x0c,0x01,0x00] 13 # CHECK: ori $1, $1, 1 # encoding: [0x01,0x00,0x21,0x34] 14 # CHECK: dsll $1, $1, 16 # encoding: [0x38,0x0c,0x01,0x00] 15 # CHECK: ori $1, $1, 1 # encoding: [0x01,0x00,0x21,0x34] 16 # CHECK: bne $2, $1, 1332 # encoding: [0x4d,0x01,0x41,0x14] [all …]
|
D | macro-la.s | 12 la $5, 0x00000001 # CHECK: addiu $5, $zero, 1 # encoding: [0x24,0x05,0x00,0x01] 13 la $5, 0x00000002 # CHECK: addiu $5, $zero, 2 # encoding: [0x24,0x05,0x00,0x02] 14 la $5, 0x00004000 # CHECK: addiu $5, $zero, 16384 # encoding: [0x24,0x05,0x40,0x00] 15 la $5, 0x00008000 # CHECK: ori $5, $zero, 32768 # encoding: [0x34,0x05,0x80,0x00] 16 la $5, 0xffffffff # CHECK: addiu $5, $zero, -1 # encoding: [0x24,0x05,0xff,0xff] 17 la $5, 0xfffffffe # CHECK: addiu $5, $zero, -2 # encoding: [0x24,0x05,0xff,0xfe] 18 la $5, 0xffffc000 # CHECK: addiu $5, $zero, -16384 # encoding: [0x24,0x05,0xc0,0x00] 19 la $5, 0xffff8000 # CHECK: addiu $5, $zero, -32768 # encoding: [0x24,0x05,0x80,0x00] 21 la $5, 0x00010000 # CHECK: lui $5, 1 # encoding: [0x3c,0x05,0x00,0x01] 22 la $5, 0x00020000 # CHECK: lui $5, 2 # encoding: [0x3c,0x05,0x00,0x02] [all …]
|
/external/rust/crates/quiche/deps/boringssl/ios-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 28 add x29,sp,#0 30 stp x21,x22,[sp,#32] 33 ldr x9,[x2],#8 // bp[0] 35 ldp x7,x8,[x1],#16 // ap[0..1] 39 ldp x13,x14,[x3],#16 // np[0..1] 41 mul x6,x7,x9 // ap[0]*bp[0] 42 sub x21,x5,#16 // j=num-2 44 mul x10,x8,x9 // ap[1]*bp[0] 47 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | macro-la.s | 12 la $5, 0x00000001 # CHECK: addiu $5, $zero, 1 # encoding: [0x24,0x05,0x00,0x01] 13 la $5, 0x00000002 # CHECK: addiu $5, $zero, 2 # encoding: [0x24,0x05,0x00,0x02] 14 la $5, 0x00004000 # CHECK: addiu $5, $zero, 16384 # encoding: [0x24,0x05,0x40,0x00] 15 la $5, 0x00008000 # CHECK: ori $5, $zero, 32768 # encoding: [0x34,0x05,0x80,0x00] 16 la $5, 0xffffffff # CHECK: addiu $5, $zero, -1 # encoding: [0x24,0x05,0xff,0xff] 17 la $5, 0xfffffffe # CHECK: addiu $5, $zero, -2 # encoding: [0x24,0x05,0xff,0xfe] 18 la $5, 0xffffc000 # CHECK: addiu $5, $zero, -16384 # encoding: [0x24,0x05,0xc0,0x00] 19 la $5, 0xffff8000 # CHECK: addiu $5, $zero, -32768 # encoding: [0x24,0x05,0x80,0x00] 21 la $5, 0x00010000 # CHECK: lui $5, 1 # encoding: [0x3c,0x05,0x00,0x01] 22 la $5, 0x00020000 # CHECK: lui $5, 2 # encoding: [0x3c,0x05,0x00,0x02] [all …]
|
/external/capstone/suite/MC/AArch64/ |
D | neon-simd-misc.s.cs | 1 # CS_ARCH_ARM64, 0, None 2 0xe0,0x0b,0x20,0x4e = rev64 v0.16b, v31.16b 3 0x82,0x08,0x60,0x4e = rev64 v2.8h, v4.8h 4 0x06,0x09,0xa0,0x4e = rev64 v6.4s, v8.4s 5 0x21,0x09,0x20,0x0e = rev64 v1.8b, v9.8b 6 0xad,0x0a,0x60,0x0e = rev64 v13.4h, v21.4h 7 0x04,0x08,0xa0,0x0e = rev64 v4.2s, v0.2s 8 0xfe,0x0b,0x20,0x6e = rev32 v30.16b, v31.16b 9 0xe4,0x08,0x60,0x6e = rev32 v4.8h, v7.8h 10 0x35,0x08,0x20,0x2e = rev32 v21.8b, v1.8b [all …]
|
/external/boringssl/ios-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 31 add x29,sp,#0 33 stp x21,x22,[sp,#32] 36 ldr x9,[x2],#8 // bp[0] 38 ldp x7,x8,[x1],#16 // ap[0..1] 42 ldp x13,x14,[x3],#16 // np[0..1] 44 mul x6,x7,x9 // ap[0]*bp[0] 45 sub x21,x5,#16 // j=num-2 47 mul x10,x8,x9 // ap[1]*bp[0] 50 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/openscreen/third_party/boringssl/win-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 34 add x29,sp,#0 36 stp x21,x22,[sp,#32] 39 ldr x9,[x2],#8 // bp[0] 41 ldp x7,x8,[x1],#16 // ap[0..1] 45 ldp x13,x14,[x3],#16 // np[0..1] 47 mul x6,x7,x9 // ap[0]*bp[0] 48 sub x21,x5,#16 // j=num-2 50 mul x10,x8,x9 // ap[1]*bp[0] 53 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/rust/crates/ring/pregenerated/ |
D | armv8-mont-linux64.S | 5 #define __has_feature(x) 0 29 add x29,sp,#0 31 stp x21,x22,[sp,#32] 34 ldr x9,[x2],#8 // bp[0] 36 ldp x7,x8,[x1],#16 // ap[0..1] 40 ldp x13,x14,[x3],#16 // np[0..1] 42 mul x6,x7,x9 // ap[0]*bp[0] 43 sub x21,x5,#16 // j=num-2 45 mul x10,x8,x9 // ap[1]*bp[0] 48 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
D | armv8-mont-ios64.S | 5 #define __has_feature(x) 0 28 add x29,sp,#0 30 stp x21,x22,[sp,#32] 33 ldr x9,[x2],#8 // bp[0] 35 ldp x7,x8,[x1],#16 // ap[0..1] 39 ldp x13,x14,[x3],#16 // np[0..1] 41 mul x6,x7,x9 // ap[0]*bp[0] 42 sub x21,x5,#16 // j=num-2 44 mul x10,x8,x9 // ap[1]*bp[0] 47 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/openscreen/third_party/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 32 add x29,sp,#0 34 stp x21,x22,[sp,#32] 37 ldr x9,[x2],#8 // bp[0] 39 ldp x7,x8,[x1],#16 // ap[0..1] 43 ldp x13,x14,[x3],#16 // np[0..1] 45 mul x6,x7,x9 // ap[0]*bp[0] 46 sub x21,x5,#16 // j=num-2 48 mul x10,x8,x9 // ap[1]*bp[0] 51 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 32 add x29,sp,#0 34 stp x21,x22,[sp,#32] 37 ldr x9,[x2],#8 // bp[0] 39 ldp x7,x8,[x1],#16 // ap[0..1] 43 ldp x13,x14,[x3],#16 // np[0..1] 45 mul x6,x7,x9 // ap[0]*bp[0] 46 sub x21,x5,#16 // j=num-2 48 mul x10,x8,x9 // ap[1]*bp[0] 51 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/boringssl/win-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 34 add x29,sp,#0 36 stp x21,x22,[sp,#32] 39 ldr x9,[x2],#8 // bp[0] 41 ldp x7,x8,[x1],#16 // ap[0..1] 45 ldp x13,x14,[x3],#16 // np[0..1] 47 mul x6,x7,x9 // ap[0]*bp[0] 48 sub x21,x5,#16 // j=num-2 50 mul x10,x8,x9 // ap[1]*bp[0] 53 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/openscreen/third_party/boringssl/ios-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 31 add x29,sp,#0 33 stp x21,x22,[sp,#32] 36 ldr x9,[x2],#8 // bp[0] 38 ldp x7,x8,[x1],#16 // ap[0..1] 42 ldp x13,x14,[x3],#16 // np[0..1] 44 mul x6,x7,x9 // ap[0]*bp[0] 45 sub x21,x5,#16 // j=num-2 47 mul x10,x8,x9 // ap[1]*bp[0] 50 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|
/external/rust/crates/quiche/deps/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | armv8-mont.S | 5 #define __has_feature(x) 0 29 add x29,sp,#0 31 stp x21,x22,[sp,#32] 34 ldr x9,[x2],#8 // bp[0] 36 ldp x7,x8,[x1],#16 // ap[0..1] 40 ldp x13,x14,[x3],#16 // np[0..1] 42 mul x6,x7,x9 // ap[0]*bp[0] 43 sub x21,x5,#16 // j=num-2 45 mul x10,x8,x9 // ap[1]*bp[0] 48 mul x15,x6,x4 // "tp[0]"*n0 [all …]
|