HomeSort by relevance Sort by last modified time
    Searched refs:DMB (Results 1 - 25 of 36) sorted by null

1 2

  /external/u-boot/arch/arm/include/asm/
barriers.h 35 #define DMB asm volatile ("dmb sy" : : : "memory")
39 #define DMB CP15DMB
43 #define DMB asm volatile ("" : : : "memory")
48 #define dmb() DMB macro
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 62 @* Description : Adds DMB
72 dmb
  /external/llvm/test/MC/ARM/
invalid-barrier.s 5 @ DMB
7 dmb #0x10
8 dmb imaginary_scope
basic-arm-instructions-v8.s 20 @ DMB (v8 barriers)
22 dmb ishld
23 dmb oshld
24 dmb nshld
25 dmb ld
27 @ CHECK-V8: dmb ishld @ encoding: [0x59,0xf0,0x7f,0xf5]
28 @ CHECK-V8: dmb oshld @ encoding: [0x51,0xf0,0x7f,0xf5]
29 @ CHECK-V8: dmb nshld @ encoding: [0x55,0xf0,0x7f,0xf5]
30 @ CHECK-V8: dmb ld @ encoding: [0x5d,0xf0,0x7f,0xf5]
basic-thumb2-instructions-v8.s 50 @ DMB (ARMv8-only barriers)
52 dmb ishld
53 dmb oshld
54 dmb nshld
55 dmb ld
57 @ CHECK-V8: dmb ishld @ encoding: [0xbf,0xf3,0x59,0x8f]
58 @ CHECK-V8: dmb oshld @ encoding: [0xbf,0xf3,0x51,0x8f]
59 @ CHECK-V8: dmb nshld @ encoding: [0xbf,0xf3,0x55,0x8f]
60 @ CHECK-V8: dmb ld @ encoding: [0xbf,0xf3,0x5d,0x8f]
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 541 @ DMB
543 dmb #0xf
544 dmb #0xe
545 dmb #0xd
546 dmb #0xc
547 dmb #0xb
548 dmb #0xa
549 dmb #0x9
550 dmb #0x8
551 dmb #0x
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
invalid-barrier.s 5 @ DMB
7 dmb #0x10
8 dmb imaginary_scope
basic-arm-instructions-v8.s 20 @ DMB (v8 barriers)
22 dmb ishld
23 dmb oshld
24 dmb nshld
25 dmb ld
27 @ CHECK-V8: dmb ishld @ encoding: [0x59,0xf0,0x7f,0xf5]
28 @ CHECK-V8: dmb oshld @ encoding: [0x51,0xf0,0x7f,0xf5]
29 @ CHECK-V8: dmb nshld @ encoding: [0x55,0xf0,0x7f,0xf5]
30 @ CHECK-V8: dmb ld @ encoding: [0x5d,0xf0,0x7f,0xf5]
basic-thumb2-instructions-v8.s 60 @ DMB (ARMv8-only barriers)
62 dmb ishld
63 dmb oshld
64 dmb nshld
65 dmb ld
67 @ CHECK-V8: dmb ishld @ encoding: [0xbf,0xf3,0x59,0x8f]
68 @ CHECK-V8: dmb oshld @ encoding: [0xbf,0xf3,0x51,0x8f]
69 @ CHECK-V8: dmb nshld @ encoding: [0xbf,0xf3,0x55,0x8f]
70 @ CHECK-V8: dmb ld @ encoding: [0xbf,0xf3,0x5d,0x8f]
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 550 @ DMB
552 dmb #0xf
553 dmb #0xe
554 dmb #0xd
555 dmb #0xc
556 dmb #0xb
557 dmb #0xa
558 dmb #0x9
559 dmb #0x8
560 dmb #0x
    [all...]
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 42 // Returns whether the instruction can safely move past a DMB instruction
60 // DMB ish, dmb sy, dmb osh, etc
63 // Find a dmb. If we can move it until the next dmb, tag the second one for
66 // Will be true when we have seen a DMB, and not seen any instruction since
67 // that cannot move past a DMB
70 if (MI.getOpcode() == ARM::DMB) {
72 // If the Imm of this DMB is the same as that of the last DMB, we ca
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 40 // Returns whether the instruction can safely move past a DMB instruction
58 // DMB ish, dmb sy, dmb osh, etc
61 // Find a dmb. If we can move it until the next dmb, tag the second one for
64 // Will be true when we have seen a DMB, and not seen any instruction since
65 // that cannot move past a DMB
68 if (MI.getOpcode() == ARM::DMB) {
70 // If the Imm of this DMB is the same as that of the last DMB, we ca
    [all...]
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
SmsMessageTest.java 42 private static final String DMB = "{ testBody[^~\\] }";
45 private static final String MB = DMB;
309 assertEquals(DMB, sms.getDisplayMessageBody());
  /external/u-boot/arch/arm/mach-omap2/omap3/
lowlevel_init.S 33 mcr p15, 0, r0, c7, c10, 5 @ DMB
  /external/v8/src/arm64/
constants-arm64.h 775 DMB = MemBarrierFixed | 0x00000020,
    [all...]
disasm-arm64.cc     [all...]
assembler-arm64.cc 2987 void Assembler::dmb(BarrierDomain domain, BarrierType type) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 756 DMB = MemBarrierFixed | 0x00000020,
    [all...]
disasm-aarch64.cc     [all...]
assembler-aarch64.cc     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s 516 @ DMB
518 dmb sy
519 dmb st
520 dmb sh
521 dmb ish
522 dmb shst
523 dmb ishst
524 dmb un
525 dmb nsh
526 dmb uns
    [all...]
basic-thumb2-instructions.s 386 @ DMB
388 dmb sy
389 dmb st
390 dmb sh
391 dmb ish
392 dmb shst
393 dmb ishst
394 dmb un
395 dmb nsh
396 dmb uns
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenDAGISel.inc     [all...]

Completed in 1455 milliseconds

1 2