Home
last modified time | relevance | path

Searched refs:GetInstructionSetInUse (Results 1 – 6 of 6) sorted by relevance

/external/vixl/examples/aarch32/
Dgetting-started.cc61 uint32_t)>(demo, masm.GetInstructionSetInUse()); in main()
Dabs.cc61 masm.GetInstructionSetInUse()); in main()
Dpi.cc100 masm.GetInstructionSetInUse()); in main()
Dmandelbrot.cc213 masm.GetInstructionSetInUse()); in main()
/external/vixl/src/aarch32/
Dassembler-aarch32.h162 InstructionSet GetInstructionSetInUse() const { return A32; } in GetInstructionSetInUse() function
164 InstructionSet GetInstructionSetInUse() const { return T32; } in GetInstructionSetInUse() function
166 InstructionSet GetInstructionSetInUse() const { return isa_; } in GetInstructionSetInUse() function
171 bool IsUsingT32() const { return GetInstructionSetInUse() == T32; } in IsUsingT32()
172 bool IsUsingA32() const { return GetInstructionSetInUse() == A32; } in IsUsingA32()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3106 VIXL_CHECK(assm.GetInstructionSetInUse() == A32); in CheckInstructionSetA32()
3114 VIXL_CHECK(assm.GetInstructionSetInUse() == T32); in CheckInstructionSetT32()