Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2302 struct CbzOrTbzMatchTrait {}; struct
2305 struct CbzOrTbzMatchTrait<32> { struct
2306 using IntegralType = uint32_t;
2307 using BinopMatcher = Int32BinopMatcher;
2308 static constexpr IrOpcode::Value kAndOpcode = IrOpcode::kWord32And;
2309 static constexpr ArchOpcode kTestAndBranchOpcode = kArm64TestAndBranch32;
2310 static constexpr ArchOpcode kCompareAndBranchOpcode =
2312 static constexpr unsigned kSignBit = kWSignBit;
2316 struct CbzOrTbzMatchTrait<64> { struct
2317 using IntegralType = uint64_t;
[all …]