Home
last modified time | relevance | path

Searched refs:UseInstructionSet (Results 1 – 5 of 5) sorted by relevance

/external/vixl/benchmarks/aarch32/
Dbench-dataop.cc50 masm.UseInstructionSet(isa); in benchmark()
Dbench-branch-masm.cc50 masm.UseInstructionSet(isa); in benchmark()
Dbench-branch-link-masm.cc51 masm.UseInstructionSet(isa); in benchmark()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3084 assm.UseInstructionSet(T32); in TEST_NOASM()
3086 assm.UseInstructionSet(A32); in TEST_NOASM()
3095 masm.UseInstructionSet(T32); in TEST_NOASM()
3097 masm.UseInstructionSet(A32); in TEST_NOASM()
3116 assm.UseInstructionSet(A32); in TEST_NOASM()
3128 masm.UseInstructionSet(A32); in TEST_NOASM()
3144 assm.UseInstructionSet(T32); in TEST_NOASM()
3156 masm.UseInstructionSet(T32); in TEST_NOASM()
5639 masm1.UseInstructionSet(isa); \
5646 masm2.UseInstructionSet(isa); \
/external/vixl/src/aarch32/
Dassembler-aarch32.h144 void UseInstructionSet(InstructionSet isa) { in UseInstructionSet() function
165 void UseT32() { UseInstructionSet(T32); } in UseT32()
166 void UseA32() { UseInstructionSet(A32); } in UseA32()