Lines Matching refs:CheckInstructionSetT32
3111 void CheckInstructionSetT32(const T& assm) {
3132 CheckInstructionSetT32(Assembler());
3133 CheckInstructionSetT32(Assembler(1024));
3134 CheckInstructionSetT32(Assembler(buffer, sizeof(buffer)));
3136 CheckInstructionSetT32(MacroAssembler());
3137 CheckInstructionSetT32(MacroAssembler(1024));
3138 CheckInstructionSetT32(MacroAssembler(buffer, sizeof(buffer)));
3154 CheckInstructionSetT32(Assembler(T32));
3155 CheckInstructionSetT32(Assembler(1024, T32));
3156 CheckInstructionSetT32(Assembler(buffer, sizeof(buffer), T32));
3158 CheckInstructionSetT32(MacroAssembler(T32));
3159 CheckInstructionSetT32(MacroAssembler(1024, T32));
3160 CheckInstructionSetT32(MacroAssembler(buffer, sizeof(buffer), T32));
3173 CheckInstructionSetT32(assm);
3177 CheckInstructionSetT32(assm);
3184 CheckInstructionSetT32(masm);
3188 CheckInstructionSetT32(masm);
3230 CheckInstructionSetT32(assm);
3234 CheckInstructionSetT32(assm);
3236 CheckInstructionSetT32(assm);
3238 CheckInstructionSetT32(assm);
3243 CheckInstructionSetT32(masm);
3246 CheckInstructionSetT32(masm);
3248 CheckInstructionSetT32(masm);
3250 CheckInstructionSetT32(masm);