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

/external/vixl/src/aarch32/
H A Dassembler-aarch32.h158 InstructionSet GetInstructionSetInUse() const { return A32; } function in class:vixl::aarch32::Assembler
160 InstructionSet GetInstructionSetInUse() const { return T32; } function in class:vixl::aarch32::Assembler
162 InstructionSet GetInstructionSetInUse() const { return isa_; } function in class:vixl::aarch32::Assembler
167 bool IsUsingT32() const { return GetInstructionSetInUse() == T32; }
168 bool IsUsingA32() const { return GetInstructionSetInUse() == A32; }

Completed in 114 milliseconds