Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3111 void CheckInstructionSetT32(const T& assm) { in CheckInstructionSetT32() function
3132 CheckInstructionSetT32(Assembler()); in TEST_NOASM()
3133 CheckInstructionSetT32(Assembler(1024)); in TEST_NOASM()
3134 CheckInstructionSetT32(Assembler(buffer, sizeof(buffer))); in TEST_NOASM()
3136 CheckInstructionSetT32(MacroAssembler()); in TEST_NOASM()
3137 CheckInstructionSetT32(MacroAssembler(1024)); in TEST_NOASM()
3138 CheckInstructionSetT32(MacroAssembler(buffer, sizeof(buffer))); in TEST_NOASM()
3154 CheckInstructionSetT32(Assembler(T32)); in TEST_NOASM()
3155 CheckInstructionSetT32(Assembler(1024, T32)); in TEST_NOASM()
3156 CheckInstructionSetT32(Assemble in TEST_NOASM()
[all...]

Completed in 4 milliseconds