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()3209 assm.UseInstructionSet(A32); in TEST_NOASM()3221 masm.UseInstructionSet(A32); in TEST_NOASM()3237 assm.UseInstructionSet(T32); in TEST_NOASM()3249 masm.UseInstructionSet(T32); in TEST_NOASM()5923 masm1.UseInstructionSet(isa); \5930 masm2.UseInstructionSet(isa); \
148 void UseInstructionSet(InstructionSet isa) { in UseInstructionSet() function169 void UseT32() { UseInstructionSet(T32); } in UseT32()170 void UseA32() { UseInstructionSet(A32); } in UseA32()