Searched refs:TryEmitCbzOrTbz (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1931 bool TryEmitCbzOrTbz(InstructionSelector* selector, Node* node, uint32_t value, in TryEmitCbzOrTbz() function 2006 if (TryEmitCbzOrTbz(selector, m.left().node(), m.right().Value(), node, in VisitWord32Compare() 2012 if (TryEmitCbzOrTbz(selector, m.right().node(), m.left().Value(), node, in VisitWord32Compare()
|