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.cc1026 Label* is_not_representable, Label* is_representable) { in Abs() argument
1036 if ((is_not_representable != nullptr) && (is_representable != nullptr)) { in Abs()
1037 B(is_not_representable, vs); in Abs()
1039 } else if (is_not_representable != nullptr) { in Abs()
1040 B(is_not_representable, vs); in Abs()
Dmacro-assembler-arm64.h1173 Label* is_not_representable = nullptr,