HomeSort by relevance Sort by last modified time
    Searched refs:swap_int32 (Results 1 - 2 of 2) sorted by null

  /external/vixl/examples/
swap-int32.cc 73 Label swap_int32; local
74 masm.Bind(&swap_int32);
82 printf("Before swap_int32:\n"
87 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap_int32));
89 printf("After swap_int32:\n"
  /external/vixl/test/examples/
test-examples.cc 477 TEST(swap_int32) {
480 Label swap_int32; local
481 masm.Bind(&swap_int32);
489 TEST_FUNCTION(swap_int32);

Completed in 78 milliseconds