Home
last modified time | relevance | path

Searched refs:OutsideITBlockOrLast (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.h55 bool OutsideITBlockOrLast() const { in OutsideITBlockOrLast() function
435 bool OutsideITBlockOrLast() const { return it_block_.OutsideITBlockOrLast(); } in OutsideITBlockOrLast() function
Dassembler-aarch32.h181 bool OutsideITBlockOrLast() { return (it_mask_ == 0) || (it_mask_ == 0x8); } in OutsideITBlockOrLast() function
Ddisasm-aarch32.cc9867 (OutsideITBlockOrLast() && (imm >= -2048) && in DecodeT32()
9872 VIXL_ASSERT(OutsideITBlockOrLast() && in DecodeT32()