Searched defs:x19 (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-assembler-arm64.cc408 CHECK_EQUAL_64(0x00000001, x19);
478 __ Mov(x19, 0x1234000056780000L);
508 CHECK_EQUAL_64(0x1234000056780000L, x19);
1104 __ Mov(x19, 0xffffffffffffffffUL);
1112 __ Mul(x6, x18, x19);
1113 __ Mul(x7, x19, x19);
1123 __ Mneg(x22, x18, x19);
1124 __ Mneg(x23, x19, x19);
10217 CHECK_EQUAL_64(strlen(test_plain_string), x19); local
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc385 __ Mov(x19, 0x1234000056780000);
415 ASSERT_EQUAL_64(0x1234000056780000, x19);
501 ASSERT_EQUAL_64(0x00000001, x19);
1080 __ Mov(x19, 0xffffffffffffffff);
1088 __ Mul(x6, x18, x19);
1089 __ Mul(x7, x19, x19);
1099 __ Mneg(x22, x18, x19);
1100 __ Mneg(x23, x19, x19);
14297 ASSERT_EQUAL_64(strlen(test_plain_string), x19); local
[all...]

Completed in 203 milliseconds