Searched refs:swap_int32 (Results 1 - 2 of 2) sorted by relevance

/external/vixl/examples/
H A Dswap-int32.cc72 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/
H A Dtest-examples.cc348 TEST(swap_int32) {
351 Label swap_int32; local
352 masm.Bind(&swap_int32);
360 TEST_FUNCTION(swap_int32);

Completed in 1522 milliseconds