Home
last modified time | relevance | path

Searched refs:UseInstructionSet (Results 1 – 7 of 7) 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-literal.cc51 masm.UseInstructionSet(isa); in benchmark()
Dbench-branch-link-masm.cc51 masm.UseInstructionSet(isa); in benchmark()
Dasm-disasm-speed-test.cc68 UseInstructionSet(T32); in TestAssembler()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3176 assm.UseInstructionSet(T32); in TEST_NOASM()
3178 assm.UseInstructionSet(A32); in TEST_NOASM()
3187 masm.UseInstructionSet(T32); in TEST_NOASM()
3189 masm.UseInstructionSet(A32); in TEST_NOASM()
3209 assm.UseInstructionSet(A32); in TEST_NOASM()
3221 masm.UseInstructionSet(A32); in TEST_NOASM()
3237 assm.UseInstructionSet(T32); in TEST_NOASM()
3249 masm.UseInstructionSet(T32); in TEST_NOASM()
5923 masm1.UseInstructionSet(isa); \
5930 masm2.UseInstructionSet(isa); \
/external/vixl/src/aarch32/
Dassembler-aarch32.h148 void UseInstructionSet(InstructionSet isa) { in UseInstructionSet() function
169 void UseT32() { UseInstructionSet(T32); } in UseT32()
170 void UseA32() { UseInstructionSet(A32); } in UseA32()