Home
last modified time | relevance | path

Searched defs:TestAndSplit (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dfull-codegen-arm64.cc2667 __ TestAndSplit(x0, kSmiTagMask, if_true, if_false, fall_through); in EmitIsSmi() local
2689 __ TestAndSplit(x0, kSmiTagMask | sign_mask, if_true, if_false, fall_through); in EmitIsNonNegativeSmi() local
4246 __ TestAndSplit(x1, 1 << Map::kIsUndetectable, if_true, if_false, in EmitLiteralCompareTypeof() local
4266 __ TestAndSplit(x1, 1 << Map::kIsUndetectable, if_false, if_true, in EmitLiteralCompareTypeof() local
4289 __ TestAndSplit(x10, 1 << Map::kIsUndetectable, if_true, if_false, in EmitLiteralCompareTypeof() local
Dmacro-assembler-arm64.cc3924 void MacroAssembler::TestAndSplit(const Register& reg, in TestAndSplit() function in v8::internal::MacroAssembler