Home
last modified time | relevance | path

Searched refs:is_not_representable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dmacro-assembler-arm64.cc843 Label* is_not_representable, in Abs() argument
854 if ((is_not_representable != NULL) && (is_representable != NULL)) { in Abs()
855 B(is_not_representable, vs); in Abs()
857 } else if (is_not_representable != NULL) { in Abs()
858 B(is_not_representable, vs); in Abs()
Dmacro-assembler-arm64.h533 Label * is_not_representable = NULL,