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

/external/vixl/benchmarks/aarch32/
H A Dbench-branch-link-masm.cc51 masm.UseInstructionSet(isa);
H A Dbench-branch-masm.cc50 masm.UseInstructionSet(isa);
H A Dbench-dataop.cc50 masm.UseInstructionSet(isa);
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3084 assm.UseInstructionSet(T32);
3086 assm.UseInstructionSet(A32);
3095 masm.UseInstructionSet(T32);
3097 masm.UseInstructionSet(A32);
3104 // It is possible to call a no-op UseA32/T32 or UseInstructionSet even if
3116 assm.UseInstructionSet(A32);
3128 masm.UseInstructionSet(A32);
3144 assm.UseInstructionSet(T32);
3156 masm.UseInstructionSet(T32);
5639 masm1.UseInstructionSet(is
[all...]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h144 void UseInstructionSet(InstructionSet isa) { function in class:vixl::aarch32::Assembler
165 void UseT32() { UseInstructionSet(T32); }
166 void UseA32() { UseInstructionSet(A32); }

Completed in 140 milliseconds