Searched refs:dsb (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dcpu-test.s7 // CHECK: dsb sy
8 dsb label
11 dsb label
H A Ddirective-arch-semantic-action.s4 dsb
8 dsb
H A 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]
H A Dinvalid-barrier.s16 dsb #0x10
17 dsb imaginary_scope
H A 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
H A 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]
H A 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 #
[all...]
H A 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 #
[all...]
/external/libavc/common/arm/
H A Dih264_arm_memory_barrier.s54 dsb
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s3501 dsb #0
3502 dsb #12
3503 dsb #15
3504 dsb oshld
3505 dsb oshst
3506 dsb osh
3507 dsb nshld
3508 dsb nshst
3509 dsb nsh
3510 dsb ishl
[all...]
H A Darm64-system-encoding.s38 dsb #7
39 dsb nsh
40 ; CHECK: dsb nsh ; encoding: [0x9f,0x37,0x03,0xd5]
41 ; CHECK: dsb nsh ; encoding: [0x9f,0x37,0x03,0xd5]
H A Dbasic-a64-diagnostics.s3255 dsb #-1
3256 dsb #16
3260 // CHECK-ERROR-NEXT: dsb #-1
3263 // CHECK-ERROR-NEXT: dsb #16
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A 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 nshs
[all...]
H A 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 nshs
[all...]
/external/v8/src/arm/
H A Dassembler-arm.h1028 void dsb(BarrierOption option);
H A Dassembler-arm.cc2305 void Assembler::dsb(BarrierOption option) { function in class:v8::internal::Assembler
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h538 dsb(domain, type);
H A Dassembler-arm64.h1491 void dsb(BarrierDomain domain, BarrierType type);
H A Dassembler-arm64.cc1809 void Assembler::dsb(BarrierDomain domain, BarrierType type) { function in class:v8::internal::Assembler
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h2143 void dsb(Condition cond, MemoryBarrier option);
2144 void dsb(MemoryBarrier option) { dsb(al, option); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.h600 void dsb(Condition cond, MemoryBarrier option);
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h1261 void dsb(BarrierDomain domain, BarrierType type);
H A Dmacro-assembler-aarch64.h1132 dsb(domain, type);
H A Dassembler-aarch64.cc2069 void Assembler::dsb(BarrierDomain domain, BarrierType type) {
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc142 __ dsb(InnerShareable, BarrierAll);

Completed in 1071 milliseconds

12