Lines Matching refs:A32
59 // Test declared with this macro will only target A32.
62 void Test##Name() { Test##Name##Impl(A32); } \
67 // Tests declared with this macro will be run twice: once targeting A32 and
77 Test##Name##Impl(A32); \
78 printf(" > A32 done\n"); \
1855 // correctly for both A32 and T32.
3106 VIXL_CHECK(assm.GetInstructionSetInUse() == A32);
3122 // A32 by default.
3142 // Explicit A32.
3143 CheckInstructionSetA32(Assembler(A32));
3144 CheckInstructionSetA32(Assembler(1024, A32));
3145 CheckInstructionSetA32(Assembler(buffer, sizeof(buffer), A32));
3147 CheckInstructionSetA32(MacroAssembler(A32));
3148 CheckInstructionSetA32(MacroAssembler(1024, A32));
3149 CheckInstructionSetA32(MacroAssembler(buffer, sizeof(buffer), A32));
3167 // been generated. This test only makes sense when both A32 and T32 are
3178 assm.UseInstructionSet(A32);
3189 masm.UseInstructionSet(A32);
3201 Assembler assm(A32);
3209 assm.UseInstructionSet(A32);
3214 MacroAssembler masm(A32);
3221 masm.UseInstructionSet(A32);
6683 MacroAssembler masm(BUF_SIZE, A32);