/external/llvm/test/MC/AArch64/ |
D | basic-a64-instructions.s | 25 add x3, x5, x9, sxtx 71 sub x3, x5, x9, sxtx 106 adds x3, x5, x9, sxtx #2 141 subs x3, x5, x9, sxtx #2 176 cmp x5, x9, sxtx #2 212 cmn x5, x9, sxtx #2 254 subs x3, sp, x9, lsl #2 407 add x9, x3, xzr, lsl #10 426 add x8, x9, x10, asr #63 473 adds x9, x3, xzr, lsl #10 [all …]
|
D | arm64-leaf-compact-unwind.s | 61 mov x9, xzr 65 str w9, [x8, x9, lsl #2] 66 add x9, x9, #1 ; =#1 70 mov x9, xzr 74 ldr w10, [x8, x9] 75 add x9, x9, #4 ; =#4 179 mov x9, xzr 185 str w11, [x8, x9, lsl #2] 186 add x9, x9, #1 ; =#1 190 mov x9, xzr [all …]
|
D | basic-a64-diagnostics.s | 11 add w5, w7, x9, sxtx 23 add x9, x10, w11, uxtb #-1 25 sub x9, x15, x2, uxth #5 52 adds x3, xzr, x9, uxtx 174 add x3, x9, #variable 185 add x4, sp, x9, asr #5 186 add x9, x10, x5, ror #3 399 cmn x9, x10, lsl #-1 400 cmn x9, x10, lsl #64 448 cmp x9, x10, lsl #-1 [all …]
|
D | arm64-memory.s | 24 ldrsh x5, [x9, #24] 25 ldrsw x9, [sp, #512] 59 ; CHECK: ldrsh x5, [x9, #24] ; encoding: [0x25,0x31,0x80,0x79] 60 ; CHECK: ldrsw x9, [sp, #512] ; encoding: [0xe9,0x03,0x82,0xb9] 121 ldursh x5, [x9, #24] 122 ldursw x9, [sp, #-128] 136 ; CHECK: ldursh x5, [x9, #24] ; encoding: [0x25,0x81,0x81,0x78] 137 ; CHECK: ldursw x9, [sp, #-128] ; encoding: [0xe9,0x03,0x98,0xb8] 180 ldtrsh x5, [x9, #24] 181 ldtrsw x9, [sp, #-128] [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | PublicKeyFactory.java | 25 import org.bouncycastle.asn1.x9.DHDomainParameters; 26 import org.bouncycastle.asn1.x9.DHPublicKey; 27 import org.bouncycastle.asn1.x9.DHValidationParms; 28 import org.bouncycastle.asn1.x9.ECNamedCurveTable; 29 import org.bouncycastle.asn1.x9.X962Parameters; 30 import org.bouncycastle.asn1.x9.X9ECParameters; 31 import org.bouncycastle.asn1.x9.X9ECPoint; 32 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers; 169 X9ECParameters x9; in createKey() local 176 x9 = CustomNamedCurves.getByOID(oid); in createKey() [all …]
|
D | PrivateKeyFactory.java | 23 import org.bouncycastle.asn1.x9.ECNamedCurveTable; 24 import org.bouncycastle.asn1.x9.X962Parameters; 25 import org.bouncycastle.asn1.x9.X9ECParameters; 26 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers; 133 X9ECParameters x9; in createKey() local 140 x9 = CustomNamedCurves.getByOID(oid); in createKey() 141 if (x9 == null) in createKey() 143 x9 = ECNamedCurveTable.getByOID(oid); in createKey() 146 oid, x9.getCurve(), x9.getG(), x9.getN(), x9.getH(), x9.getSeed()); in createKey() 150 x9 = X9ECParameters.getInstance(params.getParameters()); in createKey() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-intrinsic.ll | 52 ; ARM64: adrp x9, _message@PAGE 53 ; ARM64: add x9, x9, _message@PAGEOFF 54 ; ARM64: ldr x10, [x9] 56 ; ARM64: ldr x10, [x9, #8] 58 ; ARM64: ldrb w11, [x9, #16] 69 ; ARM64: adrp x9, _message@PAGE 70 ; ARM64: add x9, x9, _message@PAGEOFF 71 ; ARM64: ldr x10, [x9] 73 ; ARM64: ldr x10, [x9, #8] 75 ; ARM64: ldrb w11, [x9, #16] [all …]
|
D | aarch64-dynamic-stack-layout.ll | 167 ; CHECK: sub x9, sp, #96 168 ; CHECK: and sp, x9, #0xffffffffffffff80 205 ; CHECK: sub x9, sp, #112 206 ; CHECK: and sp, x9, #0xffffffffffffff80 255 ; CHECK: ubfx x9, x0, #0, #32 256 ; CHECK: lsl x9, x9, #2 257 ; CHECK: add x9, x9, #15 258 ; CHECK: and x9, x9, #0xfffffffffffffff0 260 ; CHECK: sub x[[VLASPTMP:[0-9]+]], x10, x9 302 ; CHECK: ubfx x9, x0, #0, #32 [all …]
|
/external/libhevc/common/arm64/ |
D | ihevc_inter_pred_luma_copy.s | 102 add x9,x0,x2 //pu1_src_tmp += src_strd 105 ld1 {v0.s}[0],[x9],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 108 ld1 {v0.s}[0],[x9],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 111 ld1 {v0.s}[0],[x9],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 119 sub x0,x9,x15 //pu1_src = pu1_src_tmp 139 add x9,x0,x2 //pu1_src_tmp += src_strd 143 ld1 {v1.8b},[x9],x2 //vld1_u8(pu1_src_tmp) 146 ld1 {v2.8b},[x9],x2 //vld1_u8(pu1_src_tmp) 148 ld1 {v3.8b},[x9],x2 //vld1_u8(pu1_src_tmp) 154 sub x0,x9,x15 //pu1_src = pu1_src_tmp [all …]
|
D | ihevc_intra_pred_filters_chroma_mode_19_to_25.s | 130 mul x9, x4, x7 //nt*intra_pred_ang 139 asr x9, x9, #5 179 cmn x9, #1 187 sub x20, x9, x12 //count to take care off ref_idx 188 neg x9, x20 205 subs x9, x9, #1 222 sxtw x9,w9 266 sbfx x9,x14,#0,#8 268 add x10,x8,x9 //(i row)*pu1_ref[ref_main_idx] 271 sbfx x9,x14,#8,#8 [all …]
|
D | ihevc_intra_pred_filters_luma_mode_19_to_25.s | 131 mul x9, x4, x7 //nt*intra_pred_ang 140 asr x9, x9, #5 186 cmn x9, #1 194 sub x20, x9, x12 //count to take care off ref_idx 195 neg x9, x20 212 subs x9, x9, #1 226 sxtw x9,w9 269 sbfx x9,x14,#0,#8 271 add x10,x8,x9 //(i row)*pu1_ref[ref_main_idx] 274 sbfx x9,x14,#8,#8 [all …]
|
D | ihevc_weighted_pred_bi_default.s | 134 mov x21,x9 // wd 60 143 mov x9,x21 //load wd 150 lsl x6,x9,#1 162 orr x14,x8,x9 171 cmp x9,#24 174 cmp x9,#16 177 cmp x9,#12 180 cmp x9,#8 189 cmp x9,#0 //check wd == 0 219 subs x9,x9,#4 //decrement wd by 4 and check for 0 [all …]
|
D | ihevc_intra_pred_luma_mode_27_to_33.s | 116 sxtw x9,w9 157 and x9,x14,#0xff //(i row) get the last byte 159 add x10,x8,x9 //(i row)*pu1_ref[ref_main_idx] 163 and x9,x14,#0xff //(ii)get the last byte 167 add x12,x8,x9 //(ii)*pu1_ref[ref_main_idx] 169 and x9,x14,#0xff //(iii) 171 add x10,x8,x9 //(iii)*pu1_ref[ref_main_idx] 182 and x9,x14,#0xff //(iv) 186 add x12,x8,x9 //(iv)*pu1_ref[ref_main_idx] 209 and x9,x14,#0xff //(v) [all …]
|
D | ihevc_intra_pred_chroma_mode_27_to_33.s | 111 sxtw x9,w9 152 and x9,x14,#0xff //(i row) get the last byte 154 add x10,x8,x9 //(i row)*pu1_ref[ref_main_idx] 158 and x9,x14,#0xff //(ii)get the last byte 162 add x12,x8,x9 //(ii)*pu1_ref[ref_main_idx] 164 and x9,x14,#0xff //(iii) 166 add x10,x8,x9 //(iii)*pu1_ref[ref_main_idx] 177 and x9,x14,#0xff //(iv) 181 add x12,x8,x9 //(iv)*pu1_ref[ref_main_idx] 204 and x9,x14,#0xff //(v) [all …]
|
D | ihevc_intra_pred_chroma_horz.s | 115 add x9,x2,#16 127 st1 { v2.8h},[x9],x3 //store in 1st row 16-32 columns 131 st1 { v4.8h},[x9],x3 135 st1 { v6.8h},[x9],x3 139 st1 { v1.8h},[x9],x3 143 st1 { v2.8h},[x9],x3 147 st1 { v4.8h},[x9],x3 151 st1 { v6.8h},[x9],x3 155 st1 { v1.8h},[x9],x3 159 st1 { v2.8h},[x9],x3 [all …]
|
D | ihevc_intra_pred_luma_horz.s | 117 add x9,x2,#16 127 st1 { v2.16b},[x9],x3 //store in 1st row 16-32 columns 131 st1 { v4.16b},[x9],x3 135 st1 { v6.16b},[x9],x3 139 st1 { v1.16b},[x9],x3 143 st1 { v2.16b},[x9],x3 147 st1 { v4.16b},[x9],x3 151 st1 { v6.16b},[x9],x3 155 st1 { v1.16b},[x9],x3 159 st1 { v2.16b},[x9],x3 [all …]
|
D | ihevc_sao_edge_offset_class3_chroma.s | 76 ldr x9,[sp,#8] 93 mov x23,x9 // *pi1_sao_offset_v 0x3c 100 SUB x9,x7,#2 //wd - 2 103 LDRH w10,[x3,x9] //pu1_src_top[wd - 2] 105 MOV x9,x7 //Move width to x9 for loop count 120 SUBS x9,x9,#8 //Decrement the loop count by 8 126 CMP x9,#0 135 SUB x12,x9,x11 //pu1_src[wd - 2] - pu1_src_top_right[0] 144 SUB x11,x9,x14 //pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd] 159 ADD x9,x9,x11 //pu1_src[wd - 2] + pi1_sao_offset_u[edge_idx] [all …]
|
D | ihevc_inter_pred_chroma_vert_w16inp_w16out.s | 136 lsl x9,x6,#2 //4*wd 138 sub x8,x7,x9 //2*src_strd - 4*wd 139 mov x12,x9 //4wd 167 mov x12,x9 //4wd 195 add x9,x1,x3 //pu1_dst + dst_strd 241 st1 {v28.2s},[x9],x3 //stores the loaded value 252 st1 {v26.2s},[x9],x3 //stores the loaded value 264 st1 {v24.2s},[x9] //stores the loaded value 276 add x9,x1,x3 //pu1_dst + dst_strd 293 st1 {v28.2s},[x9],x3 //stores the loaded value [all …]
|
D | ihevc_intra_pred_filters_chroma_mode_11_to_17.s | 131 mul x9, x4, x7 //nt*intra_pred_ang 142 asr x9, x9, #5 210 cmn x9, #1 218 sub x20, x9, x12 //count to take care off ref_idx 219 neg x9, x20 237 subs x9, x9, #1 265 sxtw x9,w9 266 lsl x9, x9, #1 273 add x6, x1, x9 427 sxtw x9,w9 [all …]
|
D | ihevc_weighted_pred_uni.s | 141 mov x21,x9 // wd 60 152 mov x9,x21 //load wt 161 lsl x4,x9,#1 167 cmp x9,#0 //check wd == 0 223 subs x9,x9,#4 //decrement wd by 4 and check for 0 232 asr x9,x4,#1 233 sub x22,x9,x3,lsl #2 //2*dst_strd - wd
|
D | ihevc_intra_pred_luma_dc.s | 117 mov x9, #0 137 sub x9, x7, #1 //&src[2nt-1] 142 ldrb w12, [x9] 232 sub x9, x9, #7 //&src[2nt-1-row] 234 ld1 {v1.8b},[x9] //row 7::1 (0 also) load (prol) 235 sub x9, x9, #8 303 ld1 {v1.8b},[x9] //row 8::15 load (prol extra) 366 mov x9, #128 385 sub x9, x9, #32 //32x32 prol/epil counter dec 398 subs x9, x9, #32 [all …]
|
D | ihevc_inter_pred_chroma_vert_w16inp.s | 136 lsl x9,x6,#2 //4*wd 138 sub x8,x7,x9 //2*src_strd - 4*wd 139 mov x12,x9 //4wd 169 mov x12,x9 //4wd 196 add x9,x1,x3 //pu1_dst + dst_strd 244 st1 {v28.s}[0],[x9],x3 //stores the loaded value 256 st1 {v26.s}[0],[x9],x3 //stores the loaded value 269 st1 {v24.s}[0],[x9] //stores the loaded value 280 add x9,x1,x3 //pu1_dst + dst_strd 300 st1 {v28.s}[0],[x9],x3 //stores the loaded value [all …]
|
D | ihevc_sao_edge_offset_class0.s | 76 LDR x9,[sp,#8] //Loads wd 77 …AND x9,x9,0xFFFFFFFF // Since argument is passed as WORD32, Using only lower ha… 85 ADD x11,x3,x9 //pu1_src_top[wd] 103 MOV x12,x9 //Move wd to x12 for loop count 116 CMP x9,#16 //Compare wd with 16 120 MOV x8,x9 //move wd to x8 for loop count 123 CMP x8,x9 //if(col == wd) 146 SUB x5,x9,x8 //wd - col 170 SUB x5,x9,x8 //II wd - col 267 AND x8,x9,#0xF //wd_rem = wd & 0xF [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 113 # CHECK: add x9, x3, xzr, lsl #10 120 # CHECK: add x8, x9, x10, asr #63 167 # CHECK: adds x9, x3, xzr, lsl #10 174 # CHECK: adds x8, x9, x10, asr #63 221 # CHECK: sub x9, x3, xzr, lsl #10 228 # CHECK: sub x8, x9, x10, asr #63 275 # CHECK: subs x9, x3, xzr, lsl #10 282 # CHECK: subs x8, x9, x10, asr #63 313 0x1f 0x3d 0x9 0x2b 326 # CHECK: cmn x8, x9, lsl #15 [all …]
|
/external/boringssl/linux-aarch64/crypto/sha/ |
D | sha512-armv8.S | 112 eor x9,x21,x21,ror#23 118 eor x16,x16,x9,ror#18 // Sigma1(e) 119 ror x9,x25,#28 126 eor x17,x9,x17,ror#34 // Sigma0(a) 157 ldp x9,x10,[x1],#2*8 180 rev x9,x9 // 6 188 add x21,x21,x9 // h+=X[i] 383 str x9,[sp,#16] 386 eor x9,x26,x26,ror#23 392 eor x16,x16,x9,ror#18 // Sigma1(e) [all …]
|