Searched refs:GetInstructionSetInUse (Results 1 – 6 of 6) sorted by relevance
66 masm.GetInstructionSetInUse()); in main()
64 masm.GetInstructionSetInUse()); in main()
103 masm.GetInstructionSetInUse()); in main()
216 masm.GetInstructionSetInUse()); in main()
162 InstructionSet GetInstructionSetInUse() const { return A32; } in GetInstructionSetInUse() function164 InstructionSet GetInstructionSetInUse() const { return T32; } in GetInstructionSetInUse() function166 InstructionSet GetInstructionSetInUse() const { return isa_; } in GetInstructionSetInUse() function171 bool IsUsingT32() const { return GetInstructionSetInUse() == T32; } in IsUsingT32()172 bool IsUsingA32() const { return GetInstructionSetInUse() == A32; } in IsUsingA32()
3106 VIXL_CHECK(assm.GetInstructionSetInUse() == A32); in CheckInstructionSetA32()3114 VIXL_CHECK(assm.GetInstructionSetInUse() == T32); in CheckInstructionSetT32()