Searched refs:UseInstructionSet (Results 1 – 7 of 7) sorted by relevance
50 masm.UseInstructionSet(isa); in benchmark()
51 masm.UseInstructionSet(isa); in benchmark()
68 UseInstructionSet(T32); in TestAssembler()
3176 assm.UseInstructionSet(T32); in TEST_NOASM()3178 assm.UseInstructionSet(A32); in TEST_NOASM()3187 masm.UseInstructionSet(T32); in TEST_NOASM()3189 masm.UseInstructionSet(A32); in TEST_NOASM()3208 assm.UseInstructionSet(A32); in TEST_NOASM()3220 masm.UseInstructionSet(A32); in TEST_NOASM()3236 assm.UseInstructionSet(T32); in TEST_NOASM()3248 masm.UseInstructionSet(T32); in TEST_NOASM()5908 masm1.UseInstructionSet(isa); \5915 masm2.UseInstructionSet(isa); \
148 void UseInstructionSet(InstructionSet isa) { in UseInstructionSet() function169 void UseT32() { UseInstructionSet(T32); } in UseT32()170 void UseA32() { UseInstructionSet(A32); } in UseA32()