Lines Matching +full:0 +full:x1f
287 int32_t opNumber0 = 0; in ShlWithTSType()
288 int32_t opNumber1 = 0; in ShlWithTSType()
291 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in ShlWithTSType()
303 int32_t opNumber0 = 0; in ShrWithTSType()
304 int32_t opNumber1 = 0; in ShrWithTSType()
307 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-num… in ShrWithTSType()
317 int32_t opNumber0 = 0; in AshrWithTSType()
318 int32_t opNumber1 = 0; in AshrWithTSType()
321 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in AshrWithTSType()
333 int32_t opNumber0 = 0; in AndWithTSType()
334 int32_t opNumber1 = 0; in AndWithTSType()
346 int32_t opNumber0 = 0; in OrWithTSType()
347 int32_t opNumber1 = 0; in OrWithTSType()
359 int32_t opNumber0 = 0; in XorWithTSType()
360 int32_t opNumber1 = 0; in XorWithTSType()