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

/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1810 Label fail_ok3; local
1811 __ SmiShiftLeft(r9, rcx, r8, &fail_ok3);
1813 __ bind(&fail_ok3);
1925 Label fail_ok3; local
1926 __ SmiShiftLogicalRight(r9, rcx, r8, &fail_ok3);
1928 __ bind(&fail_ok3);

Completed in 10 milliseconds