Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3103 void CheckInstructionSetA32(const T& assm) { in CheckInstructionSetA32() function
3123 CheckInstructionSetA32(Assembler()); in TEST_NOASM()
3124 CheckInstructionSetA32(Assembler(1024)); in TEST_NOASM()
3125 CheckInstructionSetA32(Assembler(buffer, sizeof(buffer))); in TEST_NOASM()
3127 CheckInstructionSetA32(MacroAssembler()); in TEST_NOASM()
3128 CheckInstructionSetA32(MacroAssembler(1024)); in TEST_NOASM()
3129 CheckInstructionSetA32(MacroAssembler(buffer, sizeof(buffer))); in TEST_NOASM()
3143 CheckInstructionSetA32(Assembler(A32)); in TEST_NOASM()
3144 CheckInstructionSetA32(Assembler(1024, A32)); in TEST_NOASM()
3145 CheckInstructionSetA32(Assemble in TEST_NOASM()
[all...]

Completed in 7 milliseconds