Home
last modified time | relevance | path

Searched defs:OutsideITBlock (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.h53 bool OutsideITBlock() const { return !InITBlock(); } in OutsideITBlock() function
434 bool OutsideITBlock() const { return it_block_.OutsideITBlock(); } in OutsideITBlock() function
Dassembler-aarch32.h180 bool OutsideITBlock() { return it_mask_ == 0; } in OutsideITBlock() function