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

  /external/vixl/examples/
add4-double.cc 64 Label add4_double; local
65 masm.Bind(&add4_double);
78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add4_double));
  /external/vixl/test/examples/
test-examples.cc 359 TEST_FUNCTION(add4_double); \
363 TEST(add4_double) {
366 Label add4_double; local
367 masm.Bind(&add4_double);

Completed in 146 milliseconds