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

  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 45 @* Description : Adds DSB
54 dsb
  /external/llvm/test/MC/ARM/
invalid-barrier.s 14 @ DSB
16 dsb #0x10
17 dsb imaginary_scope
basic-arm-instructions-v8.s 37 @ DSB (v8 barriers)
39 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]
basic-thumb2-instructions-v8.s 67 @ DSB (ARMv8-only barriers)
69 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]
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 607 @ DSB
609 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 #0x
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 86 "DSB",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 86 "DSB",
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
constants-arm64.h 692 DSB = MemBarrierFixed | 0x00000000,
    [all...]
assembler-arm64.cc 1814 void Assembler::dsb(BarrierDomain domain, BarrierType type) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
nds32-dis.c 577 case MISC (DSB):
nds32-asm.c 419 {"dsb", "", MISC (DSB), 4, ATTR_ALL, 0, NULL, 0, NULL},
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 389 DSB
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 389 DSB
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 733 DSB = MemBarrierFixed | 0x00000000,
    [all...]
disasm-aarch64.cc     [all...]
assembler-aarch64.cc     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s 547 @ DSB
549 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 uns
    [all...]
basic-thumb2-instructions.s 418 @ DSB
420 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 uns
    [all...]

Completed in 1419 milliseconds