Lines Matching +full:0 +full:x1f
299 int32_t opNumber0 = 0; in ShlWithTSType()
300 int32_t opNumber1 = 0; in ShlWithTSType()
303 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in ShlWithTSType()
315 int32_t opNumber0 = 0; in ShrWithTSType()
316 int32_t opNumber1 = 0; in ShrWithTSType()
319 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-num… in ShrWithTSType()
329 int32_t opNumber0 = 0; in AshrWithTSType()
330 int32_t opNumber1 = 0; in AshrWithTSType()
333 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in AshrWithTSType()
345 int32_t opNumber0 = 0; in AndWithTSType()
346 int32_t opNumber1 = 0; in AndWithTSType()
358 int32_t opNumber0 = 0; in OrWithTSType()
359 int32_t opNumber1 = 0; in OrWithTSType()
371 int32_t opNumber0 = 0; in XorWithTSType()
372 int32_t opNumber1 = 0; in XorWithTSType()