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

/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc645 Label not_no_registers, not_tos_eax; local
653 __ j(not_equal, &not_tos_eax, Label::kNear);
656 __ bind(&not_tos_eax);
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc521 Label not_no_registers, not_tos_eax; local
529 __ j(not_equal, &not_tos_eax, Label::kNear);
532 __ bind(&not_tos_eax);

Completed in 72 milliseconds