Lines Matching refs:CheckInstructionSetA32
3103 void CheckInstructionSetA32(const T& assm) {
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(Assembler(buffer, sizeof(buffer), A32));
3147 CheckInstructionSetA32(MacroAssembler(A32));
3148 CheckInstructionSetA32(MacroAssembler(1024, A32));
3149 CheckInstructionSetA32(MacroAssembler(buffer, sizeof(buffer), A32));
3171 CheckInstructionSetA32(assm);
3175 CheckInstructionSetA32(assm);
3179 CheckInstructionSetA32(assm);
3182 CheckInstructionSetA32(masm);
3186 CheckInstructionSetA32(masm);
3190 CheckInstructionSetA32(masm);
3202 CheckInstructionSetA32(assm);
3206 CheckInstructionSetA32(assm);
3208 CheckInstructionSetA32(assm);
3210 CheckInstructionSetA32(assm);
3215 CheckInstructionSetA32(masm);
3218 CheckInstructionSetA32(masm);
3220 CheckInstructionSetA32(masm);
3222 CheckInstructionSetA32(masm);