Home
last modified time | relevance | path

Searched refs:dsb (Results 1 – 25 of 216) sorted by relevance

123456789

/external/llvm/test/MC/ARM/
Dbasic-arm-instructions-v8.s39 dsb ishld
40 dsb oshld
41 dsb nshld
42 dsb ld
44 @ CHECK-V8: dsb ishld @ encoding: [0x49,0xf0,0x7f,0xf5]
45 @ CHECK-V8: dsb oshld @ encoding: [0x41,0xf0,0x7f,0xf5]
46 @ CHECK-V8: dsb nshld @ encoding: [0x45,0xf0,0x7f,0xf5]
47 @ CHECK-V8: dsb ld @ encoding: [0x4d,0xf0,0x7f,0xf5]
Dbasic-thumb2-instructions-v8.s69 dsb ishld
70 dsb oshld
71 dsb nshld
72 dsb ld
74 @ CHECK-V8: dsb ishld @ encoding: [0xbf,0xf3,0x49,0x8f]
75 @ CHECK-V8: dsb oshld @ encoding: [0xbf,0xf3,0x41,0x8f]
76 @ CHECK-V8: dsb nshld @ encoding: [0xbf,0xf3,0x45,0x8f]
77 @ CHECK-V8: dsb ld @ encoding: [0xbf,0xf3,0x4d,0x8f]
Dthumb-hints.s24 dsb sy
25 dsb
30 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f]
31 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f]
55 @ CHECK-ERROR-NEXT: dsb sy
58 @ CHECK-ERROR-NEXT: dsb
Dcpu-test.s8 dsb label
11 dsb label
Ddirective-arch-semantic-action.s4 dsb
8 dsb
Dinvalid-barrier.s16 dsb #0x10
17 dsb imaginary_scope
Dbasic-arm-instructions.s882 dsb #0xf
883 dsb #0xe
884 dsb #0xd
885 dsb #0xc
886 dsb #0xb
887 dsb #0xa
888 dsb #0x9
889 dsb #0x8
890 dsb #0x7
891 dsb #0x6
[all …]
Dbasic-thumb2-instructions.s609 dsb #0xf
610 dsb #0xe
611 dsb #0xd
612 dsb #0xc
613 dsb #0xb
614 dsb #0xa
615 dsb #0x9
616 dsb #0x8
617 dsb #0x7
618 dsb #0x6
[all …]
/external/llvm/test/CodeGen/ARM/
Dintrinsics-v8.ll8 ; CHECK: dsb sy
9 call void @llvm.arm.dsb(i32 15)
10 ; CHECK: dsb ishld
11 call void @llvm.arm.dsb(i32 9)
18 declare void @llvm.arm.dsb(i32)
Dintrinsics-memory-barrier.ll7 call void @llvm.arm.dsb(i32 7) ; CHECK: dsb nsh
32 call void @llvm.arm.dsb(i32 15) ; CHECK: dsb sy
54 declare void @llvm.arm.dsb(i32)
Doptimize-dmbs-v7.ll61 call void @llvm.arm.dsb(i32 9)
67 ; CHECK-NEXT: dsb
74 declare void @llvm.arm.dsb(i32)
/external/llvm/test/CodeGen/AArch64/
Dintrinsics-memory-barrier.ll8 ; CHECK: dsb sy
9 call void @llvm.aarch64.dsb(i32 15)
10 ; CHECK: dsb ishld
11 call void @llvm.aarch64.dsb(i32 9)
35 call void @llvm.aarch64.dsb(i32 15); CHECK: dsb sy
56 declare void @llvm.aarch64.dsb(i32)
/external/capstone/suite/MC/ARM/
Dbasic-arm-instructions-v8.s.cs6 0x49,0xf0,0x7f,0xf5 = dsb ishld
7 0x41,0xf0,0x7f,0xf5 = dsb oshld
8 0x45,0xf0,0x7f,0xf5 = dsb nshld
9 0x4d,0xf0,0x7f,0xf5 = dsb ld
Dbasic-arm-instructions.s.cs216 0x4f,0xf0,0x7f,0xf5 = dsb sy
217 0x4e,0xf0,0x7f,0xf5 = dsb st
218 0x4d,0xf0,0x7f,0xf5 = dsb #0xd
219 0x4c,0xf0,0x7f,0xf5 = dsb #0xc
220 0x4b,0xf0,0x7f,0xf5 = dsb ish
221 0x4a,0xf0,0x7f,0xf5 = dsb ishst
222 0x49,0xf0,0x7f,0xf5 = dsb #0x9
223 0x48,0xf0,0x7f,0xf5 = dsb #0x8
224 0x47,0xf0,0x7f,0xf5 = dsb nsh
225 0x46,0xf0,0x7f,0xf5 = dsb nshst
[all …]
Dbasic-thumb2-instructions.s.cs171 0xbf,0xf3,0x4f,0x8f = dsb sy
172 0xbf,0xf3,0x4e,0x8f = dsb st
173 0xbf,0xf3,0x4d,0x8f = dsb #0xd
174 0xbf,0xf3,0x4c,0x8f = dsb #0xc
175 0xbf,0xf3,0x4b,0x8f = dsb ish
176 0xbf,0xf3,0x4a,0x8f = dsb ishst
177 0xbf,0xf3,0x49,0x8f = dsb #0x9
178 0xbf,0xf3,0x48,0x8f = dsb #0x8
179 0xbf,0xf3,0x47,0x8f = dsb nsh
180 0xbf,0xf3,0x46,0x8f = dsb nshst
[all …]
Dthumb-hints.s.cs9 0xbf,0xf3,0x4f,0x8f = dsb sy
10 0xbf,0xf3,0x4f,0x8f = dsb sy
/external/icu/icu4c/source/data/coll/
Ddsb.txt3 dsb{
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dbasic-arm-instructions.s549 dsb sy
550 dsb st
551 dsb sh
552 dsb ish
553 dsb shst
554 dsb ishst
555 dsb un
556 dsb nsh
557 dsb unst
558 dsb nshst
[all …]
Dbasic-thumb2-instructions.s420 dsb sy
421 dsb st
422 dsb sh
423 dsb ish
424 dsb shst
425 dsb ishst
426 dsb un
427 dsb nsh
428 dsb unst
429 dsb nshst
[all …]
/external/libavc/common/arm/
Dih264_arm_memory_barrier.s54 dsb
/external/icu/icu4c/source/data/lang/
Dsw_KE.txt11 dsb{"Kisorbian cha Chini"}
Dyi.txt35 dsb{"אונטער־סארביש"}
Dtt.txt30 dsb{"түбән сорб"}
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-system.txt34 # CHECK: dsb nsh
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs1352 0x9f,0x30,0x03,0xd5 = dsb #0
1353 0x9f,0x3c,0x03,0xd5 = dsb #12
1354 0x9f,0x3f,0x03,0xd5 = dsb sy
1355 0x9f,0x31,0x03,0xd5 = dsb oshld
1356 0x9f,0x32,0x03,0xd5 = dsb oshst
1357 0x9f,0x33,0x03,0xd5 = dsb osh
1358 0x9f,0x35,0x03,0xd5 = dsb nshld
1359 0x9f,0x36,0x03,0xd5 = dsb nshst
1360 0x9f,0x37,0x03,0xd5 = dsb nsh
1361 0x9f,0x39,0x03,0xd5 = dsb ishld
[all …]

123456789