/external/llvm/test/MC/AArch64/ |
D | arm64-logical-encoding.s | 116 bics w1, w2, w3 117 bics x1, x2, x3 118 bics w1, w2, w3, lsl #3 119 bics x1, x2, x3, lsl #3 120 bics w1, w2, w3, lsr #3 121 bics x1, x2, x3, lsr #3 122 bics w1, w2, w3, asr #3 123 bics x1, x2, x3, asr #3 124 bics w1, w2, w3, ror #3 125 bics x1, x2, x3, ror #3 [all …]
|
D | alias-logicalimm.s | 16 bics x0, x1, #2 21 bics w0, w1, #2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-logical-encoding.s | 116 bics w1, w2, w3 117 bics x1, x2, x3 118 bics w1, w2, w3, lsl #3 119 bics x1, x2, x3, lsl #3 120 bics w1, w2, w3, lsr #3 121 bics x1, x2, x3, lsr #3 122 bics w1, w2, w3, asr #3 123 bics x1, x2, x3, asr #3 124 bics w1, w2, w3, ror #3 125 bics x1, x2, x3, ror #3 [all …]
|
D | alias-logicalimm.s | 20 bics x0, x1, #2 26 bics w0, w1, #2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
D | bics-diagnostics.s | 6 bics p0.h, p0/z, p0.h, p1.h label 11 bics p0.s, p0/z, p0.s, p1.s label 16 bics p0.d, p0/z, p0.d, p1.d label 24 bics p0.b, p0/m, p1.b, p2.b label
|
D | bics.s | 10 bics p0.b, p0/z, p0.b, p0.b label 16 bics p15.b, p15/z, p15.b, p15.b label
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-logical.txt | 126 # CHECK: bics w1, w2, w3 127 # CHECK: bics x1, x2, x3 128 # CHECK: bics w1, w2, w3, lsl #3 129 # CHECK: bics x1, x2, x3, lsl #3 130 # CHECK: bics w1, w2, w3, lsr #3 131 # CHECK: bics x1, x2, x3, lsr #3 132 # CHECK: bics w1, w2, w3, asr #3 133 # CHECK: bics x1, x2, x3, asr #3 134 # CHECK: bics w1, w2, w3, ror #3 135 # CHECK: bics x1, x2, x3, ror #3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-logical.txt | 126 # CHECK: bics w1, w2, w3 127 # CHECK: bics x1, x2, x3 128 # CHECK: bics w1, w2, w3, lsl #3 129 # CHECK: bics x1, x2, x3, lsl #3 130 # CHECK: bics w1, w2, w3, lsr #3 131 # CHECK: bics x1, x2, x3, lsr #3 132 # CHECK: bics w1, w2, w3, asr #3 133 # CHECK: bics x1, x2, x3, asr #3 134 # CHECK: bics w1, w2, w3, ror #3 135 # CHECK: bics x1, x2, x3, ror #3
|
/external/llvm/test/CodeGen/Thumb/ |
D | bic_imm.ll | 8 ; CHECK-T1: bics r0, r1 10 ; CHECK-T2: bics r0, r1 20 ; CHECK-T1: bics r0, r1
|
/external/capstone/suite/MC/ARM/ |
D | thumb2-narrow-dp.ll.cs | 341 0x32,0xea,0x01,0x03 = bics.w r3, r2, r1 342 0x8a,0x43 = bics r2, r1 343 0x32,0xea,0x01,0x01 = bics.w r1, r2, r1 344 0x32,0xea,0x01,0x02 = bics.w r2, r2, r1 345 0x31,0xea,0x00,0x00 = bics.w r0, r1, r0 347 0x8f,0x43 = bics r7, r1 348 0x31,0xea,0x08,0x08 = bics.w r8, r1, r8 349 0x38,0xea,0x01,0x08 = bics.w r8, r8, r1 350 0x38,0xea,0x07,0x07 = bics.w r7, r8, r7 351 0x35,0xea,0x08,0x05 = bics.w r5, r5, r8 [all …]
|
D | arm_instructions.s.cs | 14 0x03,0x10,0xd2,0xe1 = bics r1, r2, r3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | bics.ll | 6 ; CHECK-NEXT: bics wzr, w1, w0 19 ; CHECK-NEXT: bics wzr, w1, w0 32 ; CHECK-NEXT: bics wzr, w8, w0
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | thumb2-bic.ll | 5 ; CHECK: bics r0, r1 13 ; CHECK: bics r0, r1 21 ; CHECK: bics r0, r1 29 ; CHECK: bics r0, r1
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-bic.ll | 5 ; CHECK: bics r0, r1 13 ; CHECK: bics r0, r1 21 ; CHECK: bics r0, r1 29 ; CHECK: bics r0, r1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | thumb2-bic.ll | 5 ; CHECK: bics r0, r1 13 ; CHECK: bics r0, r1 21 ; CHECK: bics r0, r1 29 ; CHECK: bics r0, r1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | bic_imm.ll | 10 ; CHECK-T1-NEXT: bics r0, r1 16 ; CHECK-T2-NEXT: bics r0, r1 27 ; CHECK-T1-NEXT: bics r0, r1
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | arm_instructions.s | 45 @ CHECK: bics r1, r2, r3 @ encoding: [0x03,0x10,0xd2,0xe1] 46 bics r1,r2,r3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb_rewrites.s | 98 bics r0, r0, r1 99 @ CHECK: bics r0, r1 @ encoding: [0x88,0x43]
|
D | arm_instructions.s | 52 @ CHECK: bics r1, r2, r3 @ encoding: [0x03,0x10,0xd2,0xe1] 53 bics r1,r2,r3
|
D | thumb2-narrow-dp.ll | 831 // CHECK: bics.w r3, r2, r1 @ encoding: [0x32,0xea,0x01,0x03] 832 // CHECK: bics r2, r1 @ encoding: [0x8a,0x43] 833 // CHECK: bics.w r1, r2, r1 @ encoding: [0x32,0xea,0x01,0x01] 834 // CHECK: bics.w r2, r2, r1 @ encoding: [0x32,0xea,0x01,0x02] 835 // CHECK: bics.w r0, r1, r0 @ encoding: [0x31,0xea,0x00,0x00] 837 // CHECK: bics r7, r1 @ encoding: [0x8f,0x43] 838 // CHECK: bics.w r8, r1, r8 @ encoding: [0x31,0xea,0x08,0x08] 839 // CHECK: bics.w r8, r8, r1 @ encoding: [0x38,0xea,0x01,0x08] 840 // CHECK: bics.w r7, r8, r7 @ encoding: [0x38,0xea,0x07,0x07] 841 // CHECK: bics.w r5, r5, r8 @ encoding: [0x35,0xea,0x08,0x05] [all …]
|
/external/llvm/test/MC/ARM/ |
D | arm_instructions.s | 52 @ CHECK: bics r1, r2, r3 @ encoding: [0x03,0x10,0xd2,0xe1] 53 bics r1,r2,r3
|
D | thumb_rewrites.s | 98 bics r0, r0, r1 99 @ CHECK: bics r0, r1 @ encoding: [0x88,0x43]
|
D | thumb2-narrow-dp.ll | 831 // CHECK: bics.w r3, r2, r1 @ encoding: [0x32,0xea,0x01,0x03] 832 // CHECK: bics r2, r1 @ encoding: [0x8a,0x43] 833 // CHECK: bics.w r1, r2, r1 @ encoding: [0x32,0xea,0x01,0x01] 834 // CHECK: bics.w r2, r2, r1 @ encoding: [0x32,0xea,0x01,0x02] 835 // CHECK: bics.w r0, r1, r0 @ encoding: [0x31,0xea,0x00,0x00] 837 // CHECK: bics r7, r1 @ encoding: [0x8f,0x43] 838 // CHECK: bics.w r8, r1, r8 @ encoding: [0x31,0xea,0x08,0x08] 839 // CHECK: bics.w r8, r8, r1 @ encoding: [0x38,0xea,0x01,0x08] 840 // CHECK: bics.w r7, r8, r7 @ encoding: [0x38,0xea,0x07,0x07] 841 // CHECK: bics.w r5, r5, r8 @ encoding: [0x35,0xea,0x08,0x05] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | sat-to-bitop.ll | 19 ; CHECK-T-NEXT: bics {{r[0-9]}}, [[IM]] 33 ; CHECK-T-NOT: bics 62 ; CHECK-T-NEXT: bics {{r[0-9]}}, [[IM]]
|
/external/icu/icu4c/source/data/unit/ |
D | ca.txt | 643 dnam{"centímetres cúbics"} 645 other{"{0} centímetres cúbics"} 649 dnam{"peus cúbics"} 651 other{"{0} peus cúbics"} 659 dnam{"quilòmetres cúbics"} 661 other{"{0} quilòmetres cúbics"} 664 dnam{"metres cúbics"} 666 other{"{0} metres cúbics"}
|