Home
last modified time | relevance | path

Searched refs:doZeroExt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc589 bool doZeroExt = DoZeroExtForResult(node); in VisitUnaryOp() local
592 if (doZeroExt) { in VisitUnaryOp()
601 if (doZeroExt && canEliminateZeroExt) { in VisitUnaryOp()
645 bool doZeroExt = DoZeroExtForResult(node); in VisitBinOp() local
648 if (doZeroExt) { in VisitBinOp()
658 if (doZeroExt && canEliminateZeroExt) { in VisitBinOp()
1187 bool doZeroExt = DoZeroExtForResult(node); in TryMatchNegFromSub() local
1189 if (doZeroExt) { in TryMatchNegFromSub()
1213 bool doZeroExt = DoZeroExtForResult(node); in TryMatchShiftFromMul() local
1215 InstructionOperand dst = (doZeroExt && !canEliminateZeroExt && in TryMatchShiftFromMul()
[all …]
Dcode-generator-s390.cc485 int doZeroExt = i.InputInt32(index); \
486 if (doZeroExt) __ LoadlW(i.OutputRegister(), i.OutputRegister()); \