Searched defs:CbzOrTbzMatchTrait (Results 1 – 1 of 1) sorted by relevance
2302 struct CbzOrTbzMatchTrait {}; struct2305 struct CbzOrTbzMatchTrait<32> { struct2306 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> { struct2317 using IntegralType = uint64_t;[all …]