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

  /external/vixl/examples/
swap-int32.cc 72 Label swap_int32; local
73 masm.Bind(&swap_int32);
81 printf("Before swap_int32:\n"
86 simulator.RunFrom(swap_int32.target());
88 printf("After swap_int32:\n"
  /external/vixl/test/examples/
test-examples.cc 348 TEST(swap_int32) {
351 Label swap_int32; local
352 masm.Bind(&swap_int32);
360 TEST_FUNCTION(swap_int32);

Completed in 292 milliseconds