Searched refs:doZeroExt (Results 1 – 2 of 2) sorted by relevance
589 bool doZeroExt = DoZeroExtForResult(node); in VisitUnaryOp() local592 if (doZeroExt) { in VisitUnaryOp()601 if (doZeroExt && canEliminateZeroExt) { in VisitUnaryOp()645 bool doZeroExt = DoZeroExtForResult(node); in VisitBinOp() local648 if (doZeroExt) { in VisitBinOp()658 if (doZeroExt && canEliminateZeroExt) { in VisitBinOp()1187 bool doZeroExt = DoZeroExtForResult(node); in TryMatchNegFromSub() local1189 if (doZeroExt) { in TryMatchNegFromSub()1213 bool doZeroExt = DoZeroExtForResult(node); in TryMatchShiftFromMul() local1215 InstructionOperand dst = (doZeroExt && !canEliminateZeroExt && in TryMatchShiftFromMul()[all …]
485 int doZeroExt = i.InputInt32(index); \486 if (doZeroExt) __ LoadlW(i.OutputRegister(), i.OutputRegister()); \