Lines Matching refs:CheckInstructionSetT32
3019 void CheckInstructionSetT32(const T& assm) { in CheckInstructionSetT32() function
3040 CheckInstructionSetT32(Assembler()); in TEST_NOASM()
3041 CheckInstructionSetT32(Assembler(1024)); in TEST_NOASM()
3042 CheckInstructionSetT32(Assembler(buffer, sizeof(buffer))); in TEST_NOASM()
3044 CheckInstructionSetT32(MacroAssembler()); in TEST_NOASM()
3045 CheckInstructionSetT32(MacroAssembler(1024)); in TEST_NOASM()
3046 CheckInstructionSetT32(MacroAssembler(buffer, sizeof(buffer))); in TEST_NOASM()
3062 CheckInstructionSetT32(Assembler(T32)); in TEST_NOASM()
3063 CheckInstructionSetT32(Assembler(1024, T32)); in TEST_NOASM()
3064 CheckInstructionSetT32(Assembler(buffer, sizeof(buffer), T32)); in TEST_NOASM()
3066 CheckInstructionSetT32(MacroAssembler(T32)); in TEST_NOASM()
3067 CheckInstructionSetT32(MacroAssembler(1024, T32)); in TEST_NOASM()
3068 CheckInstructionSetT32(MacroAssembler(buffer, sizeof(buffer), T32)); in TEST_NOASM()
3081 CheckInstructionSetT32(assm); in TEST_NOASM()
3085 CheckInstructionSetT32(assm); in TEST_NOASM()
3092 CheckInstructionSetT32(masm); in TEST_NOASM()
3096 CheckInstructionSetT32(masm); in TEST_NOASM()
3137 CheckInstructionSetT32(assm); in TEST_NOASM()
3141 CheckInstructionSetT32(assm); in TEST_NOASM()
3143 CheckInstructionSetT32(assm); in TEST_NOASM()
3145 CheckInstructionSetT32(assm); in TEST_NOASM()
3150 CheckInstructionSetT32(masm); in TEST_NOASM()
3153 CheckInstructionSetT32(masm); in TEST_NOASM()
3155 CheckInstructionSetT32(masm); in TEST_NOASM()
3157 CheckInstructionSetT32(masm); in TEST_NOASM()