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

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

Completed in 90 milliseconds