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

  /prebuilts/go/darwin-x86/src/runtime/
atomic_arm64.s 8 DMB $0xe // DMB ST
  /prebuilts/go/linux-x86/src/runtime/
atomic_arm64.s 8 DMB $0xe // DMB ST
  /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/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...]
ARMISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 227 // DMB, HINT
233 DMB $1
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 227 // DMB, HINT
233 DMB $1
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 32 private static final String DMB = "{ testBody[^~\\] }";
35 private static final String MB = DMB;
295 assertEquals(DMB, sms.getDisplayMessageBody());
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 84 "DMB",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 84 "DMB",
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
constants-arm64.h 693 DMB = MemBarrierFixed | 0x00000020,
    [all...]
assembler-arm64.cc 1809 void Assembler::dmb(BarrierDomain domain, BarrierType type) { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 388 DMB
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 388 DMB
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 734 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...]

Completed in 1980 milliseconds