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

  /external/llvm/test/MC/ARM/
invalid-barrier.s 22 @ ISB
24 isb #0x1f
25 isb imaginary_domain
thumb-hints.s 26 isb sy
27 isb
32 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
33 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
61 @ CHECK-ERROR-NEXT: isb sy
64 @ CHECK-ERROR-NEXT: isb
thumb2-diagnostics.s 46 isb #-1
47 isb #16
diagnostics.s 420 isb #-1
421 isb #16
433 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified
440 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 619 @ ISB
621 isb sy
622 isb
623 isb #15
624 isb #1
626 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
627 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
628 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
629 @ CHECK: isb #0x1 @ encoding: [0xbf,0xf3,0x61,0x8f]
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-system-encoding.s 30 isb #15
31 isb sy
32 ; CHECK: isb ; encoding: [0xdf,0x3f,0x03,0xd5]
33 ; CHECK: isb ; encoding: [0xdf,0x3f,0x03,0xd5]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 860 void MacroAssembler::Isb() {
862 isb();
    [all...]
assembler-arm64.cc 1770 void Assembler::isb() { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h 206 bool IsB() const { return IsV() && Is8Bits(); }
    [all...]
macro-assembler-a64.h     [all...]
assembler-a64.cc     [all...]

Completed in 255 milliseconds