Searched defs:UseInstructionSet (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch32/
H A Dassembler-aarch32.h148 void UseInstructionSet(InstructionSet isa) { function in class:vixl::aarch32::Assembler
169 void UseT32() { UseInstructionSet(T32); }
170 void UseA32() { UseInstructionSet(A32); }

Completed in 152 milliseconds